:root {
    --blue: #00b5f0;
    --indigo: #6610f2;
    --purple: #9a5ba4;
    --pink: #e83e8c;
    --red: #e25757;
    --orange: #f37c30;
    --yellow: #ffc107;
    --green: #29b821;
    --teal: #28BAB7;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --dark-blue: #005caa;
    --darker-blue: #144e83;
    --mid-blue: #0094d5;
    --lighter-blue: #f5fcff;
    --light-blue: #e6f3ff;
    --dusty-blue: #5d86a0;
    --green-lime: #7a853b;
    --brown: #8d734a;
    --silver: #c0c0c0;
    --primary: #005caa;
    --secondary: #868e96;
    --success: #29b821;
    --info: #28BAB7;
    --warning: #ffc107;
    --danger: #e25757;
    --light: #f5f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "BCA Sans", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

header {
    min-height: 154px;
    background-color: #005caa;
    background-image: url("/public/images/clove-ornament.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-position-y: -20rem;
    padding: 14px 0;
}

header .logo {
    width: 84px;
    height: auto;
}

header .col:last-child {
    display: flex;
    justify-content: flex-end;
}

.lang-switch {
    display: flex;
    gap: 5px;
    width: 56px;
    height: 28px;
    border-radius: 100px;
    background-color: #fff;
    align-items: center;
    padding: 0px 5px;
    align-self: flex-end;
    color: #000 !important;
    font-weight: 700 !important;
}

section#main-content {
    margin-top: -6rem;
    z-index: 99;
}

#splash-container img {
    width: 100%;
    height: auto;
    border-radius: .75rem;
    box-shadow: 0 .5rem 1rem #00000026;
}

.card {
    border-color: rgba(0, 0, 0, .125);
    border-radius: .75rem;
    box-shadow: 0 .5rem 1rem #00000026;
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026;
}

.text-blue {
    color: #144e83 !important;
}

.edukatips {
    color: #144e83 !important;
    font-weight: 700;
    letter-spacing: -.5px;
}

.edukatips span {
    color: #f37c30 !important;
}

a.link {
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
}

.title {
    color: #144e83;
    font-weight: 700;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.text-orange {
    color: var(--orange) !important;
}

@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #00b5f0;
    --indigo: #6610f2;
    --purple: #9a5ba4;
    --pink: #e83e8c;
    --red: #e25757;
    --orange: #f37c30;
    --yellow: #ffc107;
    --green: #29b821;
    --teal: #28BAB7;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --dark-blue: #005caa;
    --darker-blue: #144e83;
    --mid-blue: #0094d5;
    --lighter-blue: #f5fcff;
    --light-blue: #e6f3ff;
    --dusty-blue: #5d86a0;
    --green-lime: #7a853b;
    --brown: #8d734a;
    --silver: #c0c0c0;
    --primary: #005caa;
    --secondary: #868e96;
    --success: #29b821;
    --info: #28BAB7;
    --warning: #ffc107;
    --danger: #e25757;
    --light: #f5f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "BCA Sans", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: BCA Sans, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f5f9fa
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #005caa;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #00335e;
    text-decoration: none
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

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

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

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

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

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

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #868e96
}

.blockquote-footer:before {
    content: "\2014\a0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #f5f9fa;
    border: 1px solid #dee2e6;
    border-radius: .75rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f9fa
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #00000013
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8d1e7
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7aaad3
}

.table-hover .table-primary:hover {
    background-color: #a5c5e1
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a5c5e1
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #dddfe2
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #c0c4c8
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3ebc1
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #90da8c
}

.table-hover .table-success:hover {
    background-color: #b0e5ae
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b0e5ae
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #c3eceb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #8fdbda
}

.table-hover .table-info:hover {
    background-color: #b0e6e5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #b0e6e5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f7d0d0
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #f0a8a8
}

.table-hover .table-danger:hover {
    background-color: #f3baba
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f3baba
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fcfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fafcfc
}

.table-hover .table-light:hover {
    background-color: #e9f0f8
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #e9f0f8
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #00000013
}

.table-hover .table-active:hover {
    background-color: #00000013
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #00000013
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff0d
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #ffffff13
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2b9eff;
    outline: 0;
    box-shadow: 0 0 #005caa40
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

.form-group {
    margin-bottom: 1.5rem
}

.form-text {
    display: block;
    margin-top: .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: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #868e96
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #29b821
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #29b821e6;
    border-radius: .75rem
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #29b821;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2329b821' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #29b821;
    box-shadow: 0 0 #29b82140
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #29b821;
    padding-right: calc(.75em + 1.5625rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2329b821' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #29b821;
    box-shadow: 0 0 #29b82140
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #29b821
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #29b821
}

.was-validated .custom-control-input:valid~.custom-control-label:before,
.custom-control-input.is-valid~.custom-control-label:before {
    border-color: #29b821
}

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,
.custom-control-input.is-valid:checked~.custom-control-label:before {
    border-color: #3bda32;
    background-color: #3bda32
}

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,
.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 #29b82140
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #29b821
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #29b821
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #29b821;
    box-shadow: 0 0 #29b82140
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #e25757
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #e25757e6;
    border-radius: .75rem
}

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

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e25757;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e25757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e25757' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e25757;
    box-shadow: 0 0 #e2575740
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e25757;
    padding-right: calc(.75em + 1.5625rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e25757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e25757' stroke='none'/%3e%3c/svg%3e") center right 1rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e25757;
    box-shadow: 0 0 #e2575740
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #e25757
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #e25757
}

.was-validated .custom-control-input:invalid~.custom-control-label:before,
.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #e25757
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,
.custom-control-input.is-invalid:checked~.custom-control-label:before {
    border-color: #ea8282;
    background-color: #ea8282
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,
.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 #e2575740
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #e25757
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #e25757
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #e25757;
    box-shadow: 0 0 #e2575740
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

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

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .65rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 #005caa40
}

.btn.disabled,
.btn:disabled {
    opacity: .35
}

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

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

.btn-primary {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa
}

.btn-primary:hover {
    color: #fff;
    background-color: #004784;
    border-color: #004077
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #004784;
    border-color: #004077;
    box-shadow: 0 0 #2674b780
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004077;
    border-color: #003a6a
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 #2674b780
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
    box-shadow: 0 0 #989fa680
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 #989fa680
}

.btn-success {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821
}

.btn-success:hover {
    color: #fff;
    background-color: #22981b;
    border-color: #1f8d19
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #22981b;
    border-color: #1f8d19;
    box-shadow: 0 0 #49c34280
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1f8d19;
    border-color: #1d8217
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 #49c34280
}

.btn-info {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7
}

.btn-info:hover {
    color: #fff;
    background-color: #219b98;
    border-color: #1f908e
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #219b98;
    border-color: #1f908e;
    box-shadow: 0 0 #48c4c280
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1f908e;
    border-color: #1d8683
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 #48c4c280
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 #ffca2c80
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 #ffca2c80
}

.btn-danger {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757
}

.btn-danger:hover {
    color: #fff;
    background-color: #dc3636;
    border-color: #da2c2c
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #dc3636;
    border-color: #da2c2c;
    box-shadow: 0 0 #e6707080
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da2c2c;
    border-color: #d52525
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 #e6707080
}

.btn-light {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #dceaed;
    border-color: #d3e5e9
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #dceaed;
    border-color: #d3e5e9;
    box-shadow: 0 0 #d5d9db80
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d3e5e9;
    border-color: #cbe0e5
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 #d5d9db80
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 #52585d80
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 #52585d80
}

.btn-outline-primary {
    color: #005caa;
    border-color: #005caa
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 #005caa80
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #005caa;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 #005caa80
}

.btn-outline-secondary {
    color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 #868e9680
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 #868e9680
}

.btn-outline-success {
    color: #29b821;
    border-color: #29b821
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 #29b82180
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #29b821;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 #29b82180
}

.btn-outline-info {
    color: #28bab7;
    border-color: #28bab7
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 #28bab780
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #28bab7;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 #28bab780
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 #ffc10780
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 #ffc10780
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 #e2575780
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 #e2575780
}

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

.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 #f5f9fa80
}

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 #f5f9fa80
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 #343a4080
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 #343a4080
}

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

.btn-link:hover {
    color: #00335e;
    text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
    pointer-events: none
}

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

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 1.5rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

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

.collapse:not(.show) {
    display: none
}

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

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle:after {
    display: none
}

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

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

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

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

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

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

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

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

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

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

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

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

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

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 0
}

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

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

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1rem
}

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

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

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

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

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

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #00b5f0;
    background-color: #00b5f0
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 #005caa40
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #71dcff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #a4e9ff;
    border-color: #a4e9ff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #868e96
}

.custom-control-input[disabled]~.custom-control-label:before,
.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #00b5f0;
    background-color: #00b5f0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #005caa80
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: #005caa80
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #005caa80
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translate(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #005caa80
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1rem .375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat;
    border: 1px solid #c0c0c0;
    border-radius: .75rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #2b9eff;
    outline: 0;
    box-shadow: 0 0 #005caa40
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

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

.custom-file-input:focus~.custom-file-label {
    border-color: #2b9eff;
    box-shadow: 0 0 #005caa40
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 0
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem 0;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #fff;
    border-left: inherit;
    border-radius: 0
}

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

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f9fa, 0 0 #005caa40
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f9fa, 0 0 #005caa40
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f9fa, 0 0 #005caa40
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00b5f0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #a4e9ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00b5f0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #a4e9ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #00b5f0;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #a4e9ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

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

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: none
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #005caa;
    background-color: #fff;
    border-color: none
}

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 25px !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005caa !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/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-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

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

    .navbar-expand-sm .navbar-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-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

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

    .navbar-expand-md .navbar-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-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

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

    .navbar-expand-lg .navbar-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-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

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

    .navbar-expand-xl .navbar-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 nowrap;
    justify-content: flex-start
}

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

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

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

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

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

.navbar-expand .navbar-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: #000000e6
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
    color: #00000080
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000000b3
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #0000004d
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #000000e6
}

.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a
}

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

.navbar-light .navbar-text {
    color: #00000080
}

.navbar-light .navbar-text a {
    color: #000000e6
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #000000e6
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffffbf
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: #ffffff40
}

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

.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: #ffffff1a
}

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

.navbar-dark .navbar-text {
    color: #ffffff80
}

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

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

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

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

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

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

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

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

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

.card-title {
    margin-bottom: .75rem
}

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

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

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

.card-link+.card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 0px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
    padding: .75rem 1.5rem;
    background-color: #00000008;
    border-top: 0px solid rgba(0, 0, 0, .125)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-columns .card {
    margin-bottom: .75rem
}

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

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

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

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

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #868e96;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #868e96
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #005caa;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #00335e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 #005caa40
}

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

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

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

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

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

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #005caa
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #004077
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 #005caa80
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 #868e9680
}

.badge-success {
    color: #fff;
    background-color: #29b821
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1f8d19
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 #29b82180
}

.badge-info {
    color: #fff;
    background-color: #28bab7
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #1f908e
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 #28bab780
}

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

a.badge-warning:hover,
a.badge-warning:focus {
    color: #fff;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 #ffc10780
}

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

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #da2c2c
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 #e2575780
}

.badge-light {
    color: #212529;
    background-color: #f5f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #d3e5e9
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 #f5f9fa80
}

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

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 #343a4080
}

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .75rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #003058;
    background-color: #ccdeee;
    border-color: #b8d1e7
}

.alert-primary hr {
    border-top-color: #a5c5e1
}

.alert-primary .alert-link {
    color: #001425
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #156011;
    background-color: #d4f1d3;
    border-color: #c3ebc1
}

.alert-success hr {
    border-top-color: #b0e5ae
}

.alert-success .alert-link {
    color: #0c3509
}

.alert-info {
    color: #15615f;
    background-color: #d4f1f1;
    border-color: #c3eceb
}

.alert-info hr {
    border-top-color: #b0e6e5
}

.alert-info .alert-link {
    color: #0c3736
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #762d2d;
    background-color: #f9dddd;
    border-color: #f7d0d0
}

.alert-danger hr {
    border-top-color: #f3baba
}

.alert-danger .alert-link {
    color: #511f1f
}

.alert-light {
    color: #7f8182;
    background-color: #fdfefe;
    border-color: #fcfdfe
}

.alert-light hr {
    border-top-color: #e9f0f8
}

.alert-light .alert-link {
    color: #666768
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .75rem
}

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

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

.media-body {
    flex: 1
}

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

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

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

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.5rem;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.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: #868e96;
    pointer-events: none;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

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

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

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

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

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

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

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

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

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

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

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

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

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

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

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #003058;
    background-color: #b8d1e7
}

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

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

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6
}

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

.list-group-item-success {
    color: #156011;
    background-color: #c3ebc1
}

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

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

.list-group-item-info {
    color: #15615f;
    background-color: #c3eceb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #15615f;
    background-color: #b0e6e5
}

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

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

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

.list-group-item-danger {
    color: #762d2d;
    background-color: #f7d0d0
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #762d2d;
    background-color: #f3baba
}

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

.list-group-item-light {
    color: #7f8182;
    background-color: #fcfdfe
}

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

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

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem #0000001a;
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #868e96;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

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

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px)
}

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

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.25rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.75rem - 1px);
    border-bottom-left-radius: calc(.75rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

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

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

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: BCA Sans, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

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

.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^=top] .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^=right] .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

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

.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^=left] .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .75rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: BCA Sans, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #495057;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: .75rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: .5rem;
    margin: 0 .75rem
}

.popover .arrow:before,
.popover .arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: -.5rem
}

.bs-popover-top>.arrow:before,
.bs-popover-auto[x-placement^=top]>.arrow:before {
    bottom: 0;
    border-width: .5rem 0 0;
    border-top-color: #0000000d
}

.bs-popover-top>.arrow:after,
.bs-popover-auto[x-placement^=top]>.arrow:after {
    bottom: 0;
    border-width: .5rem 0 0;
    border-top-color: #495057
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
    left: -.5rem;
    width: .5rem;
    height: 0;
    margin: .75rem 0
}

.bs-popover-right>.arrow:before,
.bs-popover-auto[x-placement^=right]>.arrow:before {
    left: 0;
    border-width: 0 .5rem 0 0;
    border-right-color: #0000000d
}

.bs-popover-right>.arrow:after,
.bs-popover-auto[x-placement^=right]>.arrow:after {
    left: 0;
    border-width: 0 .5rem 0 0;
    border-right-color: #495057
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: -.5rem
}

.bs-popover-bottom>.arrow:before,
.bs-popover-auto[x-placement^=bottom]>.arrow:before {
    top: 0;
    border-width: 0 0 .5rem 0;
    border-bottom-color: #0000000d
}

.bs-popover-bottom>.arrow:after,
.bs-popover-auto[x-placement^=bottom]>.arrow:after {
    top: 0;
    border-width: 0 0 .5rem 0;
    border-bottom-color: #495057
}

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^=bottom] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    margin-left: 0;
    content: "";
    border-bottom: 0 solid transparent
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
    right: -.5rem;
    width: .5rem;
    height: 0;
    margin: .75rem 0
}

.bs-popover-left>.arrow:before,
.bs-popover-auto[x-placement^=left]>.arrow:before {
    right: 0;
    border-width: 0 0 0 .5rem;
    border-left-color: #0000000d
}

.bs-popover-left>.arrow:after,
.bs-popover-auto[x-placement^=left]>.arrow:after {
    right: 0;
    border-width: 0 0 0 .5rem;
    border-left-color: #495057
}

.popover-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #f5f9fa;
    background-color: transparent;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1.25rem;
    color: #f5f9fa
}

.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 .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translate(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite 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: #005caa !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #004077 !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #29b821 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1f8d19 !important
}

.bg-info {
    background-color: #28bab7 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #1f908e !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #e25757 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #da2c2c !important
}

.bg-light {
    background-color: #f5f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d3e5e9 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .75rem !important
}

.rounded-top {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
}

.rounded-right {
    border-top-right-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important
}

.rounded-left {
    border-top-left-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.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 {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem #00000013 !important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026 !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000
}

.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-primary {
    color: #005caa !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #00335e !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #60686f !important
}

.text-success {
    color: #29b821 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1b7715 !important
}

.text-info {
    color: #28bab7 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #1a7b79 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #e25757 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ca2323 !important
}

.text-light {
    color: #f5f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #c2dae1 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #868e96 !important
}

.text-black-50 {
    color: #00000080 !important
}

.text-white-50 {
    color: #ffffff80 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a4
    }

    body,
    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.alert-primary {
    background: #fff;
    border-color: "primary";
    color: "primary"
}

.alert-secondary {
    background: #fff;
    border-color: "secondary";
    color: "secondary"
}

.alert-success {
    background: #fff;
    border-color: "success";
    color: "success"
}

.alert-info {
    background: #fff;
    border-color: "info";
    color: "info"
}

.alert-warning {
    background: #fff;
    border-color: "warning";
    color: "warning"
}

.alert-danger {
    background: #fff;
    border-color: "danger";
    color: "danger"
}

.alert-light {
    background: #fff;
    border-color: "light";
    color: "light"
}

.alert-dark {
    background: #fff;
    border-color: "dark";
    color: "dark"
}

.alert-v2.alert-primary {
    color: #005caa;
    border-color: #e6f3ff;
    background-color: #e6f3ff
}

.alert-v2.alert-success {
    color: #009649;
    border-color: #c2ffc5;
    background-color: #c2ffc5
}

.alert-v2.alert-info {
    color: #23a19e;
    border-color: #bdf1f0;
    background-color: #bdf1f0
}

.alert-v2.alert-warning {
    color: #885403;
    border-color: #ffe592;
    background-color: #ffe592
}

.alert-v2.alert-danger {
    color: #cd192e;
    border-color: #ffd9d3;
    background-color: #ffd9d3
}

.alert-v2.alert-dark {
    color: #262b2f;
    border-color: #96a0aa;
    background-color: #96a0aa
}

.alert-v2.alert-secondary {
    color: #000;
    border-color: #cecece;
    background-color: #cecece
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translate(0)
    }

    6.5% {
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        transform: translate(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skew(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skew(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        transform: skew(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.animated {
    animation-duration: .2s;
    animation-fill-mode: none
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion: reduce),
(print) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

.badge-light-primary {
    padding: .5em .85em;
    color: #005caa;
    background-color: #e6f3ff
}

.badge-light-success {
    padding: .5em .85em;
    color: #009649;
    background-color: #c2ffc5
}

.badge-light-info {
    padding: .5em .85em;
    color: #23a19e;
    background-color: #bdf1f0
}

.badge-light-warning {
    padding: .5em .85em;
    color: #885403;
    background-color: #ffe592
}

.badge-light-danger {
    padding: .5em .85em;
    color: #cd192e;
    background-color: #ffd9d3
}

.badge-light-dark {
    padding: .5em .85em;
    color: #262b2f;
    background-color: #96a0aa
}

.badge-light-secondary {
    padding: .5em .85em;
    color: #000;
    background-color: #cecece
}

.bg-light-primary {
    background-color: #e6f3ff
}

.bg-light-success {
    background-color: #c2ffc5
}

.bg-light-info {
    background-color: #bdf1f0
}

.bg-light-warning {
    background-color: #ffe592
}

.bg-light-danger {
    background-color: #ffd9d3
}

.bg-light-dark {
    background-color: #96a0aa
}

.bg-light-secondary {
    background-color: #cecece
}

.transaction-summary-bg.bg-default {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg4IiBoZWlnaHQ9IjEyNCIgdmlld0JveD0iMCAwIDE4OCAxMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIwLjMwOCAyMC4zMzg5TDEyMC41NDMgMzMuMjc2NEMxMTcuNTQgMzIuNzk5NyAxMTQuMzM5IDMzLjAyNjYgMTExLjE0OSAzNC44Njg0QzEwMy42IDM5LjIyNzEgMTA0LjA1MiA0Ni40MzUxIDEwNi4zMzEgNTAuMzgxQzEwOC4wMjMgNTMuMzEyNSAxMTIuMTU3IDU2LjY4NjMgMTE4Ljg3NiA1Mi44MDczQzEyMi4yODkgNTAuODM2NyAxMjUuMDM4IDQ3LjE0NTEgMTI1Ljk1MSA0NC45MzM3TDEyNi45MzcgNTkuMDkzMUMxMjQuOTI5IDYxLjQxODYgMTIzLjQ5NyA2Mi42MTQ4IDEyMS4zNyA2My45Mjc5QzEwOS41NTQgNzEuMjI3OSAxMDAuNzQgNjYuNTEyIDk2LjQwNjEgNTguOTk2NUM5MC42NzY0IDQ5LjA1ODUgOTIuMjg4MyAzMi4wMjI3IDEwNi45ODkgMjMuNTM1M0MxMDcuODkgMjMuMDE1MyAxMDguOTIxIDIyLjY2MTcgMTEwLjAyIDIyLjY1NjZMMTEwLjU0MiAyMS4xMzg4TDEyMC4zMDggMjAuMzM4OVpNNDIuMTQwNCAxMDYuMDczTDQyLjQ5MzYgMTA1Ljg4QzQyLjc3NjYgMTA1LjcxNyA0Mi44OTI5IDEwNS40OSA0Mi42NjIzIDEwNS4wNjhDNDIuNDMxMSAxMDQuNjY3IDQyLjI0MiAxMDQuNjk0IDQxLjg3MzEgMTA0LjkwMkw0MS41OTcyIDEwNS4wNjRMNDIuMTQwNCAxMDYuMDczWk00Mi41NTA2IDEwOC40MjJMNDAuNjUxOCAxMDQuOTRMNDEuOTgwOSAxMDQuMTkxQzQyLjYwOCAxMDMuODM3IDQzLjA4MDQgMTA0LjIzNyA0My4zNTYgMTA0LjcyM0M0My41MTgzIDEwNS4wMjMgNDMuNjI5NiAxMDUuNCA0My40ODc4IDEwNS43MzRDNDMuMzc2NyAxMDYuMDExIDQzLjEzMzMgMTA2LjIxNSA0Mi44Nzg4IDEwNi4zNTRMNDIuNDQxOCAxMDYuNTk1TDQzLjIzNzUgMTA4LjA1Mkw0Mi41NTA2IDEwOC40MjJaTTM4Ljk5MzIgMTA1LjczTDM5LjcyNDcgMTA1LjQxNEw0MC44MTQgMTA3Ljk4MkM0MS4xMSAxMDguODI2IDQxLjAwNzMgMTA5LjMyOSA0MC4xMTE0IDEwOS43MDVDMzkuMTk5NyAxMTAuMDkxIDM4Ljc3MDkgMTA5LjgxOCAzOC4zODA5IDEwOS4wMjJMMzcuMjk2OCAxMDYuNDU0TDM4LjAzMjIgMTA2LjEzNkwzOS4wODczIDEwOC42NDlDMzkuMjA0NiAxMDguOTIxIDM5LjM2MzUgMTA5LjMzNSAzOS44Mzc5IDEwOS4xMTdDNDAuMjU3NyAxMDguOTE0IDQwLjE5NjMgMTA4LjU5NiA0MC4wNTAzIDEwOC4yNDJMMzguOTkzMiAxMDUuNzNaTTM1LjEyMDYgMTA5LjA3N0wzNS42NjI0IDEwOC45MzRDMzUuOTY5NSAxMDguODEyIDM2LjA0MDcgMTA4LjU3MiAzNS45MDA5IDEwOC4yMDFDMzUuNzcwOSAxMDcuODU2IDM1LjYzMjkgMTA3Ljc3NCAzNS4zNDQyIDEwNy44NThMMzQuNzgzNCAxMDguMDQ2TDM1LjEyMDYgMTA5LjA3N1pNMzUuMzA4MiAxMDkuNjc4TDM1Ljg0NDggMTExLjMxNkwzNS4wNjUxIDExMS41NjdMMzMuODM0NSAxMDcuNzI4TDM1LjE3MDIgMTA3LjMxM0MzNS45NDc5IDEwNy4wNjMgMzYuMzM0MyAxMDcuMjQ5IDM2LjYwMTcgMTA3Ljk0MkMzNi43NTU0IDEwOC4zMzcgMzYuODAyNyAxMDguODM0IDM2LjM0MzkgMTA5LjA1NkwzNi4zMzk2IDEwOS4wNTNDMzYuNzgzIDEwOC45NyAzNi45MjM5IDEwOS4xMzYgMzcuMDQ1NyAxMDkuNDk4QzM3LjEwMDQgMTA5LjY1MyAzNy4zODQ5IDExMC41OTcgMzcuNTk2NiAxMTAuNjU1TDM3LjY1OTMgMTEwLjc1NEwzNi44MzI3IDExMC45NzlDMzYuNjcxMyAxMTAuNzY0IDM2LjUzMTYgMTEwLjI5MiAzNi40NDEyIDExMC4wMzlDMzYuMzYyNSAxMDkuODEgMzYuMjYwNiAxMDkuNDg3IDM1Ljk5NDQgMTA5LjQ5OUMzNS43ODAzIDEwOS41MDYgMzUuNzIyOSAxMDkuNTQ1IDM1LjUxNTQgMTA5LjYwOUwzNS4zMDgyIDEwOS42NzhaTTMwLjU5OTcgMTEwLjM4NUMzMC4zNzUxIDEwOS4zOTMgMzAuMjU1OSAxMDguNjQzIDMxLjQxMTcgMTA4LjM0QzMyLjAzMiAxMDguMTgxIDMyLjUwMDYgMTA4LjIyNCAzMi44NDI0IDEwOC44NTNDMzIuOTIxIDEwOC45OTQgMzIuOTU1NyAxMDkuMTYgMzMuMDA1MiAxMDkuMzE1TDMyLjI4MjYgMTA5LjUwM0MzMi4xNjg0IDEwOS4xMTIgMzIuMDYwNiAxMDguODExIDMxLjU2NTQgMTA4LjkyNEMzMS4wMDAxIDEwOS4wNzIgMzEuMjIyMyAxMDkuNzMzIDMxLjMwMyAxMTAuMDI5TDMxLjU4NzIgMTExLjEwNkMzMS42NjYzIDExMS40MjcgMzEuODM2NSAxMTEuOTQzIDMyLjMzMTYgMTExLjgxMUMzMi43NDI2IDExMS43MDQgMzIuNzU2NSAxMTEuMjMxIDMyLjU4ODMgMTEwLjY0NUwzMi4wODcyIDExMC43OEwzMS45MjYgMTEwLjE1NkwzMy4xMzY4IDEwOS44OTJMMzMuNjg3MyAxMTEuOTY5TDMzLjE0NDYgMTEyLjExNUwzMy4wMjkzIDExMS42NzFMMzMuMDE3NCAxMTEuNjc4QzMyLjk3OTcgMTEyLjExNCAzMi43MzMxIDExMi4yOTkgMzIuNDc2NiAxMTIuMzg5QzMxLjI5NTcgMTEyLjcwNCAzMS4wMTQ3IDExMS45NzMgMzAuNzQ1NSAxMTAuOTQxTDMwLjU5OTcgMTEwLjM4NVpNNTIuNDMyNSA5OS4xMzQ3TDUyLjg3MiA5OC42NzY0TDUxLjM0MSA5Ny42NDQ1TDUyLjQzMjUgOTkuMTM0N1pNNTIuODg0IDEwMS4wOUw1MC42MTYyIDk3LjY1OUw1MS4zMDM4IDk2LjkyMTlMNTQuODQxOCA5OS4wMDA2TDU0LjI5NSA5OS41NzY3TDUzLjQyNjEgOTkuMDI4N0w1Mi44MjI1IDk5LjY3MjFMNTMuNDMxNiAxMDAuNTExTDUyLjg4NCAxMDEuMDlaTTUxLjI3MDIgMTAwLjZDNTEuMzE1IDEwMC42NTkgNTEuMzY2NCAxMDAuNzI1IDUxLjQwNzIgMTAwLjc4N0M1MS44NjMzIDEwMS4zNjEgNTIuMDQ1NyAxMDEuOTQzIDUxLjQyMTIgMTAyLjQ5NUM1MC40OTk0IDEwMy4yOTYgNDkuOTI2MiAxMDIuNzYzIDQ5LjIyMDUgMTAxLjk2NEw0OC44Mzk4IDEwMS41M0M0OC4xOTU4IDEwMC43NDYgNDcuNzU1NSAxMDAuMTI2IDQ4LjY1NTUgOTkuMzM4NEM0OS4xNjc1IDk4LjkwNDYgNDkuNjc1MyA5OC45MTQ0IDUwLjE2MTcgOTkuMzkzNUM1MC4yMzYgOTkuNDYyMiA1MC4zMTQyIDk5LjUyODcgNTAuMzc1NiA5OS42MDc1TDQ5LjgyODcgMTAwLjA5NkM0OS42MzA3IDk5LjkyMzMgNDkuMzE2MiA5OS41OTQ3IDQ5LjA1NTYgOTkuNzg3NkM0OC41ODYxIDEwMC4xMzggNDkuMTEyNyAxMDAuNjY5IDQ5LjMxNTMgMTAwLjlMNTAuMDQ2OCAxMDEuNzM0QzUwLjI2NiAxMDEuOTg1IDUwLjYzODcgMTAyLjM3MyA1MS4wMjI1IDEwMi4wMzVDNTEuMzM0OSAxMDEuNzYxIDUwLjg2MzkgMTAxLjMgNTAuNzAyIDEwMS4wOTNMNTEuMjcwMiAxMDAuNlpNNDYuNzA4OCAxMDIuOTg0QzQ2Ljg0NzYgMTAyLjg3NSA0Ny4wMzkzIDEwMi43MzcgNDcuMDQwMiAxMDIuNTQ2QzQ3LjAzMDggMTAyLjQyMyA0Ny4wNDI4IDEwMi4zMTYgNDYuODgzOSAxMDIuMTIzQzQ2LjY5MTEgMTAxLjg5OSA0Ni41MTk2IDEwMS43OTEgNDYuMjM2NSAxMDIuMDM3TDQ1Ljk2NzIgMTAyLjI1Nkw0Ni41OTM0IDEwMy4wNjlMNDYuNzA4OCAxMDIuOTg0Wk00Ny44NjUgMTA0LjQzNEM0Ny45ODY5IDEwNC4zMzcgNDguMTE5OCAxMDQuMjUgNDguMTg4MyAxMDQuMTJDNDguMjg4NyAxMDMuOTIxIDQ4LjE0MjQgMTAzLjcgNDguMDIwNyAxMDMuNTQ1QzQ3Ljc0OTggMTAzLjIwNCA0Ny41NjkzIDEwMy4xMTcgNDcuMjA5MyAxMDMuNDA1TDQ2Ljk4MjEgMTAzLjU4Nkw0Ny43MzY3IDEwNC41M0w0Ny44NjUgMTA0LjQzNFpNNDcuNDg2MSAxMDUuNDcxTDQ1LjAzMjIgMTAyLjMwN0w0Ni4wNzEgMTAxLjQ3OUM0Ni4zMjMgMTAxLjI4IDQ2LjY4ODUgMTAxLjEzNiA0Ni45MjI5IDEwMS4yMjlDNDcuMTc3IDEwMS4zMjQgNDcuMzA4MyAxMDEuNDUgNDcuNDc0IDEwMS42NjhDNDcuNjg1IDEwMS45MzcgNDcuNzk4IDEwMi4zMjYgNDcuNTYzOSAxMDIuNjg0TDQ3LjU3MDggMTAyLjY5NkM0Ny45Mzk0IDEwMi40ODMgNDguMzE2NSAxMDIuNjE2IDQ4LjYzOTEgMTAzLjAyOEM0OC43MDMyIDEwMy4xMTYgNDguODYzNCAxMDMuMzI5IDQ4Ljk0NzEgMTAzLjUzOEM0OS4xMzI2IDEwNC4wMzUgNDguOTQ0NCAxMDQuMzM1IDQ4LjUyNSAxMDQuNjYyTDQ3LjQ4NjEgMTA1LjQ3MVpNNDIuNDMzMyA5OS4xMTI1QzQxLjE2OTUgOTYuOTUxMSA0MS4yNjc4IDk0LjMzMjggNDIuMjQ3IDkyLjM5MzdDNDMuMTI0NyA5MC42NyA0NC42NjI1IDg4Ljk4NSA0Ny4yNDc4IDg2LjQ2NEM0OC4wNTIyIDg1LjY4MDggNDguNzIxIDg0LjU3OTggNDguNjI0NCA4My43MjY5QzQ5LjkwMjQgODQuMDY3OCA1MS4xMDMgODUuODExMyA1MS41NzUxIDg2Ljk2MDNDNTIuMTE3OSA4OC4yOTE3IDUxLjg1ODkgOTEuMTUxNSA0OS43NDUxIDkyLjQ3ODNDNDguNDUxMSA5My4yOTcxIDQ2LjU3NjcgOTMuOTI0OSA0NS42ODA4IDk0LjIxMzdDNDQuMTMyNSA5NC43MTE2IDQyLjQzNTMgOTYuODQ3NCA0My4wNjM0IDk4Ljc0MDdMNDIuNDMzMyA5OS4xMTI1Wk00MS4xMDkxIDk5Ljg3NDNMNDEuODEyOCA5OS40NzM0QzQwLjQwNTUgOTYuOTQ4NCA0MC40MDYyIDk0LjA3ODMgNDEuMzkzOSA5Mi4wMDY3QzQyLjIwMjEgOTAuMzA5OCA0My42NzEgODguNTkyOSA0Ni4zODY5IDg1Ljk4MDZDNDguOTE3NSA4My41NDQ0IDQ3LjkyMTIgNzkuOTY5IDQ1LjY4MTggNzguMTQyNEM0My4yNjk3IDc2LjE4NyA0MC45NzY0IDc2LjM0NzIgMzguNzMzNSA3Ny4zOTVDMzUuNDMxOSA3OC44MDQzIDMzLjI5NzMgODYuMzcxNCAzNy4yMjEgOTMuMDg0N0MzNy41MDEzIDkzLjY2NjkgNDAuMTMyMyA5OC4xODI0IDQxLjEwOTEgOTkuODc0M1pNMjMuNzkxOSA3Mi4wMjg5QzIwLjEyMTcgNzQuMTQ3OSAxOC4zNTQyIDc4LjQwNzQgMjAuNzg4NCA4Mi42MDA3QzIyLjg0MDQgODYuMTI3MiAyNi43NjM2IDg2LjM4MzcgMjguNTU0OCA4Ny4xNDg1QzMxLjI1NTggODguMzAyMSAzMy40NzU4IDkwLjIzMjkgMzUuNjkxMiA5My44NzIzQzM3LjQ1MzcgOTYuNzY4NyAzOS4xMjA0IDk5LjY2NDcgMzkuNzI2OSAxMDAuNjgzTDQwLjUzNTkgMTAwLjIxNkMzOS45MDI5IDk5LjE1MTggMzguMDkyNSA5Ni4wOTQzIDM2LjUxNjkgOTMuMjczM0MzNC40NDUgODkuNTUxMSAzMy45NjE2IDg2LjczOTkgMzQuMzE0MyA4My44MjU5QzM0LjU1NTUgODEuODg3OCAzNi4yOTQ5IDc4LjM2MTggMzQuMjU4OSA3NC44MjYyQzMxLjg0ODYgNzAuNjE5MSAyNy4yNzk5IDcwLjAxNzcgMjMuNjA5NyA3Mi4xMzY3TDIzLjc5MyA3Mi4wMzA5TDIzLjc5MTkgNzIuMDI4OVpNMzcuNzM4OSAxMDEuODIzTDM3LjA5OSAxMDIuMTg3QzM1Ljc3MzUgMTAwLjY5NiAzMy4wODcyIDEwMS4wOTEgMzEuODczOSAxMDIuMTg4QzMxLjE3MTggMTAyLjgyMiAyOS42OTU3IDEwNC4xMjYgMjguMzQyOCAxMDQuODM4QzI2LjEzMTcgMTA2LjAwNSAyMy41MTk2IDEwNC44MDMgMjIuNjQ1MSAxMDMuNjY2QzIxLjg4ODEgMTAyLjY4MSAyMC45Nzc2IDEwMC43NzMgMjEuMzE2MyA5OS40OTU5QzIyLjAxMjYgMTAwLjAwMyAyMy4yOTczIDk5Ljk3MyAyNC4zNzkgOTkuNjdDMjcuODUyOSA5OC42OTI3IDMwLjA4MSA5OC4yMDM0IDMyLjAxMDYgOTguMzA2M0MzNC4xODI0IDk4LjQyMzYgMzYuNDk5IDk5LjY0NzYgMzcuNzM4OSAxMDEuODIzWk0zOS4wNjA4IDEwMS4wNTdMMzguNDUxNCAxMDEuNDE0QzM2Ljk3MjQgOTguOTMwNSAzNC4zOTI4IDk3LjU1MDEgMzIuMTAyOSA5Ny4zNzA5QzMwLjIzMzIgOTcuMjIwMSAyOC4wMDc5IDk3LjYzNiAyNC4zODk2IDk4LjY4MDdDMjEuMDA5MyA5OS42NTQ1IDE4LjQxNjIgOTcuMDAzNyAxNy45NTYxIDk0LjE0OTlDMTcuNDY2NyA5MS4wODQ0IDE4Ljc1MjEgODkuMTc4NCAyMC43ODEgODcuNzU5OUMyMy42NDk0IDg1LjYwOTYgMzEuMjcyOSA4Ny41NDAyIDM1LjEyNDkgOTQuMjk0OUMzNS40ODg5IDk0LjgyODcgMzguMDg0IDk5LjM2NDkgMzkuMDYwOCAxMDEuMDU3Wk0yNi41MTgxIDExNi4wNzFDMjAuOTMxMiAxMTIuMjQ3IDE2LjI1NTUgMTA3LjI0IDEyLjk5MjQgMTAxLjU4OUM5LjczNzM3IDk1Ljk1MDggNy44MzMzMiA4OS42NzExIDcuMzIxMDEgODIuOTMwN0MxMS4xOTkyIDc3LjQ2MzEgMTYuMTY1MSA3Mi45NTkzIDIyLjA3NjggNjkuNTQ2MUMyNy41ODgxIDY2LjM2NDIgMzQuMjY3OSA2NC4zNDExIDQxLjM5ODQgNjMuNjc4NkM0Ny4xMDAyIDY3LjU3NyA1MS44MDM4IDcyLjU2NzIgNTUuMDA5MyA3OC4xMTk0QzU4LjIwMjIgODMuNjQ5NiA2MC4wODk1IDg5Ljk0MTcgNjAuNjA0NyA5Ni44MTU5QzU2Ljc3MzIgMTAyLjIwMyA1MS42NTE2IDEwNi44NDIgNDUuNzY3NyAxMTAuMjM5QzQwLjIyMjYgMTEzLjQ0MSAzMy43NTQ2IDExNS40MDMgMjYuNTE4MSAxMTYuMDcxWk00Ni4yODc4IDExMS4xNEM0MC41NTczIDExNC40NDkgMzMuODY4MSAxMTYuNDY5IDI2LjQwNzcgMTE3LjEzMUwyNi4yMjUxIDExNy4xNDZMMjYuMDcxMyAxMTcuMDQxQzIwLjI4MTMgMTEzLjExNCAxNS40NDA4IDEwNy45NTUgMTIuMDcxOSAxMDIuMTJDOC43MDg2OCA5Ni4yOTQ5IDYuNzUxMTkgODkuODEyMyA2LjI0Nzg0IDgyLjg0MzVMNi4yMzk1NiA4Mi42NTQzTDYuMzQzNiA4Mi40OTg2QzEwLjMyOTMgNzYuODMwOCAxNS40NDg5IDcyLjE3NDQgMjEuNTU3OSA2OC42NDczQzI3LjI1MjUgNjUuMzU5NiAzNC4xNTEyIDYzLjI3MzggNDEuNTEyOSA2Mi42MTZMNDEuNjk5NSA2Mi41OTg3TDQxLjg1NDMgNjIuNzA1OUM0Ny43NDk4IDY2LjcwNTEgNTIuNjEyMiA3MS44NTA3IDU1LjkyNTkgNzcuNTkwMkM1OS4yMjU4IDgzLjMwNTggNjEuMTYzNiA4OS44MDUxIDYxLjY3MzMgOTYuOTEzN0w2MS42ODY0IDk3LjA5NzVMNjEuNTc3MyA5Ny4yNTM1QzU3LjY1MDggMTAyLjgyNiA1Mi4zNjQ5IDEwNy42MzIgNDYuMjg3OCAxMTEuMTRaTTc4LjMxOTggNjguMTYzMkw4MC4xNTU4IDc0Ljg1NDJMODQuMDQzMiA3Mi42MDk4Qzg1LjU3MTQgNzEuNzI3NSA4Ny4yMTg3IDY5Ljc3MiA4Ni42Mzk3IDY3LjU4MkM4Ni4wNDc2IDY1LjM5NjkgODMuODU5IDY0Ljk2NTIgODIuMzM0NyA2NS44NDUyTDc4LjMxOTggNjguMTYzMlpNNzkuMTk3OSA1OS4wMzYzQzgwLjM1OTYgNTguMzY1NyA4Mi4yNDU4IDU2Ljg4ODcgODEuNDY1NSA1NC4zNDk5QzgwLjYyMzcgNTEuNTk0MiA3OC42NTg5IDUyLjY0MDggNzcuNzM2NCA1My4xNzM0TDc0LjQ3ODYgNTUuMDM1N0w3Ni4xODQxIDYwLjc3MzdMNzkuMTk2OCA1OS4wMzQzTDc5LjE5NzkgNTkuMDM2M1pNNzYuNzc3NiA0MS42MTAzQzcyLjE5MDQgNDQuMjE2MiA2MS4zNzM1IDUwLjUwMzggNjEuMzczNSA1MC41MDM4TDYyLjIzOTYgNjQuMTQyNkw2NC45MTE2IDYyLjYxODVMNzMuMDAwNCA5MC45MzQ3TDg5LjYwNTkgODEuMzQ3NUM5Ny4yMTczIDc2Ljk1MzEgOTkuOTM3OSA2OC4xNDE1IDk2LjU4MjggNjIuMzMwM0M5NS4xOTQgNTkuOTI0OSA5Mi45MDQzIDU2LjcxMzcgODguMzE4OSA1Ny41MTQzQzkwLjkyNjIgNTMuNTQwNSA5Mi4yMTAzIDQ4LjAyOTUgODkuODc0NiA0My45ODM5Qzg3LjM0MjQgMzkuNjAyNyA4Mi40MTY4IDM4LjM5NyA3Ni43Nzc2IDQxLjYxMDNaTTEzNy41OTMgMjIuMTY3N0wxMzkuMTE0IDMzLjg0NzdMMTQzLjM2IDMxLjM5NjJMMTM3LjU5MyAyMi4xNjc3Wk0xNDAuOTY0IDQuNDE0MDNMMTI0LjMzOSAxNC4wMTI3TDEyNC41MzcgMjguMDk1N0wxMjcuMDI5IDI2LjY1NjZMMTI4LjYxNSA1OC44MjU1TDE0MS4yNzIgNTEuNTE4M0wxNDAuMzExIDQzLjk2NTZMMTQ4LjMxNSAzOS4zNDQ1TDE1Mi4xMDEgNDUuMjY2MUwxNjIuOTcgMzguOTkwOEwxNDAuOTY0IDQuNDE0MDNaIiBmaWxsPSIjMDA2NUIyIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8L3N2Zz4K) repeat
}

.transaction-summary-bg.bg-failed {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk1IiBoZWlnaHQ9IjI3MiIgdmlld0JveD0iMCAwIDI5NSAyNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF85MTAzXzM0NSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk4LjQ5NzkgMzMuODI0OUw5OC42OTA1IDQ0LjQxMjVDOTYuMjMyNSA0NC4wMjI0IDkzLjYxMzMgNDQuMjA4MSA5MS4wMDI3IDQ1LjcxNTRDODQuODI0NCA0OS4yODI0IDg1LjE5NDkgNTUuMTgxMiA4Ny4wNTkzIDU4LjQxMDRDODguNDQ0NCA2MC44MDk1IDkxLjgyNzggNjMuNTcwNSA5Ny4zMjYyIDYwLjM5NkMxMDAuMTE5IDU4Ljc4MzMgMTAyLjM2OSA1NS43NjIyIDEwMy4xMTYgNTMuOTUyNUwxMDMuOTIzIDY1LjU0MDJDMTAyLjI4IDY3LjQ0MzMgMTAxLjEwOCA2OC40MjIyIDk5LjM2NzEgNjkuNDk2OEM4OS42OTc2IDc1LjQ3MDkgODIuNDg0IDcxLjYxMTYgNzguOTM3NCA2NS40NjExQzc0LjI0ODQgNTcuMzI4MiA3NS41Njc2IDQzLjM4NjYgODcuNTk4MiAzNi40NDA3Qzg4LjMzNTIgMzYuMDE1MiA4OS4xNzkxIDM1LjcyNTggOTAuMDc5IDM1LjcyMTZMOTAuNTA1NCAzNC40Nzk1TDk4LjQ5NzkgMzMuODI0OVpNMzQuNTI4IDEwMy45ODdMMzQuODE3MSAxMDMuODI5QzM1LjA0ODYgMTAzLjY5NSAzNS4xNDM4IDEwMy41MSAzNC45NTUxIDEwMy4xNjRDMzQuNzY1OSAxMDIuODM3IDM0LjYxMTEgMTAyLjg1OSAzNC4zMDkyIDEwMy4wMjlMMzQuMDgzNSAxMDMuMTYxTDM0LjUyOCAxMDMuOTg3Wk0zNC44NjM3IDEwNS45MDlMMzMuMzA5NyAxMDMuMDZMMzQuMzk3NCAxMDIuNDQ3QzM0LjkxMDYgMTAyLjE1NyAzNS4yOTcyIDEwMi40ODQgMzUuNTIyOCAxMDIuODgyQzM1LjY1NTYgMTAzLjEyOCAzNS43NDY3IDEwMy40MzYgMzUuNjMwNyAxMDMuNzA5QzM1LjUzOTcgMTAzLjkzNiAzNS4zNDA2IDEwNC4xMDMgMzUuMTMyMyAxMDQuMjE3TDM0Ljc3NDcgMTA0LjQxNUwzNS40MjU4IDEwNS42MDdMMzQuODYzNyAxMDUuOTA5Wk0zMS45NTI1IDEwMy43MDZMMzIuNTUxMSAxMDMuNDQ4TDMzLjQ0MjUgMTA1LjU0OUMzMy42ODQ4IDEwNi4yNCAzMy42MDA3IDEwNi42NTIgMzIuODY3NiAxMDYuOTZDMzIuMTIxNCAxMDcuMjc1IDMxLjc3MDUgMTA3LjA1MiAzMS40NTEzIDEwNi40MDFMMzAuNTY0MSAxMDQuMjk5TDMxLjE2NiAxMDQuMDM5TDMyLjAyOTQgMTA2LjA5NUMzMi4xMjU1IDEwNi4zMTggMzIuMjU1NCAxMDYuNjU2IDMyLjY0MzcgMTA2LjQ3OEMzMi45ODcyIDEwNi4zMTIgMzIuOTM3IDEwNi4wNTIgMzIuODE3NSAxMDUuNzYyTDMxLjk1MjUgMTAzLjcwNlpNMjguNzgzMiAxMDYuNDQ1TDI5LjIyNjYgMTA2LjMyOEMyOS40NzggMTA2LjIyOSAyOS41MzYyIDEwNi4wMzIgMjkuNDIxNyAxMDUuNzI5QzI5LjMxNTQgMTA1LjQ0NiAyOS4yMDI1IDEwNS4zNzkgMjguOTY2MiAxMDUuNDQ4TDI4LjUwNzMgMTA1LjYwMkwyOC43ODMyIDEwNi40NDVaTTI4LjkzNjggMTA2LjkzN0wyOS4zNzU4IDEwOC4yNzhMMjguNzM3OCAxMDguNDgzTDI3LjczMDcgMTA1LjM0MUwyOC44MjM4IDEwNS4wMDJDMjkuNDYwMyAxMDQuNzk3IDI5Ljc3NjUgMTA0Ljk1IDI5Ljk5NTMgMTA1LjUxN0MzMC4xMjEgMTA1Ljg0IDMwLjE1OTggMTA2LjI0NiAyOS43ODQzIDEwNi40MjhMMjkuNzgwOCAxMDYuNDI2QzMwLjE0MzcgMTA2LjM1OCAzMC4yNTkgMTA2LjQ5MyAzMC4zNTg3IDEwNi43OUMzMC40MDM0IDEwNi45MTcgMzAuNjM2MiAxMDcuNjg5IDMwLjgwOTUgMTA3LjczN0wzMC44NjA4IDEwNy44MThMMzAuMTg0MyAxMDguMDAyQzMwLjA1MjMgMTA3LjgyNiAyOS45Mzc5IDEwNy40NCAyOS44NjM5IDEwNy4yMzJDMjkuNzk5NSAxMDcuMDQ2IDI5LjcxNjEgMTA2Ljc4MSAyOS40OTgzIDEwNi43OTFDMjkuMzIzMSAxMDYuNzk3IDI5LjI3NjEgMTA2LjgyOCAyOS4xMDYzIDEwNi44ODFMMjguOTM2OCAxMDYuOTM3Wk0yNS4wODM0IDEwNy41MTZDMjQuODk5NyAxMDYuNzA0IDI0LjgwMjEgMTA2LjA5MSAyNS43NDggMTA1Ljg0MkMyNi4yNTU2IDEwNS43MTIgMjYuNjM5IDEwNS43NDggMjYuOTE4OCAxMDYuMjYyQzI2Ljk4MzEgMTA2LjM3OCAyNy4wMTE1IDEwNi41MTMgMjcuMDUyIDEwNi42NEwyNi40NjA3IDEwNi43OTRDMjYuMzY3MiAxMDYuNDc0IDI2LjI3OSAxMDYuMjI3IDI1Ljg3MzcgMTA2LjMyQzI1LjQxMTEgMTA2LjQ0MSAyNS41OTI5IDEwNi45ODIgMjUuNjU5IDEwNy4yMjVMMjUuODkxNiAxMDguMTA2QzI1Ljk1NjMgMTA4LjM2OSAyNi4wOTU2IDEwOC43OTEgMjYuNTAwOCAxMDguNjgzQzI2LjgzNzIgMTA4LjU5NSAyNi44NDg1IDEwOC4yMDggMjYuNzEwOCAxMDcuNzI5TDI2LjMwMDggMTA3LjgzOUwyNi4xNjg4IDEwNy4zMjhMMjcuMTU5NyAxMDcuMTEzTDI3LjYxMDMgMTA4LjgxMkwyNy4xNjYxIDEwOC45MzFMMjcuMDcxOCAxMDguNTY4TDI3LjA2MiAxMDguNTc0QzI3LjAzMTEgMTA4LjkzMSAyNi44MjkzIDEwOS4wODIgMjYuNjE5NSAxMDkuMTU2QzI1LjY1MyAxMDkuNDE0IDI1LjQyMzEgMTA4LjgxNiAyNS4yMDI3IDEwNy45NzFMMjUuMDgzNCAxMDcuNTE2Wk00Mi45NTA4IDk4LjMwOUw0My4zMTA0IDk3LjkzMzlMNDIuMDU3NSA5Ny4wODk0TDQyLjk1MDggOTguMzA5Wk00My4zMjAzIDk5LjkwOTJMNDEuNDY0MyA5Ny4xMDE0TDQyLjAyNyA5Ni40OTgxTDQ0LjkyMjQgOTguMTk5Mkw0NC40NzUgOTguNjcwN0w0My43NjM4IDk4LjIyMjNMNDMuMjY5OSA5OC43NDg4TDQzLjc2ODQgOTkuNDM1Mkw0My4zMjAzIDk5LjkwOTJaTTQxLjk5OTYgOTkuNTA4NEM0Mi4wMzYyIDk5LjU1NjggNDIuMDc4MyA5OS42MTA4IDQyLjExMTcgOTkuNjYxMUM0Mi40ODQ5IDEwMC4xMzEgNDIuNjM0MiAxMDAuNjA4IDQyLjEyMzIgMTAxLjA1OUM0MS4zNjg3IDEwMS43MTQgNDAuODk5NiAxMDEuMjc5IDQwLjMyMjEgMTAwLjYyNUw0MC4wMTA2IDEwMC4yN0MzOS40ODM2IDk5LjYyOCAzOS4xMjMyIDk5LjEyMDYgMzkuODU5NyA5OC40NzU3QzQwLjI3ODggOTguMTIwNyA0MC42OTQzIDk4LjEyODcgNDEuMDkyNCA5OC41MjA4QzQxLjE1MzIgOTguNTc3IDQxLjIxNzIgOTguNjMxNCA0MS4yNjc0IDk4LjY5NTlMNDAuODE5OSA5OS4wOTU2QzQwLjY1NzkgOTguOTU0MyA0MC40MDA0IDk4LjY4NTQgNDAuMTg3MiA5OC44NDMzQzM5LjgwMjkgOTkuMTMwNSA0MC4yMzM5IDk5LjU2NDQgNDAuMzk5NyA5OS43NTM2TDQwLjk5ODMgMTAwLjQzN0M0MS4xNzc3IDEwMC42NDIgNDEuNDgyOCAxMDAuOTU5IDQxLjc5NjggMTAwLjY4MkM0Mi4wNTI1IDEwMC40NTkgNDEuNjY3IDEwMC4wODEgNDEuNTM0NSA5OS45MTE3TDQxLjk5OTYgOTkuNTA4NFpNMzguMjY2NyAxMDEuNDU5QzM4LjM4MDIgMTAxLjM3IDM4LjUzNzEgMTAxLjI1NyAzOC41Mzc4IDEwMS4xQzM4LjUzMDEgMTAxIDM4LjU0IDEwMC45MTIgMzguNDA5OSAxMDAuNzU1QzM4LjI1MjEgMTAwLjU3MiAzOC4xMTE4IDEwMC40ODMgMzcuODgwMSAxMDAuNjg0TDM3LjY1OTggMTAwLjg2NEwzOC4xNzIyIDEwMS41MjlMMzguMjY2NyAxMDEuNDU5Wk0zOS4yMTI4IDEwMi42NDZDMzkuMzEyNiAxMDIuNTY3IDM5LjQyMTQgMTAyLjQ5NSAzOS40Nzc0IDEwMi4zODlDMzkuNTU5NiAxMDIuMjI2IDM5LjQzOTkgMTAyLjA0NSAzOS4zNDAzIDEwMS45MThDMzkuMTE4NiAxMDEuNjM5IDM4Ljk3MDkgMTAxLjU2OCAzOC42NzYyIDEwMS44MDNMMzguNDkwMyAxMDEuOTUyTDM5LjEwNzggMTAyLjcyNEwzOS4yMTI4IDEwMi42NDZaTTM4LjkwMjggMTAzLjQ5NUwzNi44OTQ2IDEwMC45MDVMMzcuNzQ0NyAxMDAuMjI3QzM3Ljk1MDkgMTAwLjA2NSAzOC4yNSA5OS45NDY2IDM4LjQ0MTkgMTAwLjAyM0MzOC42NDk4IDEwMC4xMDEgMzguNzU3MyAxMDAuMjA0IDM4Ljg5MjggMTAwLjM4MkMzOS4wNjU1IDEwMC42MDIgMzkuMTU4IDEwMC45MjEgMzguOTY2NCAxMDEuMjE0TDM4Ljk3MjEgMTAxLjIyNEMzOS4yNzM4IDEwMS4wNDkgMzkuNTgyMyAxMDEuMTU4IDM5Ljg0NjMgMTAxLjQ5NUMzOS44OTg4IDEwMS41NjcgNDAuMDI5OSAxMDEuNzQyIDQwLjA5ODQgMTAxLjkxM0M0MC4yNTAyIDEwMi4zMTkgNDAuMDk2MiAxMDIuNTY0IDM5Ljc1MjkgMTAyLjgzMkwzOC45MDI4IDEwMy40OTVaTTM0Ljc2NzcgOTguMjkwOEMzMy43MzM0IDk2LjUyMiAzMy44MTM5IDk0LjM3OTMgMzQuNjE1MiA5Mi43OTI0QzM1LjMzMzUgOTEuMzgxNyAzNi41OTIgOTAuMDAyOCAzOC43MDc3IDg3LjkzOTdDMzkuMzY2IDg3LjI5ODcgMzkuOTEzMyA4Ni4zOTc3IDM5LjgzNDMgODUuNjk5N0M0MC44ODAyIDg1Ljk3ODcgNDEuODYyNyA4Ny40MDU1IDQyLjI0OTEgODguMzQ1OEM0Mi42OTMzIDg5LjQzNTQgNDIuNDgxNCA5MS43NzU4IDQwLjc1MTQgOTIuODYxNkMzOS42OTI1IDkzLjUzMTYgMzguMTU4NSA5NC4wNDU0IDM3LjQyNTMgOTQuMjgxOEMzNi4xNTgzIDk0LjY4OTMgMzQuNzY5MyA5Ni40MzcxIDM1LjI4MzQgOTcuOTg2NUwzNC43Njc3IDk4LjI5MDhaTTMzLjY4NCA5OC45MTQzTDM0LjI1OTkgOTguNTg2MkMzMy4xMDgyIDk2LjUxOTggMzMuMTA4NyA5NC4xNzEgMzMuOTE3MSA5Mi40NzU3QzM0LjU3ODUgOTEuMDg3IDM1Ljc4MDYgODkuNjgxOSAzOC4wMDMyIDg3LjU0NDFDNDAuMDc0MiA4NS41NTAzIDM5LjI1ODkgODIuNjI0NCAzNy40MjYyIDgxLjEyOTZDMzUuNDUyMSA3OS41MjkzIDMzLjU3NTQgNzkuNjYwNCAzMS43Mzk5IDgwLjUxNzlDMjkuMDM4IDgxLjY3MTIgMjcuMjkxMSA4Ny44NjM5IDMwLjUwMjEgOTMuMzU3OUMzMC43MzE1IDkzLjgzNDMgMzIuODg0NiA5Ny41Mjk2IDMzLjY4NCA5OC45MTQzWk0xOS41MTIxIDc2LjEyNjRDMTYuNTA4NSA3Ny44NjA1IDE1LjA2MjEgODEuMzQ2NCAxNy4wNTQyIDg0Ljc3ODFDMTguNzMzNCA4Ny42NjQgMjEuOTQ0MSA4Ny44NzQgMjMuNDA5OSA4OC40OTk5QzI1LjYyMDQgODkuNDQzOSAyNy40MzcxIDkxLjAyNCAyOS4yNTAxIDk0LjAwMjRDMzAuNjkyNiA5Ni4zNzI3IDMyLjA1NjUgOTguNzQyNyAzMi41NTI5IDk5LjU3NkwzMy4yMTQ5IDk5LjE5MzhDMzIuNjk2OSA5OC4zMjMgMzEuMjE1MyA5NS44MjA4IDI5LjkyNTkgOTMuNTEyMkMyOC4yMzAzIDkwLjQ2NjEgMjcuODM0NyA4OC4xNjU0IDI4LjEyMzMgODUuNzgwOEMyOC4zMjA3IDg0LjE5NDYgMjkuNzQ0MiA4MS4zMDkxIDI4LjA3OCA3OC40MTU2QzI2LjEwNTUgNzQuOTcyNyAyMi4zNjY2IDc0LjQ4MDUgMTkuMzYzIDc2LjIxNDZMMTkuNTEzIDc2LjEyOEwxOS41MTIxIDc2LjEyNjRaTTMwLjkyNiAxMDAuNTA5TDMwLjQwMjMgMTAwLjgwN0MyOS4zMTc1IDk5LjU4NjkgMjcuMTE5MSA5OS45MTAyIDI2LjEyNjIgMTAwLjgwOEMyNS41NTE2IDEwMS4zMjYgMjQuMzQzNiAxMDIuMzkzIDIzLjIzNjQgMTAyLjk3NkMyMS40MjcgMTAzLjkzMiAxOS4yODkzIDEwMi45NDggMTguNTczNiAxMDIuMDE3QzE3Ljk1NDEgMTAxLjIxMSAxNy4yMDkgOTkuNjQ5NiAxNy40ODYxIDk4LjYwNDZDMTguMDU2IDk5LjAxOTIgMTkuMTA3NCA5OC45OTUgMTkuOTkyNiA5OC43NDcxQzIyLjgzNTUgOTcuOTQ3MyAyNC42NTg5IDk3LjU0NjkgMjYuMjM4MSA5Ny42MzExQzI4LjAxNTQgOTcuNzI3IDI5LjkxMTMgOTguNzI4NyAzMC45MjYgMTAwLjUwOVpNMzIuMDA3OCA5OS44ODIxTDMxLjUwOSAxMDAuMTc0QzMwLjI5ODcgOTguMTQxOSAyOC4xODc2IDk3LjAxMjIgMjYuMzEzNiA5Ni44NjU2QzI0Ljc4MzUgOTYuNzQyMSAyMi45NjI0IDk3LjA4MjUgMjAuMDAxMyA5Ny45Mzc1QzE3LjIzNSA5OC43MzQ0IDE1LjExMjkgOTYuNTY1MSAxNC43MzYzIDk0LjIyOTZDMTQuMzM1OCA5MS43MjA4IDE1LjM4NzcgOTAuMTYxMSAxNy4wNDgxIDg5LjAwMDJDMTkuMzk1NSA4Ny4yNDA1IDI1LjYzNDQgODguODIwNCAyOC43ODY3IDk0LjM0ODJDMjkuMDg0NiA5NC43ODUxIDMxLjIwODMgOTguNDk3NCAzMi4wMDc4IDk5Ljg4MjFaTTIxLjc0MzIgMTEyLjE2OUMxNy4xNzEgMTA5LjA0IDEzLjM0NDYgMTA0Ljk0MyAxMC42NzQxIDEwMC4zMTdDOC4wMTAzMyA5NS43MDM0IDYuNDUyMTEgOTAuNTY0MyA2LjAzMjg2IDg1LjA0ODFDOS4yMDY2NCA4MC41NzM2IDEzLjI3MDYgNzYuODg3OCAxOC4xMDg2IDc0LjA5NDZDMjIuNjE4OCA3MS40OTA2IDI4LjA4NTMgNjkuODM0OSAzMy45MjA4IDY5LjI5MjhDMzguNTg2OSA3Mi40ODMxIDQyLjQzNjIgNzYuNTY2OSA0NS4wNTk1IDgxLjExMDdDNDcuNjcyNSA4NS42MzY1IDQ5LjIxNyA5MC43ODU3IDQ5LjYzODYgOTYuNDExNEM0Ni41MDMxIDEwMC44MiA0Mi4zMTE3IDEwNC42MTcgMzcuNDk2NSAxMDcuMzk3QzMyLjk1ODUgMTEwLjAxNyAyNy42NjUzIDExMS42MjIgMjEuNzQzMiAxMTIuMTY5Wk0zNy45MjIxIDEwOC4xMzRDMzMuMjMyNSAxMTAuODQxIDI3Ljc1ODIgMTEyLjQ5NSAyMS42NTI4IDExMy4wMzdMMjEuNTAzNCAxMTMuMDQ5TDIxLjM3NzYgMTEyLjk2M0MxNi42MzkxIDEwOS43NDkgMTIuNjc3OCAxMDUuNTI4IDkuOTIwODEgMTAwLjc1MkM3LjE2ODQ4IDk1Ljk4NSA1LjU2NjUzIDkwLjY3OTggNS4xNTQ2IDg0Ljk3NjdMNS4xNDc4MyA4NC44MjE5TDUuMjMyOTcgODQuNjk0NUM4LjQ5NDc2IDgwLjA1NjEgMTIuNjg0NSA3Ni4yNDU1IDE3LjY4MzkgNzMuMzU5QzIyLjM0NDIgNzAuNjY4NCAyNy45ODk4IDY4Ljk2MTUgMzQuMDE0NSA2OC40MjMyTDM0LjE2NzIgNjguNDA5TDM0LjI5MzkgNjguNDk2N0MzOS4xMTg1IDcxLjc2OTUgNDMuMDk3OCA3NS45ODA2IDQ1LjgwOTYgODAuNjc3NkM0OC41MTAyIDg1LjM1NTEgNTAuMDk2MSA5MC42NzM5IDUwLjUxMzIgOTYuNDkxNEw1MC41MjM5IDk2LjY0MThMNTAuNDM0NiA5Ni43Njk1QzQ3LjIyMTIgMTAxLjMzIDQyLjg5NTQgMTA1LjI2MyAzNy45MjIxIDEwOC4xMzRaTTY0LjEzNjEgNzIuOTYyOUw2NS42Mzg3IDc4LjQzODZMNjguODIgNzYuNjAxOEM3MC4wNzA2IDc1Ljg3OTcgNzEuNDE4NyA3NC4yNzk1IDcwLjk0NDkgNzIuNDg3MkM3MC40NjAzIDcwLjY5OSA2OC42NjkyIDcwLjM0NTcgNjcuNDIxOCA3MS4wNjU5TDY0LjEzNjEgNzIuOTYyOVpNNjQuODU0OCA2NS40OTM3QzY1LjgwNTQgNjQuOTQ0OCA2Ny4zNDkxIDYzLjczNjEgNjYuNzEwNSA2MS42NTg0QzY2LjAyMTUgNTkuNDAzMiA2NC40MTM3IDYwLjI1OTggNjMuNjU4NyA2MC42OTU3TDYwLjk5MjYgNjIuMjE5N0w2Mi4zODg0IDY2LjkxNTVMNjQuODUzOCA2NS40OTIxTDY0Ljg1NDggNjUuNDkzN1pNNjIuODc0IDUxLjIzMjdDNTkuMTIgNTMuMzY1MyA1MC4yNjc4IDU4LjUxMDkgNTAuMjY3OCA1OC41MTA5TDUwLjk3NjYgNjkuNjcyNUw1My4xNjMzIDY4LjQyNTNMNTkuNzgyOSA5MS41OTg0TDczLjM3MjQgODMuNzUyNUM3OS42MDEzIDgwLjE1NjIgODEuODI3NyA3Mi45NDUxIDc5LjA4MiA2OC4xODk0Qzc3Ljk0NTUgNjYuMjIwOCA3Ni4wNzE3IDYzLjU5MjkgNzIuMzE5MSA2NC4yNDgxQzc0LjQ1MjggNjAuOTk2MSA3NS41MDM3IDU2LjQ4NiA3My41OTIyIDUzLjE3NTNDNzEuNTIgNDkuNTg5OCA2Ny40ODkgNDguNjAzMSA2Mi44NzQgNTEuMjMyN1pNMTEyLjY0NCAzNS4zMjE1TDExMy44ODggNDQuODgwMUwxMTcuMzYzIDQyLjg3MzlMMTEyLjY0NCAzNS4zMjE1Wk0xMTUuNDAyIDIwLjc5MjRMMTAxLjc5NyAyOC42NDc3TDEwMS45NTkgNDAuMTcyOEwxMDMuOTk4IDM4Ljk5NTFMMTA1LjI5NiA2NS4zMjEyTDExNS42NTQgNTkuMzQxMkwxMTQuODY4IDUzLjE2MDJMMTIxLjQxOCA0OS4zNzg1TDEyNC41MTYgNTQuMjI0NUwxMzMuNDExIDQ5LjA4OUwxMTUuNDAyIDIwLjc5MjRaIiBmaWxsPSIjMDA2NUIyIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8L2c+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMV85MTAzXzM0NSkiPgo8Y2lyY2xlIGN4PSIyMTAuMTQyIiBjeT0iNjguNDAyMiIgcj0iMjAuMTM2NiIgdHJhbnNmb3JtPSJyb3RhdGUoLTMwIDIxMC4xNDIgNjguNDAyMikiIGZpbGw9IiNDRDE5MjMiIGZpbGwtb3BhY2l0eT0iMC4xNSIvPgo8cGF0aCBkPSJNMjEzLjE3OCA1Ny4wNzU5TDIwNy4xMDggNzkuNzI4NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0LjczODAyIi8+CjxwYXRoIGQ9Ik0yMjEuNDY5IDcxLjQzNzNMMTk4LjgxNiA2NS4zNjc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjQuNzM4MDIiLz4KPGNpcmNsZSBjeD0iMjEwLjE0MyIgY3k9IjY4LjQwMjEiIHI9IjIzLjY5MDEiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAyMTAuMTQzIDY4LjQwMjEpIiBzdHJva2U9IiNDRDE5MjMiIHN0cm9rZS1vcGFjaXR5PSIwLjE1IiBzdHJva2Utd2lkdGg9IjIuMzY5MDEiLz4KPC9nPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfOTEwM18zNDUpIj4KPGNpcmNsZSBjeD0iNjcuNTg3MiIgY3k9IjIwMy43MzgiIHI9IjIwLjEzNjYiIHRyYW5zZm9ybT0icm90YXRlKC0zMCA2Ny41ODcyIDIwMy43MzgpIiBmaWxsPSIjQ0QxOTIzIiBmaWxsLW9wYWNpdHk9IjAuMTUiLz4KPHBhdGggZD0iTTcwLjYyMyAxOTIuNDEzTDY0LjU1MzMgMjE1LjA2NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0LjczODAyIi8+CjxwYXRoIGQ9Ik03OC45MTQxIDIwNi43NzRMNTYuMjYxMyAyMDAuNzA0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjQuNzM4MDIiLz4KPGNpcmNsZSBjeD0iNjcuNTg3OSIgY3k9IjIwMy43MzkiIHI9IjIzLjY5MDEiIHRyYW5zZm9ybT0icm90YXRlKC0zMCA2Ny41ODc5IDIwMy43MzkpIiBzdHJva2U9IiNDRDE5MjMiIHN0cm9rZS1vcGFjaXR5PSIwLjE1IiBzdHJva2Utd2lkdGg9IjIuMzY5MDEiLz4KPC9nPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI0MS4wNTMgMTY5LjE2MkwyNDEuMjQ1IDE3OS43NDlDMjM4Ljc4NyAxNzkuMzU5IDIzNi4xNjggMTc5LjU0NSAyMzMuNTU3IDE4MS4wNTJDMjI3LjM3OSAxODQuNjE5IDIyNy43NSAxOTAuNTE4IDIyOS42MTQgMTkzLjc0N0MyMzAuOTk5IDE5Ni4xNDYgMjM0LjM4MiAxOTguOTA3IDIzOS44ODEgMTk1LjczM0MyNDIuNjc0IDE5NC4xMiAyNDQuOTI0IDE5MS4wOTkgMjQ1LjY3IDE4OS4yODlMMjQ2LjQ3NyAyMDAuODc3QzI0NC44MzUgMjAyLjc4IDI0My42NjMgMjAzLjc1OSAyNDEuOTIyIDIwNC44MzNDMjMyLjI1MiAyMTAuODA4IDIyNS4wMzkgMjA2Ljk0OCAyMjEuNDkyIDIwMC43OThDMjE2LjgwMyAxOTIuNjY1IDIxOC4xMjIgMTc4LjcyMyAyMzAuMTUzIDE3MS43NzdDMjMwLjg5IDE3MS4zNTIgMjMxLjczNCAxNzEuMDYyIDIzMi42MzQgMTcxLjA1OEwyMzMuMDYgMTY5LjgxNkwyNDEuMDUzIDE2OS4xNjJaTTE3Ny4wODMgMjM5LjMyNEwxNzcuMzcyIDIzOS4xNjZDMTc3LjYwMyAyMzkuMDMyIDE3Ny42OTggMjM4Ljg0NyAxNzcuNTEgMjM4LjUwMUMxNzcuMzIxIDIzOC4xNzMgMTc3LjE2NiAyMzguMTk1IDE3Ni44NjQgMjM4LjM2NUwxNzYuNjM4IDIzOC40OThMMTc3LjA4MyAyMzkuMzI0Wk0xNzcuNDE4IDI0MS4yNDZMMTc1Ljg2NCAyMzguMzk2TDE3Ni45NTIgMjM3Ljc4NEMxNzcuNDY1IDIzNy40OTQgMTc3Ljg1MiAyMzcuODIxIDE3OC4wNzcgMjM4LjIxOUMxNzguMjEgMjM4LjQ2NCAxNzguMzAxIDIzOC43NzMgMTc4LjE4NSAyMzkuMDQ2QzE3OC4wOTQgMjM5LjI3MyAxNzcuODk1IDIzOS40NCAxNzcuNjg3IDIzOS41NTRMMTc3LjMyOSAyMzkuNzUxTDE3Ny45ODEgMjQwLjk0M0wxNzcuNDE4IDI0MS4yNDZaTTE3NC41MDcgMjM5LjA0M0wxNzUuMTA2IDIzOC43ODRMMTc1Ljk5NyAyNDAuODg2QzE3Ni4yMzkgMjQxLjU3NyAxNzYuMTU1IDI0MS45ODggMTc1LjQyMiAyNDIuMjk2QzE3NC42NzYgMjQyLjYxMiAxNzQuMzI1IDI0Mi4zODggMTc0LjAwNiAyNDEuNzM3TDE3My4xMTkgMjM5LjYzNkwxNzMuNzIxIDIzOS4zNzVMMTc0LjU4NCAyNDEuNDMyQzE3NC42OCAyNDEuNjU1IDE3NC44MSAyNDEuOTkzIDE3NS4xOTggMjQxLjgxNEMxNzUuNTQyIDI0MS42NDkgMTc1LjQ5MiAyNDEuMzg5IDE3NS4zNzIgMjQxLjA5OUwxNzQuNTA3IDIzOS4wNDNaTTE3MS4zMzggMjQxLjc4MkwxNzEuNzgxIDI0MS42NjVDMTcyLjAzMyAyNDEuNTY2IDE3Mi4wOTEgMjQxLjM2OSAxNzEuOTc2IDI0MS4wNjVDMTcxLjg3IDI0MC43ODMgMTcxLjc1NyAyNDAuNzE2IDE3MS41MjEgMjQwLjc4NUwxNzEuMDYyIDI0MC45MzlMMTcxLjMzOCAyNDEuNzgyWk0xNzEuNDkxIDI0Mi4yNzRMMTcxLjkzMSAyNDMuNjE0TDE3MS4yOTIgMjQzLjgyTDE3MC4yODUgMjQwLjY3OEwxNzEuMzc5IDI0MC4zMzhDMTcyLjAxNSAyNDAuMTM0IDE3Mi4zMzEgMjQwLjI4NiAxNzIuNTUgMjQwLjg1NEMxNzIuNjc2IDI0MS4xNzcgMTcyLjcxNCAyNDEuNTgzIDE3Mi4zMzkgMjQxLjc2NUwxNzIuMzM2IDI0MS43NjNDMTcyLjY5OCAyNDEuNjk0IDE3Mi44MTQgMjQxLjgzIDE3Mi45MTMgMjQyLjEyN0MxNzIuOTU4IDI0Mi4yNTMgMTczLjE5MSAyNDMuMDI2IDE3My4zNjQgMjQzLjA3NEwxNzMuNDE1IDI0My4xNTVMMTcyLjczOSAyNDMuMzM5QzE3Mi42MDcgMjQzLjE2MyAxNzIuNDkzIDI0Mi43NzYgMTcyLjQxOSAyNDIuNTY5QzE3Mi4zNTQgMjQyLjM4MiAxNzIuMjcxIDI0Mi4xMTcgMTcyLjA1MyAyNDIuMTI4QzE3MS44NzggMjQyLjEzMyAxNzEuODMxIDI0Mi4xNjUgMTcxLjY2MSAyNDIuMjE3TDE3MS40OTEgMjQyLjI3NFpNMTY3LjYzOCAyNDIuODUyQzE2Ny40NTQgMjQyLjA0MSAxNjcuMzU3IDI0MS40MjcgMTY4LjMwMyAyNDEuMTc5QzE2OC44MSAyNDEuMDQ5IDE2OS4xOTQgMjQxLjA4NCAxNjkuNDc0IDI0MS41OTlDMTY5LjUzOCAyNDEuNzE0IDE2OS41NjYgMjQxLjg1IDE2OS42MDcgMjQxLjk3N0wxNjkuMDE1IDI0Mi4xMzFDMTY4LjkyMiAyNDEuODExIDE2OC44MzQgMjQxLjU2NCAxNjguNDI4IDI0MS42NTdDMTY3Ljk2NiAyNDEuNzc4IDE2OC4xNDggMjQyLjMxOSAxNjguMjE0IDI0Mi41NjFMMTY4LjQ0NiAyNDMuNDQzQzE2OC41MTEgMjQzLjcwNSAxNjguNjUgMjQ0LjEyNyAxNjkuMDU1IDI0NC4wMTlDMTY5LjM5MiAyNDMuOTMyIDE2OS40MDMgMjQzLjU0NSAxNjkuMjY2IDI0My4wNjVMMTY4Ljg1NSAyNDMuMTc2TDE2OC43MjQgMjQyLjY2NUwxNjkuNzE0IDI0Mi40NDlMMTcwLjE2NSAyNDQuMTQ5TDE2OS43MjEgMjQ0LjI2OEwxNjkuNjI2IDI0My45MDVMMTY5LjYxNyAyNDMuOTExQzE2OS41ODYgMjQ0LjI2OCAxNjkuMzg0IDI0NC40MTkgMTY5LjE3NCAyNDQuNDkyQzE2OC4yMDggMjQ0Ljc1IDE2Ny45NzggMjQ0LjE1MiAxNjcuNzU3IDI0My4zMDhMMTY3LjYzOCAyNDIuODUyWk0xODUuNTA1IDIzMy42NDZMMTg1Ljg2NSAyMzMuMjcxTDE4NC42MTIgMjMyLjQyNkwxODUuNTA1IDIzMy42NDZaTTE4NS44NzUgMjM1LjI0NkwxODQuMDE5IDIzMi40MzhMMTg0LjU4MiAyMzEuODM1TDE4Ny40NzcgMjMzLjUzNkwxODcuMDMgMjM0LjAwN0wxODYuMzE5IDIzMy41NTlMMTg1LjgyNSAyMzQuMDg1TDE4Ni4zMjMgMjM0Ljc3MkwxODUuODc1IDIzNS4yNDZaTTE4NC41NTQgMjM0Ljg0NUMxODQuNTkxIDIzNC44OTMgMTg0LjYzMyAyMzQuOTQ3IDE4NC42NjYgMjM0Ljk5OEMxODUuMDQgMjM1LjQ2NyAxODUuMTg5IDIzNS45NDQgMTg0LjY3OCAyMzYuMzk2QzE4My45MjMgMjM3LjA1MSAxODMuNDU0IDIzNi42MTUgMTgyLjg3NyAyMzUuOTYxTDE4Mi41NjUgMjM1LjYwNkMxODIuMDM4IDIzNC45NjUgMTgxLjY3OCAyMzQuNDU3IDE4Mi40MTQgMjMzLjgxMkMxODIuODMzIDIzMy40NTcgMTgzLjI0OSAyMzMuNDY1IDE4My42NDcgMjMzLjg1N0MxODMuNzA4IDIzMy45MTQgMTgzLjc3MiAyMzMuOTY4IDE4My44MjIgMjM0LjAzM0wxODMuMzc1IDIzNC40MzJDMTgzLjIxMyAyMzQuMjkxIDE4Mi45NTUgMjM0LjAyMiAxODIuNzQyIDIzNC4xOEMxODIuMzU4IDIzNC40NjcgMTgyLjc4OSAyMzQuOTAxIDE4Mi45NTQgMjM1LjA5TDE4My41NTMgMjM1Ljc3M0MxODMuNzMyIDIzNS45NzggMTg0LjAzNyAyMzYuMjk2IDE4NC4zNTEgMjM2LjAxOUMxODQuNjA3IDIzNS43OTUgMTg0LjIyMiAyMzUuNDE4IDE4NC4wODkgMjM1LjI0OEwxODQuNTU0IDIzNC44NDVaTTE4MC44MjEgMjM2Ljc5NkMxODAuOTM1IDIzNi43MDYgMTgxLjA5MiAyMzYuNTk0IDE4MS4wOTMgMjM2LjQzN0MxODEuMDg1IDIzNi4zMzcgMTgxLjA5NSAyMzYuMjQ5IDE4MC45NjUgMjM2LjA5MUMxODAuODA3IDIzNS45MDggMTgwLjY2NyAyMzUuODIgMTgwLjQzNSAyMzYuMDIxTDE4MC4yMTQgMjM2LjJMMTgwLjcyNyAyMzYuODY2TDE4MC44MjEgMjM2Ljc5NlpNMTgxLjc2NyAyMzcuOTgzQzE4MS44NjcgMjM3LjkwMyAxODEuOTc2IDIzNy44MzIgMTgyLjAzMiAyMzcuNzI2QzE4Mi4xMTQgMjM3LjU2MyAxODEuOTk1IDIzNy4zODIgMTgxLjg5NSAyMzcuMjU1QzE4MS42NzMgMjM2Ljk3NiAxODEuNTI2IDIzNi45MDUgMTgxLjIzMSAyMzcuMTRMMTgxLjA0NSAyMzcuMjg5TDE4MS42NjMgMjM4LjA2MUwxODEuNzY3IDIzNy45ODNaTTE4MS40NTcgMjM4LjgzMUwxNzkuNDQ5IDIzNi4yNDJMMTgwLjI5OSAyMzUuNTY0QzE4MC41MDYgMjM1LjQwMiAxODAuODA1IDIzNS4yODMgMTgwLjk5NyAyMzUuMzU5QzE4MS4yMDUgMjM1LjQzNyAxODEuMzEyIDIzNS41NDEgMTgxLjQ0OCAyMzUuNzE5QzE4MS42MiAyMzUuOTM5IDE4MS43MTMgMjM2LjI1NyAxODEuNTIxIDIzNi41NTFMMTgxLjUyNyAyMzYuNTZDMTgxLjgyOCAyMzYuMzg2IDE4Mi4xMzcgMjM2LjQ5NSAxODIuNDAxIDIzNi44MzJDMTgyLjQ1MyAyMzYuOTA0IDE4Mi41ODUgMjM3LjA3OCAxODIuNjUzIDIzNy4yNUMxODIuODA1IDIzNy42NTYgMTgyLjY1MSAyMzcuOTAxIDE4Mi4zMDggMjM4LjE2OUwxODEuNDU3IDIzOC44MzFaTTE3Ny4zMjIgMjMzLjYyN0MxNzYuMjg4IDIzMS44NTkgMTc2LjM2OSAyMjkuNzE2IDE3Ny4xNyAyMjguMTI5QzE3Ny44ODggMjI2LjcxOCAxNzkuMTQ3IDIyNS4zMzkgMTgxLjI2MiAyMjMuMjc2QzE4MS45MjEgMjIyLjYzNSAxODIuNDY4IDIyMS43MzQgMTgyLjM4OSAyMjEuMDM2QzE4My40MzUgMjIxLjMxNSAxODQuNDE3IDIyMi43NDIgMTg0LjgwNCAyMjMuNjgzQzE4NS4yNDggMjI0Ljc3MiAxODUuMDM2IDIyNy4xMTIgMTgzLjMwNiAyMjguMTk4QzE4Mi4yNDcgMjI4Ljg2OCAxODAuNzEzIDIyOS4zODIgMTc5Ljk4IDIyOS42MThDMTc4LjcxMyAyMzAuMDI2IDE3Ny4zMjQgMjMxLjc3NCAxNzcuODM4IDIzMy4zMjNMMTc3LjMyMiAyMzMuNjI3Wk0xNzYuMjM5IDIzNC4yNTFMMTc2LjgxNSAyMzMuOTIzQzE3NS42NjMgMjMxLjg1NyAxNzUuNjYzIDIyOS41MDggMTc2LjQ3MiAyMjcuODEyQzE3Ny4xMzMgMjI2LjQyNCAxNzguMzM1IDIyNS4wMTkgMTgwLjU1OCAyMjIuODgxQzE4Mi42MjkgMjIwLjg4NyAxODEuODE0IDIxNy45NjEgMTc5Ljk4MSAyMTYuNDY2QzE3OC4wMDcgMjE0Ljg2NiAxNzYuMTMgMjE0Ljk5NyAxNzQuMjk1IDIxNS44NTVDMTcxLjU5MyAyMTcuMDA4IDE2OS44NDYgMjIzLjIwMSAxNzMuMDU3IDIyOC42OTVDMTczLjI4NiAyMjkuMTcxIDE3NS40MzkgMjMyLjg2NiAxNzYuMjM5IDIzNC4yNTFaTTE2Mi4wNjcgMjExLjQ2M0MxNTkuMDYzIDIxMy4xOTcgMTU3LjYxNyAyMTYuNjgzIDE1OS42MDkgMjIwLjExNUMxNjEuMjg4IDIyMy4wMDEgMTY0LjQ5OSAyMjMuMjExIDE2NS45NjUgMjIzLjgzN0MxNjguMTc1IDIyNC43ODEgMTY5Ljk5MiAyMjYuMzYxIDE3MS44MDUgMjI5LjMzOUMxNzMuMjQ3IDIzMS43MDkgMTc0LjYxMSAyMzQuMDc5IDE3NS4xMDggMjM0LjkxM0wxNzUuNzcgMjM0LjUzQzE3NS4yNTIgMjMzLjY2IDE3My43NyAyMzEuMTU4IDE3Mi40ODEgMjI4Ljg0OUMxNzAuNzg1IDIyNS44MDMgMTcwLjM4OSAyMjMuNTAyIDE3MC42NzggMjIxLjExN0MxNzAuODc1IDIxOS41MzEgMTcyLjI5OSAyMTYuNjQ2IDE3MC42MzMgMjEzLjc1MkMxNjguNjYgMjEwLjMwOSAxNjQuOTIxIDIwOS44MTcgMTYxLjkxOCAyMTEuNTUxTDE2Mi4wNjggMjExLjQ2NUwxNjIuMDY3IDIxMS40NjNaTTE3My40ODEgMjM1Ljg0NUwxNzIuOTU3IDIzNi4xNDNDMTcxLjg3MiAyMzQuOTI0IDE2OS42NzQgMjM1LjI0NyAxNjguNjgxIDIzNi4xNDRDMTY4LjEwNiAyMzYuNjYzIDE2Ni44OTggMjM3LjczIDE2NS43OTEgMjM4LjMxM0MxNjMuOTgyIDIzOS4yNjggMTYxLjg0NCAyMzguMjg0IDE2MS4xMjggMjM3LjM1NEMxNjAuNTA5IDIzNi41NDggMTU5Ljc2NCAyMzQuOTg2IDE2MC4wNDEgMjMzLjk0MUMxNjAuNjExIDIzNC4zNTYgMTYxLjY2MiAyMzQuMzMyIDE2Mi41NDcgMjM0LjA4NEMxNjUuMzkgMjMzLjI4NCAxNjcuMjE0IDIzMi44ODQgMTY4Ljc5MyAyMzIuOTY4QzE3MC41NyAyMzMuMDY0IDE3Mi40NjYgMjM0LjA2NSAxNzMuNDgxIDIzNS44NDVaTTE3NC41NjIgMjM1LjIxOUwxNzQuMDY0IDIzNS41MTFDMTcyLjg1MyAyMzMuNDc5IDE3MC43NDIgMjMyLjM0OSAxNjguODY4IDIzMi4yMDJDMTY3LjMzOCAyMzIuMDc5IDE2NS41MTcgMjMyLjQxOSAxNjIuNTU2IDIzMy4yNzRDMTU5Ljc5IDIzNC4wNzEgMTU3LjY2OCAyMzEuOTAyIDE1Ny4yOTEgMjI5LjU2NkMxNTYuODkxIDIyNy4wNTggMTU3Ljk0MiAyMjUuNDk4IDE1OS42MDMgMjI0LjMzN0MxNjEuOTUgMjIyLjU3NyAxNjguMTg5IDIyNC4xNTcgMTcxLjM0MSAyMjkuNjg1QzE3MS42MzkgMjMwLjEyMiAxNzMuNzYzIDIzMy44MzQgMTc0LjU2MiAyMzUuMjE5Wk0xNjQuMjk4IDI0Ny41MDZDMTU5LjcyNiAyNDQuMzc2IDE1NS44OTkgMjQwLjI3OSAxNTMuMjI5IDIzNS42NTRDMTUwLjU2NSAyMzEuMDQgMTQ5LjAwNyAyMjUuOTAxIDE0OC41ODggMjIwLjM4NUMxNTEuNzYxIDIxNS45MSAxNTUuODI1IDIxMi4yMjQgMTYwLjY2MyAyMDkuNDMxQzE2NS4xNzQgMjA2LjgyNyAxNzAuNjQgMjA1LjE3MiAxNzYuNDc1IDIwNC42MjlDMTgxLjE0MiAyMDcuODIgMTg0Ljk5MSAyMTEuOTA0IDE4Ny42MTQgMjE2LjQ0N0MxOTAuMjI3IDIyMC45NzMgMTkxLjc3MiAyMjYuMTIyIDE5Mi4xOTMgMjMxLjc0OEMxODkuMDU4IDIzNi4xNTcgMTg0Ljg2NiAyMzkuOTUzIDE4MC4wNTEgMjQyLjczM0MxNzUuNTEzIDI0NS4zNTMgMTcwLjIyIDI0Ni45NTkgMTY0LjI5OCAyNDcuNTA2Wk0xODAuNDc3IDI0My40NzFDMTc1Ljc4NyAyNDYuMTc4IDE3MC4zMTMgMjQ3LjgzMiAxNjQuMjA3IDI0OC4zNzNMMTY0LjA1OCAyNDguMzg2TDE2My45MzIgMjQ4LjI5OUMxNTkuMTk0IDI0NS4wODYgMTU1LjIzMyAyNDAuODY0IDE1Mi40NzUgMjM2LjA4OUMxNDkuNzIzIDIzMS4zMjIgMTQ4LjEyMSAyMjYuMDE2IDE0Ny43MDkgMjIwLjMxM0wxNDcuNzAzIDIyMC4xNTlMMTQ3Ljc4OCAyMjAuMDMxQzE1MS4wNDkgMjE1LjM5MyAxNTUuMjM5IDIxMS41ODIgMTYwLjIzOSAyMDguNjk2QzE2NC44OTkgMjA2LjAwNSAxNzAuNTQ1IDIwNC4yOTggMTc2LjU2OSAyMDMuNzZMMTc2LjcyMiAyMDMuNzQ2TDE3Ni44NDkgMjAzLjgzM0MxODEuNjczIDIwNy4xMDYgMTg1LjY1MiAyMTEuMzE3IDE4OC4zNjQgMjE2LjAxNEMxOTEuMDY1IDIyMC42OTIgMTkyLjY1MSAyMjYuMDExIDE5My4wNjggMjMxLjgyOEwxOTMuMDc5IDIzMS45NzhMMTkyLjk4OSAyMzIuMTA2QzE4OS43NzYgMjM2LjY2NyAxODUuNDUgMjQwLjU5OSAxODAuNDc3IDI0My40NzFaTTIwNi42OTEgMjA4LjNMMjA4LjE5MyAyMTMuNzc1TDIxMS4zNzUgMjExLjkzOEMyMTIuNjI1IDIxMS4yMTYgMjEzLjk3MyAyMDkuNjE2IDIxMy41IDIwNy44MjRDMjEzLjAxNSAyMDYuMDM2IDIxMS4yMjQgMjA1LjY4MiAyMDkuOTc2IDIwNi40MDNMMjA2LjY5MSAyMDguM1pNMjA3LjQwOSAyMDAuODNDMjA4LjM2IDIwMC4yODIgMjA5LjkwNCAxOTkuMDczIDIwOS4yNjUgMTk2Ljk5NUMyMDguNTc2IDE5NC43NCAyMDYuOTY4IDE5NS41OTYgMjA2LjIxMyAxOTYuMDMyTDIwMy41NDcgMTk3LjU1NkwyMDQuOTQzIDIwMi4yNTJMMjA3LjQwOSAyMDAuODI5TDIwNy40MDkgMjAwLjgzWk0yMDUuNDI5IDE4Ni41NjlDMjAxLjY3NSAxODguNzAyIDE5Mi44MjMgMTkzLjg0OCAxOTIuODIzIDE5My44NDhMMTkzLjUzMSAyMDUuMDA5TDE5NS43MTggMjAzLjc2MkwyMDIuMzM4IDIyNi45MzVMMjE1LjkyNyAyMTkuMDg5QzIyMi4xNTYgMjE1LjQ5MyAyMjQuMzgyIDIwOC4yODIgMjIxLjYzNyAyMDMuNTI2QzIyMC41IDIwMS41NTggMjE4LjYyNiAxOTguOTMgMjE0Ljg3NCAxOTkuNTg1QzIxNy4wMDcgMTk2LjMzMyAyMTguMDU4IDE5MS44MjMgMjE2LjE0NyAxODguNTEyQzIxNC4wNzUgMTg0LjkyNiAyMTAuMDQ0IDE4My45NCAyMDUuNDI5IDE4Ni41NjlaTTI1NS4xOTggMTcwLjY1OEwyNTYuNDQzIDE4MC4yMTdMMjU5LjkxOCAxNzguMjExTDI1NS4xOTggMTcwLjY1OFpNMjU3Ljk1NyAxNTYuMTI5TDI0NC4zNTEgMTYzLjk4NEwyNDQuNTEzIDE3NS41MUwyNDYuNTUzIDE3NC4zMzJMMjQ3Ljg1MSAyMDAuNjU4TDI1OC4yMDkgMTk0LjY3OEwyNTcuNDIzIDE4OC40OTdMMjYzLjk3MyAxODQuNzE1TDI2Ny4wNzEgMTg5LjU2MUwyNzUuOTY2IDE4NC40MjZMMjU3Ljk1NyAxNTYuMTI5WiIgZmlsbD0iIzAwNjVCMiIgZmlsbC1vcGFjaXR5PSIwLjEiLz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfOTEwM18zNDUiPgo8cmVjdCB3aWR0aD0iMTM1LjMzNyIgaGVpZ2h0PSIxMzUuMzM3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjMzNjY3KSIvPgo8L2NsaXBQYXRoPgo8Y2xpcFBhdGggaWQ9ImNsaXAxXzkxMDNfMzQ1Ij4KPHJlY3Qgd2lkdGg9IjUwLjM0MTUiIGhlaWdodD0iNTAuOTMzNyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3NS40MTIgNTguNzM0MSkgcm90YXRlKC0zMCkiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMl85MTAzXzM0NSI+CjxyZWN0IHdpZHRoPSI1MC4zNDE1IiBoZWlnaHQ9IjUwLjkzMzciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi44NTc0IDE5NC4wNzEpIHJvdGF0ZSgtMzApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) repeat
}

.border-dashed {
    border-style: dashed !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important
}

.border-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important
}

.border {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important
}

.border-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-sm-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-sm-top-0 {
        border-top: 0 !important
    }

    .border-sm-right-0 {
        border-right: 0 !important
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important
    }

    .border-sm-left-0 {
        border-left: 0 !important
    }

    .border-sm-x {
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-sm-y {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-md-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-md-top-0 {
        border-top: 0 !important
    }

    .border-md-right-0 {
        border-right: 0 !important
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important
    }

    .border-md-left-0 {
        border-left: 0 !important
    }

    .border-md-x {
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-md-y {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-lg-top-0 {
        border-top: 0 !important
    }

    .border-lg-right-0 {
        border-right: 0 !important
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important
    }

    .border-lg-left-0 {
        border-left: 0 !important
    }

    .border-lg-x {
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-y {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-lg {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xl-top-0 {
        border-top: 0 !important
    }

    .border-xl-right-0 {
        border-right: 0 !important
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important
    }

    .border-xl-left-0 {
        border-left: 0 !important
    }

    .border-xl-x {
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-y {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }
}

.border-primary {
    border-color: #005caa !important
}

.border-secondary {
    border-color: #868e96 !important
}

.border-success {
    border-color: #29b821 !important
}

.border-info {
    border-color: #28bab7 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #e25757 !important
}

.border-light {
    border-color: #f5f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.btn.disabled,
.btn:disabled {
    filter: grayscale(.9)
}

.btn-outline-primary:not(:disabled):hover,
.btn-outline-primary:not(:disabled).hover,
.btn-outline-primary:not(.disabled):hover,
.btn-outline-primary:not(.disabled).hover {
    color: #005caa;
    background-color: #005caa0d
}

.btn-outline-primary:not(:disabled):active,
.btn-outline-primary:not(:disabled).active,
.btn-outline-primary:not(.disabled):active,
.btn-outline-primary:not(.disabled).active {
    color: #005caa !important;
    background-color: #005caa20 !important
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled.hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled.hover {
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):hover,
.btn-outline-secondary:not(:disabled).hover,
.btn-outline-secondary:not(.disabled):hover,
.btn-outline-secondary:not(.disabled).hover {
    color: #868e96;
    background-color: #868e960d
}

.btn-outline-secondary:not(:disabled):active,
.btn-outline-secondary:not(:disabled).active,
.btn-outline-secondary:not(.disabled):active,
.btn-outline-secondary:not(.disabled).active {
    color: #868e96 !important;
    background-color: #868e9620 !important
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled.hover,
.btn-outline-secondary:disabled:hover,
.btn-outline-secondary:disabled.hover {
    background-color: transparent
}

.btn-outline-success:not(:disabled):hover,
.btn-outline-success:not(:disabled).hover,
.btn-outline-success:not(.disabled):hover,
.btn-outline-success:not(.disabled).hover {
    color: #29b821;
    background-color: #29b8210d
}

.btn-outline-success:not(:disabled):active,
.btn-outline-success:not(:disabled).active,
.btn-outline-success:not(.disabled):active,
.btn-outline-success:not(.disabled).active {
    color: #29b821 !important;
    background-color: #29b82120 !important
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent
}

.btn-outline-success.disabled:hover,
.btn-outline-success.disabled.hover,
.btn-outline-success:disabled:hover,
.btn-outline-success:disabled.hover {
    background-color: transparent
}

.btn-outline-info:not(:disabled):hover,
.btn-outline-info:not(:disabled).hover,
.btn-outline-info:not(.disabled):hover,
.btn-outline-info:not(.disabled).hover {
    color: #28bab7;
    background-color: #28bab70d
}

.btn-outline-info:not(:disabled):active,
.btn-outline-info:not(:disabled).active,
.btn-outline-info:not(.disabled):active,
.btn-outline-info:not(.disabled).active {
    color: #28bab7 !important;
    background-color: #28bab720 !important
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent
}

.btn-outline-info.disabled:hover,
.btn-outline-info.disabled.hover,
.btn-outline-info:disabled:hover,
.btn-outline-info:disabled.hover {
    background-color: transparent
}

.btn-outline-warning:not(:disabled):hover,
.btn-outline-warning:not(:disabled).hover,
.btn-outline-warning:not(.disabled):hover,
.btn-outline-warning:not(.disabled).hover {
    color: #ffc107;
    background-color: #ffc1070d
}

.btn-outline-warning:not(:disabled):active,
.btn-outline-warning:not(:disabled).active,
.btn-outline-warning:not(.disabled):active,
.btn-outline-warning:not(.disabled).active {
    color: #ffc107 !important;
    background-color: #ffc10720 !important
}

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

.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled.hover,
.btn-outline-warning:disabled:hover,
.btn-outline-warning:disabled.hover {
    background-color: transparent
}

.btn-outline-danger:not(:disabled):hover,
.btn-outline-danger:not(:disabled).hover,
.btn-outline-danger:not(.disabled):hover,
.btn-outline-danger:not(.disabled).hover {
    color: #e25757;
    background-color: #e257570d
}

.btn-outline-danger:not(:disabled):active,
.btn-outline-danger:not(:disabled).active,
.btn-outline-danger:not(.disabled):active,
.btn-outline-danger:not(.disabled).active {
    color: #e25757 !important;
    background-color: #e2575720 !important
}

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

.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled.hover,
.btn-outline-danger:disabled:hover,
.btn-outline-danger:disabled.hover {
    background-color: transparent
}

.btn-outline-light:not(:disabled):hover,
.btn-outline-light:not(:disabled).hover,
.btn-outline-light:not(.disabled):hover,
.btn-outline-light:not(.disabled).hover {
    color: #f5f9fa;
    background-color: #f5f9fa0d
}

.btn-outline-light:not(:disabled):active,
.btn-outline-light:not(:disabled).active,
.btn-outline-light:not(.disabled):active,
.btn-outline-light:not(.disabled).active {
    color: #f5f9fa !important;
    background-color: #f5f9fa20 !important
}

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

.btn-outline-light.disabled:hover,
.btn-outline-light.disabled.hover,
.btn-outline-light:disabled:hover,
.btn-outline-light:disabled.hover {
    background-color: transparent
}

.btn-outline-dark:not(:disabled):hover,
.btn-outline-dark:not(:disabled).hover,
.btn-outline-dark:not(.disabled):hover,
.btn-outline-dark:not(.disabled).hover {
    color: #343a40;
    background-color: #343a400d
}

.btn-outline-dark:not(:disabled):active,
.btn-outline-dark:not(:disabled).active,
.btn-outline-dark:not(.disabled):active,
.btn-outline-dark:not(.disabled).active {
    color: #343a40 !important;
    background-color: #343a4020 !important
}

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

.btn-outline-dark.disabled:hover,
.btn-outline-dark.disabled.hover,
.btn-outline-dark:disabled:hover,
.btn-outline-dark:disabled.hover {
    background-color: transparent
}

.btn-chip {
    color: #495057;
    border: 1px solid #868e96 !important;
    font-weight: 400;
    padding: .75rem 1rem;
    border-radius: .75rem
}

.btn-chip:not(:disabled):not(.disabled):hover,
.btn-chip:not(:disabled):not(.disabled).hover,
.btn-chip:not(:disabled):not(.disabled):focus,
.btn-chip:not(:disabled):not(.disabled).focus {
    background-color: #f5fcff
}

.btn-chip:not(:disabled):not(.disabled):active,
.btn-chip:not(:disabled):not(.disabled).active {
    border: 1px solid #005caa !important;
    background-color: #e6f3ff
}

.btn-chip:disabled,
.btn-chip .disabled {
    border: 1px solid #cecece;
    color: #868e96
}

.card {
    box-shadow: 0 .5rem 1rem #00000026
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-width: 1px;
    padding: 1rem 1.5rem
}

.card .card-header .card-title {
    flex: 1;
    margin: 0;
    color: #144e83;
    font-weight: 700;
    line-height: 2rem
}

.card .card-header .card-title .card-subtitle {
    display: block;
    font-size: smaller;
    font-weight: 400
}

.card .card-header .card-actions {
    flex: 0 0 auto
}

.card .card-body {
    padding: 1rem 1.5rem
}

.card .card-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    border: none
}

.carousel ol.carousel-indicators>li {
    background-color: transparent;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
    opacity: 1
}

.carousel ol.carousel-indicators>li.active {
    background-color: #00b5f0;
    border-color: #00b5f0
}

.datepicker-wrapper bs-daterangepicker-inline-container,
.datepicker-wrapper bs-datepicker-inline-container {
    width: 100%
}

.datepicker-wrapper bs-daterangepicker-inline-container .bs-datepicker,
.datepicker-wrapper bs-datepicker-inline-container .bs-datepicker {
    box-shadow: none;
    border: none;
    width: 100%
}

.datepicker-wrapper bs-daterangepicker-inline-container .bs-datepicker-container,
.datepicker-wrapper bs-datepicker-inline-container .bs-datepicker-container {
    width: 100%;
    padding: 0
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca {
    flex-flow: row-reverse
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-head button,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-head button {
    color: #005caa;
    font-weight: 600;
    height: 2.5rem !important;
    line-height: 2.5rem
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-head button.previous,
.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-head button.next,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-head button.previous,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-head button.next {
    width: 2.5rem
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-head button:disabled,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-head button:disabled {
    color: #adb5bd;
    background: none
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body {
    border: none
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td {
    color: #212529
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td span,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td span {
    font-size: 1rem;
    border-radius: .5rem
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td span.in-range,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td span.in-range {
    background-color: #e9ecef
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td span.in-range:before,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td span.in-range:before {
    background: none !important
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td span.selected,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td span.selected {
    background-color: #005caa
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table td.disabled span.selected,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table td.disabled span.selected {
    color: #adb5bd;
    background-color: transparent
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-body table.days span,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-body table.days span {
    width: 2rem;
    height: 2rem;
    margin: .5rem auto;
    line-height: 2rem
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range {
    display: none;
    background: none;
    padding-top: 10px;
    padding-left: 0
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button {
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    color: #005caa;
    height: auto;
    padding: .5rem 1rem;
    margin-bottom: .5rem
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button:hover,
.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.hover,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button:hover,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.hover {
    background-color: #e9ecef
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button:active,
.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.active,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button:active,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.active {
    background-color: #dee2e6
}

.datepicker-wrapper bs-daterangepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.selected,
.datepicker-wrapper bs-datepicker-inline-container .theme-mybca .bs-datepicker-custom-range button.selected {
    color: #fff;
    background-color: #005caa
}

@media only screen and (min-width: 576px) {
    .datepicker-wrapper .theme-mybca .bs-datepicker-custom-range {
        display: block !important
    }

    .datepicker-wrapper .theme-mybca .bs-datepicker-custom-range .bs-datepicker-predefined-btns button {
        min-width: 9rem
    }
}

@media only screen and (min-width: 768px) {
    .datepicker-wrapper {
        position: absolute;
        z-index: 1000
    }

    .datepicker-wrapper .backdrop {
        background: none
    }

    .datepicker-wrapper .sheet {
        position: inherit;
        overflow-x: hidden;
        overflow-y: hidden
    }

    .datepicker-wrapper .sheet>.sheet-content {
        animation: none;
        animation-duration: .01s;
        width: min-content
    }

    .datepicker-wrapper .sheet>.sheet-content>.card {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

footer a {
    font-weight: 600
}

.footnote {
    border: 1px solid #e9ecef;
    font-size: .9rem;
    color: #495057;
    margin: .5rem auto
}

.footnote .term,
.footnote .description {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.footnote .term {
    background: #f5f9fa;
    color: #005caa
}

.footnote .description {
    background: #fff
}

.footnote .description ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
    list-style-type: disc
}

@media only screen and (min-width: 768px) {

    .footnote .term,
    .footnote .description {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.footnote-v2 {
    font-size: .875rem
}

.footnote-v2 ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 0
}

.footnote-v2 li::marker {
    color: #005caa
}

header {
    color: #fff;
    background: #005caa
}

header.bg-auth {
    background: none
}

header .page-title {
    margin-top: 2rem;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 700
}

header .page-title .page-subtitle {
    display: block;
    font-style: italic
}

header .breadcrumb {
    display: flex;
    background-color: transparent;
    padding: 0
}

header .breadcrumb>.breadcrumb-item {
    color: #fff;
    line-height: 1.5rem
}

header .breadcrumb>.breadcrumb-item a {
    color: #fff;
    font-weight: 600
}

header .breadcrumb>.breadcrumb-item:not(:first-child):before {
    content: ">";
    font-weight: 600;
    color: #fff
}

header .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #005caa
}

header .btn-outline-light:hover {
    color: #005caa
}

.hero {
    background: #005caa;
    color: #fff;
    width: 100%;
    overflow: hidden
}

.hero .icon-overlay {
    position: relative;
    background-color: transparent
}

.hero .icon-overlay:before {
    content: " ";
    width: calc(100% + 10rem);
    height: 100%;
    position: absolute;
    right: -10rem;
    background-image: url(clove-ornament.139a2d89f497d64c.svg);
    background-position: right -30rem top 5rem;
    background-repeat: no-repeat
}

.hero .img-store {
    height: 3rem
}

.hero .hero-illustration img {
    width: 100%
}

.hero .hero-description h1,
.hero .hero-description h2,
.hero .hero-description h3,
.hero .hero-description h4,
.hero .hero-description h5,
.hero .hero-description h6 {
    font-weight: 400;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .hero {
        height: 325px
    }

    .hero .icon-overlay:before {
        background-position: right -5rem top -22.5rem
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .hero .icon-overlay:before {
        background-position: right -30rem top -10rem
    }
}

.form-group .col-form-label {
    color: #005caa;
    font-weight: 600;
    cursor: default;
    padding-bottom: 0
}

.form-group .col-form-label.is-optional:after {
    content: "(Opsional)"
}

.form-group input.form-control,
.form-group select.form-control {
    position: relative;
    border-width: 0 0 1px 0
}

.form-group input.form-control.is-invalid,
.form-group select.form-control.is-invalid {
    background: none;
    padding-right: 0
}

.form-group input.form-control.ng-invalid,
.form-group select.form-control.ng-invalid {
    box-shadow: none
}

.form-group input:read-only,
.form-group select:read-only {
    background: transparent
}

.form-group input~svg-icon,
.form-group select~svg-icon {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    padding: .375rem 0
}

.form-group input~fa-icon,
.form-group select~fa-icon {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    padding: .375rem 0
}

.form-group input~img,
.form-group select~img {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 2rem
}

.form-group input~a,
.form-group select~a {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 2rem;
    padding: .375rem 0
}

.form-group select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/webp;base64,UklGRgwBAABXRUJQVlA4WAoAAAAQAAAADwAADwAAQUxQSEoAAAABL0AQQBosiCnWmeKICOJeMIgkyclsYeCTACSAhLQOzr8WcnAQ0f/kf+UYGSy2FF2KxjZZTFaKxpaiTRb75GgcKSzOuXHpxR8AAFZQOCCcAAAAMAQAnQEqEAAQAAFAJiWwAnRHAGoAegB0gH6qkz68QT2D9MzjVtZQjQAAAP7/OgoT7ScWqiHLvfBf70Ee83xprWitIrB89QaO/GIagH+rK1JIYcIzBEDApYhRe9ejoMpdXad/i0xqNTfYJ6i6vpdXtoFwHst1ZeQqG/10YkCp5KKqss29nK+xnfD1gtLYRg/buvM7OluIA+qcAAAA), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKxJREFUOBFjYBgF8BDgiludxZO4ShQugIMBUgNSC5NmAjFAAv///5/67y/jfnyGgORAakBqYYaADWBi/r+akZHxKlBCG5chSJq1QWpBekCWM4IIEMCiwPHL/LDXhOTgBuBSCBKHOhtmM9xgkByKASABdJeAxEBegzobRTNIDsMAkCCyIWBFED9jaAbLgQhsgCdjndi/b3/3geSAAYZVMzZ9KGIgQ0CuQREcfhwAdnN92FiQqO0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1em;
    padding-right: 1.25em
}

.form-group span.form-control {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px)
}

.form-group .input-group-text {
    border-width: 0 0 1px 0
}

.form-group:focus-within .form-control,
.form-group:focus-within .input-group-text {
    border-color: #2b9eff
}

.form-group.invalid .form-control,
.form-group.invalid .input-group-text {
    border-color: #e25757
}

.form-group.disabled input::placeholder,
.form-group.disabled select::placeholder {
    color: silver
}

.form-group.disabled * {
    cursor: not-allowed;
    color: silver !important
}

.form-group.bordered-input .col-form-label {
    margin-bottom: .5rem;
    padding-top: calc(.5rem + 1px)
}

.form-group.bordered-input input,
.form-group.bordered-input select {
    border-radius: .25rem;
    border-width: 1px;
    padding: .5rem .75rem;
    height: calc(1.5em + 1rem + 2px)
}

.form-group.bordered-input input~svg-icon,
.form-group.bordered-input input~fa-icon,
.form-group.bordered-input select~svg-icon,
.form-group.bordered-input select~fa-icon {
    right: 1.75rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.form-group.bordered-input ng-select .ng-select-container {
    border-radius: .25rem;
    border-width: 1px;
    height: calc(1.5em + 1rem + 2px)
}

.form-group.bordered-input ng-select .ng-select-container .ng-value-container {
    overflow: hidden;
    padding-left: .75rem
}

.form-group.bordered-input ng-select .ng-select-container .ng-value-container .ng-input {
    padding-left: .75rem;
    top: 0
}

.form-group.bordered-input ng-select .ng-select-container .ng-value {
    overflow: auto
}

.form-group.bordered-input ng-select .ng-arrow-wrapper {
    margin-right: .75rem
}

label.custom-control {
    margin-bottom: 0
}

.otp-key {
    font-size: 1.5rem;
    background-color: #e9ecef !important;
    border-radius: .5rem;
    text-align: center;
    border: 0;
    max-width: 3.125rem;
    height: 3.5rem
}

.otp-key:first-child {
    margin-left: 0
}

.otp-key:last-child {
    margin-right: 0
}

.otp-key:focus {
    outline: 0;
    box-shadow: 0 0 .1rem .15rem #005caa
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-color: #00b5f0;
    border-radius: 50%;
    background-image: none;
    width: 10px;
    height: 10px;
    margin: 2px
}

html {
    font-size: 14px
}

body {
    -webkit-font-smoothing: antialiased
}

body .sidebar {
    display: none
}

body.sidebar-open .sidebar {
    display: block
}

body .notification {
    display: none
}

body.notification-open .notification {
    display: block
}

body.no-breadcrumb .header-title-breadcrumbs {
    display: none
}

.backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background: #00000080;
    z-index: 1040 !important;
    animation: fadeIn;
    animation-duration: .2s
}

.bg-layout {
    background: #005caa;
    background-repeat: no-repeat;
    height: 11rem
}

.bg-layout>.icon-overlay {
    position: relative;
    background-color: transparent
}

.bg-layout>.icon-overlay:before {
    content: " ";
    width: calc(100% + 15rem);
    height: 11rem;
    position: absolute;
    left: -15rem;
    background-image: url(clove-ornament.139a2d89f497d64c.svg);
    background-position: -10rem -27rem;
    background-repeat: no-repeat
}

@media only screen and (min-width: 768px) {
    .card.onboarding-card {
        min-height: 425px
    }
}

.card.onboarding-card>.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.fixed-height-container {
    height: calc(100vh - 249px);
    min-height: 400px
}

@media only screen and (min-width: 992px) {
    .collapse:not(.show) {
        display: block !important
    }
}

.list-group .list-group-item {
    border-left: 0;
    border-right: 0
}

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

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

.list-group.list-group-menu {
    box-shadow: 0 .5rem 1rem #00000026;
    overflow: hidden
}

.list-group.list-group-menu .list-group-item {
    display: flex;
    align-items: center
}

.list-group.list-group-menu .list-group-item .icon-wrapper {
    margin-right: .5rem
}

.list-group.list-group-menu .list-group-item .icon-wrapper .icon {
    font-size: 2rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    fill: #005caa;
    color: #005caa
}

.list-group.list-group-menu .list-group-item.active {
    color: #005caa;
    background-color: #e6f3ff;
    border-color: #e9ecef;
    font-weight: 600
}

.list-group.list-group-menu .list-group-header {
    color: #144e83
}

@media (min-width: 992px) {
    .list-group.list-group-menu .list-group-item {
        height: 4rem
    }

    .list-group.list-group-menu .list-group-header {
        color: #fff;
        font-weight: 700;
        border-color: #144e83;
        background-color: #144e83;
        cursor: default
    }

    .list-group.list-group-menu .list-group-header .icon-wrapper .icon {
        color: transparent
    }
}

.list-group-item-action-v2 {
    cursor: pointer;
    color: #005caa;
    font-weight: 600
}

.list-group-item-action-v2:hover {
    color: #00335e
}

.list-group-item-action-v2.disabled {
    cursor: not-allowed;
    color: silver
}

.loader,
.loader-centered {
    text-align: center
}

.loader .loader-indicator,
.loader-centered .loader-indicator {
    background: url(loading-indicator.5f242cedb5ade460.gif) no-repeat;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader .loader-indicator>img,
.loader-centered .loader-indicator>img {
    height: 50%;
    margin: 0
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.loader-wrapper.fixed {
    position: fixed;
    z-index: 1040 !important;
    background: #00000080
}

.loader-wrapper.fixed>.loader {
    position: absolute;
    z-index: 1040;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    padding: 5rem 0;
    border-radius: .75rem;
    background: #fff;
    width: 80vw;
    max-width: 640px
}

@media (min-width: 992px) {
    .loader-wrapper.fixed>.loader {
        top: 15%;
        padding: 10rem 0
    }
}

.loader-wrapper.fixed>.loader-centered {
    position: absolute;
    z-index: 1040;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader-wrapper.absolute {
    position: absolute;
    background: #ffffffe6;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-dialog .modal-header {
    display: flex;
    align-items: center;
    min-height: 3.5rem
}

.modal-dialog .modal-header .modal-title {
    flex: 1;
    margin: 0;
    color: #144e83;
    font-weight: 700;
    line-height: 2rem
}

.modal-dialog .modal-header .close {
    position: absolute;
    font-size: 2rem;
    top: 1rem;
    right: 1.25rem
}

modal-container {
    -webkit-overflow-scrolling: touch
}

.modal-backdrop~.modal+.modal {
    background-color: #00000080
}

.navbar {
    background: transparent
}

.navbar .navbar-brand {
    padding: .5rem 0;
    margin: 0
}

.navbar .navbar-brand img {
    width: 6rem
}

.navbar .navbar-toggler {
    position: absolute;
    right: 0;
    padding: 0;
    outline: none;
    width: 1.5rem;
    height: 1.5rem
}

.navbar .navbar-toggler>.icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 1.5rem;
    transition: all ease-in .1s
}

.navbar .navbar-toggler>.icon-bar:nth-child(1),
.navbar .navbar-toggler>.icon-bar:nth-child(2) {
    margin-bottom: 3px
}

.navbar .navbar-nav .nav-item {
    margin-right: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.navbar .navbar-nav .nav-item.has-dropdown {
    margin-right: 2rem
}

.navbar .navbar-nav .nav-item.separator {
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 2rem;
    padding: 0;
    position: relative
}

.navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background-color: #ffffff4d;
    position: absolute;
    bottom: 0;
    transition: all linear .1s
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar .navbar-nav .nav-item:hover .nav-link:before {
    height: 2px
}

.navbar .navbar-nav .nav-item>.dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    border-radius: 1rem;
    text-align: center;
    left: 50% !important;
    transform: translate(-50%, 1rem) !important;
    box-shadow: 0 .5rem 1rem #00000026
}

.navbar .navbar-nav .nav-item>.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%);
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff
}

.navbar .navbar-nav .nav-item>.dropdown-menu ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.navbar .navbar-nav .nav-item>.dropdown-menu ul>li {
    display: inline-block;
    width: 8.5rem;
    height: 7.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: none;
    vertical-align: top
}

.navbar .navbar-nav .nav-item>.dropdown-menu ul>li>a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1rem .5rem;
    font-weight: 600
}

.navbar .navbar-nav .nav-item>.dropdown-menu ul>li>a>.icon-wrapper {
    margin-bottom: .5rem
}

.navbar .navbar-nav .nav-item>.dropdown-menu ul>li>a>.icon-wrapper .icon {
    font-size: 2.5rem
}

body.sidebar-open .navbar-toggler {
    z-index: 1031
}

body.sidebar-open .navbar-toggler>.icon-bar {
    position: absolute;
    top: 50%;
    right: 0
}

body.sidebar-open .navbar-toggler>.icon-bar:nth-child(1) {
    transform: rotate(45deg)
}

body.sidebar-open .navbar-toggler>.icon-bar:nth-child(2) {
    visibility: hidden
}

body.sidebar-open .navbar-toggler>.icon-bar:nth-child(3) {
    transform: rotate(-45deg)
}

.nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden
}

.nav-tabs>.nav-item {
    border-bottom: 4px solid transparent;
    font-weight: 700;
    transition: all ease-in .1s
}

.nav-tabs>.nav-item>.nav-link {
    color: silver;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-left-radius: .75rem !important
}

.nav-tabs>.nav-item.active {
    border-bottom-color: #005caa
}

.nav-tabs>.nav-item.active>.nav-link {
    color: #005caa
}

.nav-tabs~.tab-content {
    border: 1px solid #e9ecef;
    border-width: 4px 0 0;
    margin-top: -4px
}

.ng-select.ng-select-opened>.ng-select-container {
    background: #fff;
    border-color: #a7a7a7 #c0c0c0 #cdcdcd
}

.ng-select.ng-select-opened>.ng-select-container:hover {
    box-shadow: none
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #8d8d8d;
    border-width: 0 5px 5px
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover {
    border-color: transparent transparent #272727
}

.ng-select.ng-select-opened.ng-select-top>.ng-select-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-right>.ng-select-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-left>.ng-select-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
    border-color: #005caa;
    box-shadow: none
}

.ng-select.ng-select-disabled>.ng-select-container {
    background-color: #f5f9fa
}

.ng-select .ng-has-value .ng-placeholder {
    display: none
}

.ng-select .ng-select-container {
    color: #212529;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #c0c0c0;
    min-height: calc(1.5em + .75rem + 2px);
    align-items: center
}

.ng-select .ng-select-container:hover {
    box-shadow: 0 1px #0000000f
}

.ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 0
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
    padding-right: 0;
    padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #7e8b98
}

.ng-select.ng-select-single .ng-select-container {
    height: calc(1.5em + .75rem + 2px)
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
    left: 0;
    padding-left: 0;
    padding-right: 50px
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 0;
    padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value {
    background-color: #f5f9fa;
    border: 1px solid #dadada
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 5px;
    padding-left: 7px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: .9em;
    margin-bottom: 5px;
    color: #212529;
    background-color: #c9e6ff;
    border-radius: 2px;
    margin-right: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 0;
    margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
    background-color: #f5f9fa
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 0;
    padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
    background-color: #afdaff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-right: 1px solid #96cfff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-left: 1px solid #96cfff;
    border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 1px solid #96cfff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 0;
    border-right: 1px solid #96cfff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input {
    color: #000
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    padding-right: 3px;
    padding-left: 0
}

.ng-select .ng-clear-wrapper {
    color: #8d8d8d
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
    color: #d0021b
}

.ng-select .ng-clear-wrapper:focus .ng-clear {
    color: #d0021b
}

.ng-select .ng-clear-wrapper:focus {
    outline: none
}

.ng-select .ng-spinner-zone {
    padding: 5px 5px 0 0
}

[dir=rtl] .ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
    width: 25px;
    padding-right: 5px
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #5a5a5a
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #8d8d8d transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px
}

.ng-dropdown-panel {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    box-shadow: 0 1px #0000000f;
    left: 0
}

.ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-color: #dadada;
    margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-dropdown-panel.ng-select-right {
    left: 100%;
    top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: #dadada;
    margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
    border-top-right-radius: 0
}

.ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-color: #dadada;
    margin-top: -1px
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-dropdown-panel.ng-select-left {
    left: -100%;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: #dadada;
    margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
    border-top-left-radius: 0
}

.ng-dropdown-panel .ng-dropdown-header {
    border-bottom: 1px solid #c0c0c0;
    padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-footer {
    border-top: 1px solid #c0c0c0;
    padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    -webkit-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-weight: 500;
    color: #0000008a;
    cursor: pointer
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
    cursor: default
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
    background-color: #e7f4ff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
    color: #0000008a;
    background-color: #c9e6ff;
    font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    color: #000000de;
    padding: 8px 10px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    color: #212529;
    background-color: #c9e6ff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
    font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #e7f4ff;
    color: #212529
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
    color: #868e96
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-left: 22px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-right: 22px;
    padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    padding-left: 5px;
    padding-right: 0
}

[dir=rtl] .ng-dropdown-panel {
    direction: rtl;
    text-align: right
}

.ng-select.ng-select-opened>.ng-select-container {
    border-color: #005caa
}

.ng-select.ng-select-opened .ng-arrow-wrapper {
    transform: rotate(-180deg)
}

.ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
    top: 0;
    border-color: #005caa;
    border-width: .125rem .125rem 0 0
}

.ng-select>.ng-select-container {
    border-width: 0 0 1px 0
}

.ng-select>.ng-select-container:hover {
    box-shadow: none
}

.ng-select .ng-arrow-wrapper {
    width: 1rem;
    transition: all ease-in .1s;
    padding: 0
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    top: 0;
    border-color: #adb5bd;
    border-width: .15rem .15rem 0 0;
    height: .5rem !important;
    width: .5rem !important;
    transform: rotate(135deg)
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #adb5bd
}

.ng-select.ng-invalid.ng-dirty .ng-select-container,
.ng-select.ng-invalid.ng-dirty .ng-select-container .ng-arrow-wrapper .ng-arrow {
    border-color: #e25757
}

.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
    border-color: #005caa
}

.ng-select.ng-select-disabled .ng-select-container {
    background: #fff
}

.ng-select.ng-select-disabled .ng-select-container * {
    color: silver !important
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 0
}

.ng-dropdown-panel {
    border: none;
    box-shadow: 0 .5rem 1rem #00000026
}

.ng-dropdown-panel.ng-select-top,
.ng-dropdown-panel.ng-select-bottom {
    border-radius: 0
}

.ng-dropdown-panel.ng-select-bottom {
    margin-top: 0
}

.ng-dropdown-panel .ng-dropdown-header {
    border-bottom: none;
    padding: 1rem
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    background: #f5f9fa
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
    position: sticky;
    top: 0;
    z-index: 1
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-dropdown-header,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    padding: .5rem 1rem
}

.drop-zone {
    border: 1.5px dashed #cecece;
    border-radius: .75rem;
    padding: 1rem
}

.content-area {
    color: #000
}

.ng-scrollbar[orientation=vertical] {
    --_viewport-padding-right: 0 !important
}

.ng-scrollbar[orientation=vertical] .ng-scroll-content {
    display: block !important
}

.ng-scrollbar[orientation=horizontal] {
    --_viewport-padding-bottom: 0 !important
}

ng-scrollbar {
    --scrollbar-offset: 4 !important;
    --scrollbar-border-radius: 7px !important
}

.tabbing-scrollbar {
    --scrollbar-size: 0 !important
}

.custom-slider .ngx-slider {
    margin-bottom: 2rem;
    margin-top: 0
}

.custom-slider .ngx-slider .ngx-slider-bar {
    background: #e6f3ff;
    height: 8px;
    border-radius: 20px
}

.custom-slider .ngx-slider .ngx-slider-bubble {
    display: none
}

.custom-slider .ngx-slider .ngx-slider-selection {
    background: #005caa
}

.custom-slider .ngx-slider .ngx-slider-pointer {
    height: 20px;
    width: 20px;
    top: -6px;
    background-color: #fff;
    border: 1px solid #e6f3ff;
    box-shadow: 0 4px 8px #005caa26
}

.custom-slider .ngx-slider .ngx-slider-pointer.ngx-slider-active:focus {
    outline: none
}

.custom-slider .ngx-slider .ngx-slider-pointer.ngx-slider-active:after {
    display: none
}

.custom-slider .ngx-slider .ngx-slider-pointer:after {
    display: none
}

.page-link {
    font-weight: 600
}

.sheet {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto
}

.sheet .sheet-content {
    width: 100%;
    z-index: 1040;
    animation: slideInUp;
    animation-duration: .1s
}

.sheet .sheet-content .card {
    border-end-start-radius: 0;
    border-end-end-radius: 0
}

.sidebar {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow-x: hidden;
    overflow-y: auto
}

.sidebar .sidebar-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1030;
    animation: slideInRight;
    animation-duration: .2s;
    width: 90vw;
    inset: 0 0 0 auto;
    background-color: #005caa;
    box-shadow: -5px 0 10px #0003;
    padding: 1.5rem;
    color: #fff;
    z-index: 1040
}

.sidebar .sidebar-menu ul.navbar-nav {
    font-size: 1.25rem
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item a.nav-link {
    position: relative
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item a.nav-link:after {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all linear .1s
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item .dropdown-menu {
    border: none;
    background: transparent;
    padding: 0 0 1rem
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item .dropdown-menu>ul {
    list-style: none;
    padding: 0
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a {
    display: flex;
    align-items: center;
    font-weight: 600
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a>.icon-wrapper {
    margin-right: .5rem;
    padding: .25rem
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a>.icon-wrapper .icon {
    font-size: 1.75rem;
    line-height: 1.75rem;
    fill: #fff;
    color: #fff
}

.sidebar .sidebar-menu ul.navbar-nav li.nav-item.open a.nav-link.dropdown-toggle:after {
    transform: rotate(180deg)
}

.sidebar a {
    color: #fff;
    font-weight: 600
}

.sidebar a:hover {
    color: #e6e6e6
}

.table th {
    color: #144e83;
    padding: .75rem;
    font-weight: 600;
    border-top: 0;
    white-space: nowrap
}

.table tr.row-expandable,
.table tr.expanded-item {
    background-color: #fff
}

.table tr.row-expandable th:first-child,
.table tr.row-expandable td:first-child,
.table tr.expanded-item th:first-child,
.table tr.expanded-item td:first-child,
.table tr th:first-child,
.table tr td:first-child {
    padding-left: 1.25rem
}

.table tr th:last-child,
.table tr td:last-child {
    padding-right: 1.25rem
}

.row-expandable {
    transition: box-shadow ease-in .1s;
    cursor: pointer
}

.row-expandable.expanded {
    background-color: #e9ecef !important;
    box-shadow: 4px 0 inset #005caa
}

.row-expandable.expanded>td:first-child {
    box-shadow: 4px 0 inset #005caa
}

.row-expandable.expanded+.expanded-item {
    background-color: #fff !important;
    box-shadow: 4px 0 inset #e9ecef;
    padding-left: 1.75rem
}

.row-expandable.expanded+.expanded-item>td:first-child {
    padding-left: 1.75rem;
    box-shadow: 4px 0 inset #e9ecef
}

.row-expandable.expanded+.expanded-item:hover {
    background-color: inherit
}

.expanded-item app-label-value:not(:last-of-type) {
    border-bottom: 1px solid #e9ecef
}

.expanded-item .expanded-item-title {
    color: #005caa;
    font-weight: 600;
    padding: .5rem 1.5rem;
    margin: auto -1.5rem;
    background-color: #e9ecef
}

.table-fix-head thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f5f9fa !important;
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5 {
    letter-spacing: -.5px;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: default
}

.text-blue {
    color: #00b5f0 !important
}

.text-indigo {
    color: #6610f2 !important
}

.text-purple {
    color: #9a5ba4 !important
}

.text-pink {
    color: #e83e8c !important
}

.text-red {
    color: #e25757 !important
}

.text-orange {
    color: #f37c30 !important
}

.text-yellow {
    color: #ffc107 !important
}

.text-green {
    color: #29b821 !important
}

.text-teal {
    color: #28bab7 !important
}

.text-cyan {
    color: #17a2b8 !important
}

.text-white {
    color: #fff !important
}

.text-gray {
    color: #868e96 !important
}

.text-gray-dark {
    color: #343a40 !important
}

.text-dark-blue {
    color: #005caa !important
}

.text-darker-blue {
    color: #144e83 !important
}

.text-mid-blue {
    color: #0094d5 !important
}

.text-lighter-blue {
    color: #f5fcff !important
}

.text-light-blue {
    color: #e6f3ff !important
}

.text-dusty-blue {
    color: #5d86a0 !important
}

.text-green-lime {
    color: #7a853b !important
}

.text-brown {
    color: #8d734a !important
}

.text-silver {
    color: silver !important
}

.font-weight-semibold {
    font-weight: 600
}

.text-primary-dark {
    color: #144e83
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.top-50 {
    top: 50% !important
}

.bottom-50 {
    bottom: 50% !important
}

.left-50 {
    left: 50% !important
}

.right-50 {
    right: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-100 {
    bottom: 100% !important
}

.left-100 {
    left: 100% !important
}

.right-100 {
    right: 100% !important
}

.title {
    color: #144e83;
    font-weight: 700
}

.grid-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.grid-menu-item .icon {
    font-size: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: .5rem
}

.grid-menu-item span {
    display: block;
    font-weight: 600
}

.list-style-disc {
    list-style: disc
}

.text-preline {
    white-space: pre-line
}

.cursor-pointer {
    cursor: pointer
}

.pointer-events-none {
    pointer-events: none
}

.flex-centered {
    display: flex;
    align-items: center;
    justify-content: center
}

svg-icon {
    height: unset !important;
    width: unset !important;
    font-size: 1.5rem;
    line-height: 1.5rem
}

svg-icon svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    width: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.adaptive-height>.card {
    min-height: calc(100% - 1rem)
}

.flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

.search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border: 1px solid #e9ecef;
    border-radius: .75rem;
    padding: .25rem .75rem;
    transition: all ease-in-out .2s
}

.search-input:focus-within,
.search-input:valid {
    background: #fff;
    border-color: #005caa
}

.search-input:focus-within input,
.search-input:valid input {
    outline: none
}

.search-input>.icon {
    flex: 0 0 2rem;
    text-align: center
}

.search-input input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 1rem
}

.receipt {
    background-color: #f5f9fa;
    border-radius: .75rem;
    padding: 1rem 1.25rem
}

.favorite-item-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

@media screen and (min-width: 992px) {
    .favorite-item-list {
        grid-template-columns: 1fr 1fr
    }
}

.favorite-item-list .favorite-item {
    position: relative;
    cursor: pointer
}

.favorite-item-list .favorite-item:hover {
    box-shadow: 0 1rem 3rem #0000002d
}

.favorite-item-list .favorite-item .icon {
    font-size: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: .15
}

.fixed-bottom-action-wrapper {
    background: #fff;
    box-shadow: 0 .5rem 1rem #00000026;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem 1.25rem;
    width: 100%;
    z-index: 1029
}

.list-option {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: .65rem 1.5rem;
    border-radius: .75rem
}

.list-option:hover {
    background-color: #f5fcffcc
}

.list-option.active {
    background-color: #f5fcff;
    border-color: #005caa
}

.list-option.disabled {
    filter: opacity(.4) grayscale(1);
    cursor: not-allowed
}

.top-up-status-box {
    background-color: #fff;
    border: 1px solid #212529;
    border-radius: .75rem;
    margin-bottom: 1rem
}

.top-up-status-box .part {
    padding: .75rem 1.25rem
}

.top-up-status-box .part:not(:last-child) {
    border-bottom: 1px dashed #c0c0c0
}

.top-up-status-box .status {
    color: #212529;
    font-weight: 700
}

.top-up-status-box-primary {
    border-color: #e6f3fe;
    background-color: #e6f3fe
}

.top-up-status-box-primary .status {
    color: #0073c4
}

.top-up-status-box-warning {
    border-color: #ffe592;
    background-color: #ffe592
}

.top-up-status-box-warning .status {
    color: #d28000
}

.top-up-status-box-success {
    border-color: #c2ffc5;
    background-color: #c2ffc5
}

.top-up-status-box-success .status {
    color: #009649
}

.top-up-status-box-secondary {
    border-color: #dee2e6;
    background-color: #dee2e6
}

.top-up-status-box-secondary .status {
    color: #868e96
}

.top-up-status-box-danger {
    border-color: #ffd9d3;
    background-color: #ffd9d3
}

.top-up-status-box-danger .status {
    color: #cd192e
}

.badge-kpr-primary {
    color: #0073c4;
    border-color: #e6f3fe;
    background-color: #e6f3fe
}

.badge-kpr-warning {
    color: #d28000;
    border-color: #ffe592;
    background-color: #ffe592
}

.badge-kpr-success {
    color: #009649;
    border-color: #c2ffc5;
    background-color: #c2ffc5
}

.badge-kpr-secondary {
    color: #868e96;
    border-color: #dee2e6;
    background-color: #dee2e6
}

.badge-kpr-danger {
    color: #cd192e;
    border-color: #ffd9d3;
    background-color: #ffd9d3
}

.badge-kpr-secondary {
    border-color: #cecece;
    background-color: #cecece
}

.badge-kpr-secondary .status {
    color: #000
}

.badge-kpr-danger {
    border-color: #ffd9d3;
    background-color: #ffd9d3
}

.badge-kpr-danger .status {
    color: #cd192e
}

.rotate-90 {
    overflow: hidden;
    transition-duration: .3s;
    transition-property: transform;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.rotate-0 {
    overflow: hidden;
    transition-duration: .3s;
    transition-property: transform;
    transform: rotate(0);
    -webkit-transform: rotate(0deg)
}

.card-hover,
.card-hover * {
    cursor: pointer
}

.card-hover:not(:disabled):hover,
.card-hover:not(:disabled).hover,
.card-hover:not(.disabled):hover,
.card-hover:not(.disabled).hover {
    background-color: #005caa0d
}

.card-hover:not(:disabled):active,
.card-hover:not(:disabled).active,
.card-hover:not(.disabled):active,
.card-hover:not(.disabled).active {
    background-color: #005caa20 !important
}

.img-background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ng-select.auto-grow {
    display: flex
}

.ng-select.auto-grow .ng-select-container {
    min-height: 100%;
    height: auto
}

.ng-select.auto-grow .ng-dropdown-panel {
    height: auto
}

.freeman-switch-input {
    height: 0;
    width: 0;
    visibility: hidden
}

.freeman-switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 25px;
    background: #cecece;
    border-radius: 100px;
    position: relative
}

.freeman-switch-label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: .3s
}

.freeman-switch-input:checked+.freeman-switch-label {
    background: #005caa
}

.freeman-switch-input:checked+.freeman-switch-label:after {
    left: calc(100% - 5px);
    transform: translate(-100%)
}

.freeman-switch-label:active:after {
    width: 20px
}

.h5-dark-blue {
    color: #005caa
}

.cursor-not-allowed {
    cursor: not-allowed
}

.nav-pills {
    background-color: #e6f3ff;
    border-radius: .75rem
}

.nav-pills .nav-link {
    border-radius: .75rem;
    font-size: 1rem
}

.nav-pills .nav-item {
    text-transform: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.nav-pills .nav-item .nav-link {
    border-radius: .75rem !important;
    font-size: 1rem !important;
    color: #868e96 !important;
    padding: .5rem 1rem !important
}

.nav-pills .nav-item .nav-link:before {
    background-color: transparent
}

.nav-pills .nav-item .nav-link.active,
.nav-pills .nav-item .show>.nav-link {
    color: #fff !important
}

.nav-pills .nav-item .nav-link:before {
    display: none !important
}

.search .form-control {
    padding-left: 2.375rem
}

.search .search-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.grecaptcha-badge {
    visibility: hidden
}

.lang-switcher {
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem
}

.lang-switcher .lang-slider {
    color: #212529;
    font-weight: 700;
    background-color: #f5f9fa;
    position: absolute;
    inset: 0;
    box-shadow: 0 .125rem .25rem #00000013;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.lang-switcher .lang-slider:before {
    content: "";
    position: absolute;
    inset: .3rem;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 .5rem 1rem #00000026
}

.lang-switcher .lang-slider.id:before {
    background-image: url(lang-id-flag.339f000d4886e12c.svg)
}

.lang-switcher .lang-slider.en:before {
    background-image: url(lang-en-flag.86020fe0fa86a78b.svg);
    transform: translate(2rem)
}

.btn-privilege {
    filter: drop-shadow(0 .125rem .25rem rgba(0, 0, 0, .075));
    -webkit-filter: drop-shadow(0 .125rem .25rem rgba(0, 0, 0, .075))
}

.greeting-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem
}

@media only screen and (min-width: 768px) {
    .greeting-container {
        grid-template-columns: 1fr 2fr
    }
}

.banking-feature-container {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr)
}

@media only screen and (min-width: 375px) {
    .banking-feature-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width: 768px) {
    .banking-feature-container {
        grid-template-columns: repeat(3, 1fr)
    }
}

.banking-feature-container .icon {
    font-size: 2rem
}

.main-feature-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (min-width: 768px) {
    .main-feature-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

.main-feature-container .icon {
    font-size: 2rem
}

.text-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.text-line-clamp.line-1 {
    -webkit-line-clamp: 1
}

.text-line-clamp.line-2 {
    -webkit-line-clamp: 2
}

.text-line-clamp.line-3 {
    -webkit-line-clamp: 3
}

.text-line-clamp.line-4 {
    -webkit-line-clamp: 4
}

.text-line-clamp.line-5 {
    -webkit-line-clamp: 5
}

.max-line-height-1 {
    height: 1.5em
}

.max-line-height-2 {
    height: 3em
}

.max-line-height-3 {
    height: 4.5em
}

.max-line-height-4 {
    height: 6em
}

.max-line-height-5 {
    height: 7.5em
}

.static-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto
}

.static-modal .static-modal-content {
    z-index: 1040;
    max-height: calc(100% - 1rem);
    width: calc(100% - 1rem)
}

@media only screen and (min-width: 576px) {
    .static-modal .static-modal-content {
        max-height: calc(100% - 3.5rem);
        max-width: 500px
    }
}

@media only screen and (min-width: 992px) {
    .static-modal .static-modal-content {
        max-width: 800px
    }
}

.static-modal .static-modal-content .close {
    position: absolute;
    font-size: 2rem;
    top: 1rem;
    right: 1.25rem
}

.static-modal .modal-title {
    flex: 1;
    margin: 0;
    color: #144e83;
    font-weight: 700;
    line-height: 2rem
}

.badge.badge-new-feature {
    background: linear-gradient(230deg, #f37c30 -27.27%, #ffe592 211.55%);
    color: #fff
}

.badge.badge-new-feature:not(.badge-absolute) {
    padding: .5em 1em
}

.badge.badge-new-feature.badge-absolute {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: .5rem
}

.icon-pocket {
    width: 4rem;
    height: 4rem
}

.red-dot {
    background-color: #e25757;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    right: 0rem;
    top: 0rem;
    transform: translateY(-50%);
    position: absolute
}

.red-dot.right-auto {
    right: auto !important
}

.orange-dot {
    background-color: #f37c30;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block
}

.orange-dot.top-right {
    position: relative;
    top: -.5rem
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.link-underline-danger {
    text-decoration-color: #e25757 !important
}

.qr-container canvas {
    border-radius: 1rem
}

@page {
    size: A4;
    margin: 1cm 1.25cm
}

.print-wrapper {
    display: none
}

@media print {
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important
    }

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

    .pace,
    #splash-screen {
        display: none
    }

    section.bg-layout {
        background: none
    }

    section.bg-layout>.icon-overlay:before {
        background: none
    }

    section.bg-layout main {
        margin: 0
    }

    section.bg-layout header,
    section.bg-layout footer {
        display: none
    }

    .print-wrapper {
        display: block
    }

    html,
    body {
        background: #fff
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-fluid {
        padding: 0
    }

    .print-header {
        background-color: #fff;
        margin-bottom: 1cm
    }

    .print-content {
        font-size: 12pt
    }

    .receipt {
        background-color: transparent;
        padding: 0
    }

    app-label-value .row {
        border-bottom: 1px solid #dee2e6
    }

    app-label-value .row .col-sm-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    app-label-value .row .col-sm-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%
    }

    app-label-value .row .pl-sm-3 {
        padding-left: 1rem !important
    }

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

    .footnote {
        border: none
    }

    .footnote .term {
        background: #fff;
        font-size: 12pt
    }

    .footnote .description {
        font-size: 12pt
    }

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

.tooltip-copied {
    left: 50%;
    transform: translate(-50%, -100%)
}

.tooltip-copied>.arrow {
    left: 50%;
    transform: translate(-50%)
}

.tooltip-copied>.arrow:before {
    top: -1px
}

.paychase-item {
    display: flex;
    flex-direction: row;
    align-items: center
}

.paychase-item span {
    display: block;
    font-weight: 600
}

.paychase-sidebar-hover.active {
    color: #005caa;
    background-color: #e6f3ff;
    font-weight: 600
}

.paychase-sidebar-hover:not(.active):hover {
    background-color: #f5f9fa
}

.paychase-item-active {
    flex-direction: row;
    background-color: #fff;
    padding: 1rem 1.25rem 1.5rem
}

@media screen and (min-width: 768px) {
    .paychase-item-active {
        padding: 1rem 1.75rem 1.5rem
    }
}

@media screen and (max-width: 992px) {
    .paychase-item-active .icon {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem
    }
}

.paychase-item-active span,
.paychase-item-active h5 {
    color: #144e83;
    font-weight: 600
}

.paychase-favorite-group-header {
    color: #144e83
}

.btn-chip-paychase {
    color: #495057;
    border: 1px solid #c0c0c0;
    font-weight: 400;
    padding: 0 .75rem;
    border-radius: .75rem;
    height: 2.5rem;
    line-height: 2.5rem
}

@media (hover: hover) {

    .btn-chip-paychase:not(:disabled):not(.disabled):hover,
    .btn-chip-paychase:not(:disabled):not(.disabled).hover,
    .btn-chip-paychase:not(:disabled):not(.disabled):focus,
    .btn-chip-paychase:not(:disabled):not(.disabled).focus {
        background-color: #e6f3ffcc
    }
}

.btn-chip-paychase:not(:disabled):not(.disabled):active,
.btn-chip-paychase:not(:disabled):not(.disabled).active {
    background-color: #e6f3ff;
    border-color: #00b5f0
}

.btn-chip-paychase:disabled,
.btn-chip-paychase .disabled {
    border: 1px solid #cecece;
    color: #868e96
}

.btn-filter {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    color: #868e96;
    border-radius: .75rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    position: absolute
}

.btn-filter:hover {
    background-color: #dee2e6;
    color: #868e96
}

.btn-filter.active {
    background-color: #00b5f0;
    color: #fff
}

.btn-filter.disabled {
    filter: opacity(.4) grayscale(1)
}

.paychase-flash-sale-list-option {
    cursor: pointer;
    position: relative;
    background: linear-gradient(180deg, #fff, #e6f3ff);
    border: 1px solid #c0c0c0;
    padding: .65rem 1.5rem;
    border-radius: .75rem
}

.paychase-flash-sale-list-option:before {
    content: url(discount-tag.5781ffdcd565554e.svg);
    position: absolute;
    top: 0rem;
    right: 0rem
}

.paychase-flash-sale-list-option:not(:disabled):not(.disabled):hover,
.paychase-flash-sale-list-option:not(:disabled):not(.disabled).hover {
    background: #e6f3ffcc
}

.paychase-flash-sale-list-option:not(:disabled):not(.disabled):active,
.paychase-flash-sale-list-option:not(:disabled):not(.disabled).active {
    background: #e6f3ff;
    border-color: #005caa
}

.paychase-flash-sale-list-option:disabled,
.paychase-flash-sale-list-option.disabled {
    filter: opacity(.4) grayscale(1);
    cursor: not-allowed
}

.paychase-list-option {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: .65rem 1.5rem;
    border-radius: .75rem
}

.paychase-list-option:not(:disabled):not(.disabled):hover,
.paychase-list-option:not(:disabled):not(.disabled).hover {
    background: #e6f3ffcc
}

.paychase-list-option:not(:disabled):not(.disabled):active,
.paychase-list-option:not(:disabled):not(.disabled).active {
    background: #e6f3ff;
    border-color: #005caa
}

.paychase-list-option:disabled,
.paychase-list-option.disabled {
    filter: opacity(.4) grayscale(1);
    cursor: not-allowed
}

@media screen and (min-width: 576px) {
    .paychase-favorite-biller {
        width: 14rem
    }
}

.paychase-content-option h5 {
    color: #495057
}

.paychase-loader {
    position: absolute;
    top: 0;
    right: 15px
}

.paychase-loader .loader-indicator {
    height: 2rem;
    width: 2rem
}

.paychase-lob-favorite-list {
    margin-bottom: 1rem
}

@media screen and (max-width: 768px) {
    .paychase-lob-favorite-list {
        margin-bottom: .5rem
    }
}

.paychase-lob-favorite-list:last-child {
    margin-bottom: 0
}

img.paychase-biller-container-img {
    top: 50% !important;
    height: auto !important;
    max-height: 1.75rem;
    max-width: 4rem;
    transform: translateY(-50%)
}

.paychase-biller-list-option {
    cursor: pointer;
    text-align: center
}

.paychase-biller-list-option>div {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: .75rem
}

.paychase-biller-list-option>div img {
    align-self: center;
    border-radius: .75rem
}

.paychase-biller-list-option span {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.paychase-biller-list-option.disabled {
    filter: opacity(.4) grayscale(1);
    cursor: not-allowed
}

.paychase-amount-content-option {
    display: none;
    visibility: visible
}

@media screen and (min-width: 576px) {
    .paychase-amount-content-option {
        display: block;
        visibility: hidden
    }
}

.paychase-pln-border-bottom {
    border-bottom: 1px solid #e9ecef
}

.paychase-prevent-select {
    -webkit-user-select: none;
    user-select: none
}

.paychase-responsive-font-size {
    font-size: .875em
}

@media screen and (min-width: 324px) {
    .paychase-responsive-font-size {
        font-size: 1em
    }
}

.embed-responsive.embed-responsive-card:before {
    padding-top: 62.8%
}

@media (max-width: 575.98px) {
    .embed-responsive.embed-responsive-card span.card-holder-name {
        font-size: 4vw;
        font-size: clamp(.85rem, 4vw, 4rem)
    }
}

@media (min-width: 576px) {
    .embed-responsive.embed-responsive-card span.card-holder-name {
        font-size: 2vw;
        font-size: clamp(.85rem, 2vw, 2rem)
    }
}

@media (min-width: 768px) {
    .embed-responsive.embed-responsive-card span.card-holder-name {
        font-size: 1.5vw;
        font-size: clamp(.85rem, 1.5vw, 1.5rem)
    }
}

@media (min-width: 992px) {
    .embed-responsive.embed-responsive-card span.card-holder-name {
        font-size: .8rem
    }
}

.embed-responsive.embed-responsive-card .card-holder-name {
    position: absolute;
    bottom: 8%;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .9)
}

.insurance-separator {
    background-color: #e6f3ff;
    padding-top: 10px
}

.insurance-detail-url {
    color: #00b5f0
}

.insurance-detail-url:hover {
    color: #00b5f0;
    cursor: pointer
}

.favorite-item {
    position: relative;
    cursor: pointer
}

.favorite-item:hover {
    box-shadow: 0 1rem 3rem #0000002d #005caa
}

.text-insurance-copart {
    color: #0094d5
}

.hover-insurance {
    box-shadow: 0 .125rem .5rem #00000026;
    color: #212529 !important
}

.hover-insurance:hover {
    background-color: #f5f9fa
}

.icon-header {
    padding-right: 0 !important
}

.tnc-wrapper h5,
.tnc-wrapper strong {
    font-weight: 700
}

.tnc-wrapper ol,
.tnc-wrapper ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.25rem
}

.tnc-wrapper ol ol,
.tnc-wrapper ul ul,
.tnc-wrapper ol ul,
.tnc-wrapper ul ol {
    margin-bottom: .5rem;
    padding-left: 1.25rem
}

.tnc-wrapper ul.list-hyphen {
    list-style-type: none
}

.tnc-wrapper ul.list-hyphen>li:before {
    content: "\2011";
    position: absolute;
    margin-left: -1em
}

.embed-responsive.embed-responsive-vindi:before {
    padding-top: 95%
}

@media (max-width: 991.98px) {
    .embed-responsive.embed-responsive-vindi:before {
        padding-top: 105%
    }
}

@media (max-width: 767.98px) {
    .embed-responsive.embed-responsive-vindi:before {
        padding-top: 113%
    }
}

.notification {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow-x: hidden;
    overflow-y: auto
}

.notification .notification-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1030;
    animation: slideInRight;
    animation-duration: .2s;
    width: 90vw;
    inset: 0 0 0 auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: -5px 0 10px #0003;
    padding: 1.5rem;
    color: #005caa;
    z-index: 1040
}

.notification .notification-menu ul.navbar-nav {
    font-size: 1.25rem
}

.notification .notification-menu ul.navbar-nav li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.notification .notification-menu ul.navbar-nav li.nav-item a.nav-link {
    position: relative
}

.notification .notification-menu ul.navbar-nav li.nav-item a.nav-link:after {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all linear .1s
}

.notification .notification-menu ul.navbar-nav li.nav-item .dropdown-menu {
    border: none;
    background: transparent;
    padding: 0 0 1rem
}

.notification .notification-menu ul.navbar-nav li.nav-item .dropdown-menu>ul {
    list-style: none;
    padding: 0
}

.notification .notification-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a {
    display: flex;
    align-items: center;
    font-weight: 600
}

.notification .notification-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a>.icon-wrapper {
    margin-right: .5rem;
    padding: .25rem
}

.notification .notification-menu ul.navbar-nav li.nav-item .dropdown-menu>ul>li>a>.icon-wrapper .icon {
    font-size: 1.75rem;
    line-height: 1.75rem;
    fill: #005caa;
    color: #005caa
}

.notification .notification-menu ul.navbar-nav li.nav-item.open a.nav-link.dropdown-toggle:after {
    transform: rotate(180deg)
}

.notification a {
    color: #005caa;
    font-weight: 600
}

.notif-category-option {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: .375rem .75rem !important;
    border-radius: .5rem !important
}

.notif-category-option:hover {
    background-color: #e6f3ffcc
}

.notif-category-option.active {
    background-color: #e6f3ff;
    border-color: #005caa
}

.notif-category-option.disabled {
    filter: opacity(.4) grayscale(1);
    cursor: not-allowed
}

.notification-box {
    position: absolute;
    width: 450px;
    z-index: 1060;
    text-transform: none;
    transform: translate(25%);
    top: calc(100% + 1rem);
    right: 20px;
    bottom: auto;
    left: auto
}

.notification-box .nav-pills {
    background-color: #e6f3ff;
    border-radius: .75rem
}

.notification-box .nav-pills .nav-link {
    border-radius: .75rem;
    font-size: 1rem
}

.notification-box .nav-pills .nav-item {
    text-transform: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.notification-box .nav-pills .nav-item .nav-link {
    border-radius: .75rem !important;
    font-size: 1rem !important;
    color: #868e96 !important;
    padding: .5rem 1rem !important
}

.notification-box .nav-pills .nav-item .nav-link:before {
    background-color: transparent
}

.notification-box .nav-pills .nav-item .nav-link.active,
.notification-box .nav-pills .nav-item .show>.nav-link {
    color: #00000080
}

.notification-box .nav-pills .nav-item .nav-link:before {
    display: none !important
}

.notification-box:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 21.1%;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff
}

.notification-box a.menu-item {
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100% !important;
    color: #005caa;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6
}

.notification-box a.menu-item:hover {
    background-color: #f5f9fa
}

.notification-box .notification-item .nav-item {
    text-transform: none;
    display: block
}

.notification-box .notification-item .nav-item .nav-link,
.notification-box .notification-item .nav-item .nav-link.active {
    color: #868e96;
    font-size: 1rem
}

.notification-box .notification-item .nav-item .nav-link.active {
    color: #005caa
}

.notification-box .notification-item .nav-tabs {
    border-bottom: none
}

.notification-box .notification-item .nav-tabs~.tab-content {
    border: 1px solid #e9ecef;
    border-width: 2px 0 0;
    margin-top: -1px
}

.notification-box .notification-item .nav-tabs>.nav-item {
    padding-bottom: .5rem;
    margin-right: 0
}

.notification-box .notification-item .nav {
    overflow: hidden
}

.notification-side-bar {
    text-transform: none
}

.notification-side-bar .nav-pills {
    border-radius: 12px;
    background-color: #e6f3ff
}

.notification-side-bar .nav-pills .nav-link {
    border-radius: 12px !important
}

.notification-side-bar .nav-item {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.notification-side-bar .nav-item>.nav-link {
    color: #868e96 !important;
    padding: .5rem 1rem !important
}

.notification-side-bar .nav-item>.nav-link:before {
    background-color: transparent
}

.notification-side-bar .nav-item .nav-link.active,
.notification-side-bar .nav-item .show>.nav-link {
    color: #fff !important
}

.notification-side-bar .nav-item .nav-link:before {
    display: none !important
}

.notification-side-bar .table>tbody>tr:first-child>td {
    border: none
}

.notification-side-bar a.menu-item {
    transition: box-shadow ease-in .1s;
    cursor: pointer;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
    color: #005caa;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6
}

.notification-side-bar a.menu-item:hover {
    background-color: #f5f9fa
}

.notification-side-bar a.menu-item.opened {
    background-color: #e9ecef !important;
    box-shadow: 4px 0 inset #005caa
}

.notification-side-bar a.menu-item.first-wealth-item {
    padding-top: .75rem
}

.notif-item-icon {
    width: 40px;
    height: 40px
}

.notif-image {
    border-radius: 15px
}

.notif-detail,
.notif-detail-wealth {
    max-height: calc(100% - 70px);
    overflow-y: auto
}

.responsive-link-items {
    min-width: max-content
}

.ng-scrollbar-category-notification {
    --scrollbar-size: 2.5px !important
}

.ng-scrollbar-category-notification:hover {
    --scrollbar-size: 5px !important
}

.notif-sidebar {
    min-height: 327px;
    height: calc(100vh - 323px);
    overflow-y: auto
}

.notif-sidebar.categorized-notif {
    min-height: 249px !important;
    height: calc(100vh - 397px) !important;
    overflow-y: auto
}

.notification-sidebar-tab>.nav {
    justify-content: center
}

.notification-sidebar-tab>.nav>.nav-item>.nav-link {
    padding-left: .875rem !important;
    padding-right: .875rem !important
}

.notif-card-header {
    min-height: 70px
}

.notif-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.notif-dot {
    border-radius: 50%;
    background-color: #e25757;
    box-shadow: 0 0 0 4px #fff;
    width: 6px;
    height: 6px
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs~.tab-content {
    border: 1px solid #e9ecef;
    border-width: 2px 0 0;
    margin-top: -1px
}

.notif-empty-img {
    min-height: 65px
}

.notif-short-desc,
.notif-footer {
    font-weight: 400;
    font-size: small
}

.orange-dot {
    background-color: #f37c30;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    right: 0rem;
    top: 0rem;
    transform: translateY(-50%);
    position: absolute
}

.orange-dot.right-auto {
    right: auto !important
}

.unread-notification-indicator {
    background-color: #f37c30;
    width: .8rem;
    height: .8rem;
    border-radius: 1rem;
    border: .15rem solid #fff;
    right: 0rem;
    bottom: 0rem;
    transform: translate(-20%);
    position: absolute
}

.hover-wego {
    box-shadow: 0 .125rem .25rem #00000013;
    color: #212529
}

.hover-wego:hover {
    background-color: #f5f9fa
}

.progress-bar-marker {
    position: relative;
    height: 15px !important;
    width: 3px !important;
    border-radius: 5px;
    top: -12.5px;
    margin-bottom: -8px
}

.progress-bar-marker-gray {
    background-color: #495057
}

.label-value-not-last-item {
    border-bottom: 1px solid #e9ecef !important
}

.progress-diamond {
    padding: 3px;
    border-style: solid;
    background-color: #e6f3ff;
    max-width: 40px;
    max-height: 40px;
    border-width: 4.5px;
    border-radius: 38%;
    border-color: #e6f3ff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg)
}

.wego-list-group-item {
    padding: .75rem 0 !important;
    border-bottom: 1px solid #dee2e6
}

.progress-diamond-text {
    font-size: smaller;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
    text-overflow: ellipsis
}

.text-information-portfolio {
    color: #495057
}

.progress-bar-blue {
    background-color: #00b5f0 !important
}

.progress-bar-orange {
    background-color: #f37c30 !important
}

.progress-bar-dark-blue {
    background-color: #005caa !important
}

.progress-bar-teal {
    background-color: #28bab7 !important
}

.apex-chart-portoflio-wego .apexcharts-xaxistooltip {
    top: -5px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 6px -4px #999 !important;
    font-size: 14px !important;
    padding: 0 !important;
    border: 1px solid #e3e3e3
}

.apex-chart-portoflio-wego .apexcharts-xaxistooltip .apexcharts-xaxistooltip:before:after {
    content: none !important
}

.apex-chart-portoflio-wego .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text {
    font-family: BCA Sans, Arial, sans-serif !important;
    min-width: 0px !important;
    font-size: 14px !important;
    text-wrap: nowrap
}

.apex-chart-portoflio-wego .apexcharts-xaxistooltip:before {
    content: none !important
}

.apex-chart-portoflio-wego .apexcharts-xaxistooltip:after {
    content: none !important
}

.apex-chart-portoflio-wego .apexcharts-tooltip:has(.tooltip-child-left) {
    transform: translate(-50%)
}

.apex-chart-portoflio-wego .apexcharts-tooltip:has(.tooltip-child-right) {
    transform: translate(50%)
}

apx-chart .div {
    min-height: 350px
}

.target-label {
    margin-right: 12px
}

.graph-marker {
    margin-left: 14px;
    margin-right: 14px
}

.target-marker {
    height: 14px;
    width: 14px;
    background-color: #f37c30;
    border-radius: 50%;
    display: inline-block
}

.actual-marker {
    height: 14px;
    width: 14px;
    background-color: #01b5f0;
    border-radius: 50%;
    display: inline-block
}

.apex-chart-portoflio-wego-target {
    height: 0
}

.apex-chart-portoflio-wego-actual {
    height: 350px
}

.chart-date {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.ebranch-activity-bg {
    background-image: url(clove-ornament.139a2d89f497d64c.svg);
    background-color: #144e83;
    background-position: -10rem -27rem;
    color: #fff;
    border-radius: 1rem
}

.ebranch-placeholder {
    border-radius: 1rem;
    background-color: #fff;
    max-width: max-content
}

.gift-asset-container {
    display: grid;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr))
}

@media only screen and (min-width: 768px) {
    .gift-asset-container {
        grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr))
    }
}

.gift-asset-container .gift-asset {
    width: 9.5rem;
    height: 9.5rem
}

@media only screen and (min-width: 768px) {
    .gift-asset-container .gift-asset {
        width: 11.5rem;
        height: 11.5rem
    }
}

.gift-share-bg {
    background-color: #f4f8fc
}

.gift-claim-bg {
    background-color: #e6f3ff;
    border-radius: 0 0 .75rem .75rem
}

.gift-claim-banner-flag {
    position: absolute;
    top: -.7rem;
    max-width: 30%
}

.gift-claim-banner-flag.flag-left {
    left: -1.4rem
}

.gift-claim-banner-flag.flag-right {
    right: -1.4rem;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1)
}

.gift-claim-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.gift-claim-success-bg {
    background-color: #005caa;
    border-radius: .75rem
}

@media only screen and (min-width: 992px) {
    .gift-claim-success-bg {
        border-radius: 0 0 .75rem .75rem
    }
}

.gift-claim-card-footer {
    font-size: .75rem;
    color: #9edef7
}

.activity-list {
    min-height: 300px;
    height: calc(100vh - 390px);
    overflow-y: auto
}

.keybca-popover {
    width: 260px
}

@media screen and (min-width: 768px) {
    .keybca-popover {
        width: 480px !important;
        min-width: 480px !important
    }
}

.token-img-wrapper {
    width: 5rem !important
}

@media screen and (min-width: 768px) {
    .token-img-wrapper {
        width: 8rem !important;
        min-width: 8rem !important
    }
}

.token-key-button,
.token-key-menu {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.25em;
    height: 1.25em
}

.token-key-button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCAxNC42N0E2LjY2NyA2LjY2NyAwIDEgMCA4IDEuMzM1YTYuNjY3IDYuNjY3IDAgMCAwIDAgMTMuMzMzem0xLjE2Ny05LjI2NS00IDIuMzA5YS4zMzMuMzMzIDAgMCAwIDAgLjU3N2w0IDIuMzFjLjIyMi4xMjguNS0uMDMyLjUtLjI4OVY1LjY5M2EuMzMzLjMzMyAwIDAgMC0uNS0uMjg4eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K)
}

.token-key-menu {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjEuNSIgeT0iMi41IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiNmZmYiLz4KICAgIDxyZWN0IHg9IjEuNSIgeT0iNyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CiAgICA8cmVjdCB4PSIxLjUiIHk9IjExLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K)
}

.popover .popover-header {
    padding-bottom: .25rem
}

.popover .popover-header+.popover-body {
    padding-top: .25rem
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: 0 0/800px 2px #ff8040;
    background: linear-gradient(to right, #ff8040 8%, #fff 18%, #ff8040 66%);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.fas {
    transition: all ease-in .1s
}

.drag-area {
    background: #f5f9fa;
    border: 2px dashed #dee2e6;
    padding: 1rem;
    min-height: 12.5rem
}

.drag-area:not(:first-child) {
    border-left: none
}

.drag-area .drag-item {
    transition: all ease-in .3s
}

.drag-area .drag-item .drag-handle {
    cursor: grab
}

.drag-area .drag-item.disabled .drag-handle {
    cursor: not-allowed
}

.drag-area .drag-item:not(.active) {
    filter: grayscale(1);
    opacity: .5;
    box-shadow: none
}

.bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: 0 0 10px #aaa;
    position: relative;
    z-index: 1
}

.bs-datepicker:after {
    clear: both;
    content: "";
    display: block
}

.bs-datepicker bs-day-picker {
    float: left
}

.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
    outline: none
}

.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify
}

.bs-datepicker-head:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.bs-datepicker-head button {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: .3s
}

.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
    background: #dddddd4d;
    color: #f5f5f5;
    cursor: not-allowed
}

.bs-datepicker-head button.previous span {
    transform: translate(-1px, -1px)
}

.bs-datepicker-head button.next span {
    transform: translate(1px, -1px)
}

.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.bs-datepicker-head button.current {
    border-radius: 15px;
    max-width: 155px;
    padding: 0 13px
}

.bs-datepicker-head button:hover {
    background-color: #0000001a
}

.bs-datepicker-head button:active {
    background-color: #0003
}

.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0
}

.bs-datepicker-body .days.weeks {
    position: relative;
    z-index: 1
}

.bs-datepicker-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.bs-datepicker-body table th {
    font-size: 13px;
    color: #9aaec1;
    font-weight: 400;
    text-align: center
}

.bs-datepicker-body table td {
    color: #54708b;
    text-align: center;
    position: relative;
    padding: 0
}

.bs-datepicker-body table td span {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
    cursor: pointer
}

.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s
}

.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s;
    cursor: pointer
}

.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
    color: #9aaec1
}

.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
    color: #fff
}

.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
    opacity: .3
}

.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
    color: #00000040
}

.bs-datepicker-body table td.active {
    position: relative
}

.bs-datepicker-body table td.active.select-start:before {
    left: 35%
}

.bs-datepicker-body table td.active.select-end:before {
    left: -85%
}

.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: .3s;
    top: 0;
    border-radius: 50%
}

.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    inset: 6px -2px 6px -3px;
    box-sizing: content-box;
    background: transparent
}

.bs-datepicker-body table td.active.select-start+td.active:before {
    left: -20%
}

.bs-datepicker-body table td:last-child.active:before {
    border-radius: 0 3px 3px 0;
    width: 125%;
    left: -25%
}

.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
    border-radius: 50%;
    color: #fff
}

.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
    background: #e9edf0
}

.bs-datepicker-body table.days span {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.bs-datepicker-body table.days span.select-start {
    z-index: 2
}

.bs-datepicker-body table.days span.is-highlighted.in-range:before {
    right: 3px;
    left: 0
}

.bs-datepicker-body table.days span.in-range.select-end:before {
    right: 4px;
    left: 0
}

.bs-datepicker-body table.days td.select-start+td.select-end:before,
.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.select-end:before,
.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range+td.select-end:before {
    background: #e9edf0;
    width: 100%
}

.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
    border-radius: 3px 0 0 3px;
    left: 0;
    width: 100%
}

.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
    border-radius: 3px 0 0 3px
}

.bs-datepicker-body table.years td span {
    width: 46px;
    height: 46px;
    line-height: 45px;
    margin: 0 auto
}

.bs-datepicker-body table.years tr:not(:last-child) td span {
    margin-bottom: 8px
}

.bs-datepicker-body table.months td {
    height: 52px
}

.bs-datepicker-body table.months td span {
    padding: 6px;
    border-radius: 15px
}

.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.bs-datepicker .current-timedate span:not(:empty):before {
    content: "";
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC)
}

.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px
}

.bs-datepicker-multiple+.bs-datepicker-multiple {
    margin-left: 10px
}

.bs-datepicker-multiple .bs-datepicker {
    box-shadow: none;
    position: relative
}

.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
    padding-right: 10px
}

.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
    position: absolute;
    top: 25px;
    left: -8px
}

.bs-datepicker-multiple .bs-datepicker .left {
    float: left
}

.bs-datepicker-multiple .bs-datepicker .right {
    float: right
}

.bs-datepicker-container {
    padding: 15px
}

.bs-datepicker .bs-media-container {
    display: flex
}

@media (max-width: 768px) {
    .bs-datepicker .bs-media-container {
        flex-direction: column
    }
}

.bs-datepicker .bs-timepicker-in-datepicker-container {
    display: flex;
    justify-content: space-around
}

.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee
}

.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: .3s
}

.bs-datepicker-predefined-btns button:hover {
    background-color: #54708b
}

.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0
}

.bs-datepicker-buttons .btn-default {
    margin-left: 10px
}

.bs-datepicker-buttons .btn-today-wrapper {
    display: flex;
    flex-flow: row wrap
}

.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
    flex-grow: 0
}

.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
    flex-grow: 1
}

.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
    flex-grow: .5
}

.bs-timepicker-container {
    padding: 10px 0
}

.bs-timepicker-label {
    color: #54708b;
    margin-bottom: 10px
}

.bs-timepicker-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: .3s
}

.bs-timepicker-controls button:hover {
    background-color: #d5dadd
}

.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0
}

.bs-timepicker .switch-time-format {
    text-transform: uppercase;
    min-width: 54px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    background: #fff;
    color: #54708b;
    font-size: 13px
}

.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px
}

bs-datepicker-container,
bs-daterangepicker-container {
    z-index: 1080
}

@media (max-width: 768px) {
    .bs-datepicker {
        width: min-content;
        justify-content: center
    }

    .bs-datepicker-multiple {
        display: flex
    }

    .bs-datepicker-multiple+.bs-datepicker-multiple {
        margin-top: 10px;
        margin-left: 0
    }
}

.theme-default .bs-datepicker-head {
    background-color: #777
}

.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
    background-color: #777;
    border-color: #777
}

.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #616161;
    border-color: #616161
}

.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
    background-color: #6f6e6e;
    border-color: #6f6e6e
}

.theme-default .bs-datepicker-predefined-btns button.selected {
    background-color: #777
}

.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #777
}

.theme-default .bs-datepicker-body table td.week span {
    color: #777
}

.theme-default .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #777;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.theme-green .bs-datepicker-head {
    background-color: #5cb85c
}

.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #1e7e34;
    border-color: #1e7e34
}

.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
    background-color: #218838;
    border-color: #218838
}

.theme-green .bs-datepicker-predefined-btns button.selected {
    background-color: #5cb85c
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #5cb85c
}

.theme-green .bs-datepicker-body table td.week span {
    color: #5cb85c
}

.theme-green .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #5cb85c;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.theme-blue .bs-datepicker-head {
    background-color: #5bc0de
}

.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #2aa8cd;
    border-color: #2aa8cd
}

.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
    background-color: #3ab3d7;
    border-color: #3ab3d7
}

.theme-blue .bs-datepicker-predefined-btns button.selected {
    background-color: #5bc0de
}

.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #5bc0de
}

.theme-blue .bs-datepicker-body table td.week span {
    color: #5bc0de
}

.theme-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #5bc0de;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.theme-dark-blue .bs-datepicker-head {
    background-color: #337ab7
}

.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
    background-color: #337ab7;
    border-color: #337ab7
}

.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #266498;
    border-color: #266498
}

.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
    background-color: #2c6fa9;
    border-color: #2c6fa9
}

.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
    background-color: #337ab7
}

.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #337ab7
}

.theme-dark-blue .bs-datepicker-body table td.week span {
    color: #337ab7
}

.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.theme-red .bs-datepicker-head {
    background-color: #d9534f
}

.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
    background-color: #d9534f;
    border-color: #d9534f
}

.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #d23531;
    border-color: #d23531
}

.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
    background-color: #e33732;
    border-color: #e33732
}

.theme-red .bs-datepicker-predefined-btns button.selected {
    background-color: #d9534f
}

.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #d9534f
}

.theme-red .bs-datepicker-body table td.week span {
    color: #d9534f
}

.theme-red .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #d9534f;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.theme-orange .bs-datepicker-head {
    background-color: #f0ad4e
}

.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
    box-shadow: none
}

.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
    background-color: #ed9c29;
    border-color: #ed9c29
}

.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
    background-color: #ffac35;
    border-color: #ffac35
}

.theme-orange .bs-datepicker-predefined-btns button.selected {
    background-color: #f0ad4e
}

.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
    background-color: #f0ad4e
}

.theme-orange .bs-datepicker-body table td.week span {
    color: #f0ad4e
}

.theme-orange .bs-datepicker-body table td.active-week span:hover {
    cursor: pointer;
    background-color: #f0ad4e;
    color: #fff;
    opacity: .5;
    transition: 0s
}

.additional-links-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 1rem 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.additional-links-wrapper::-webkit-scrollbar {
    height: 6px;
}

.additional-links-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.link-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    background: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    color: #003288;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: 0.2s;
}

.link-card svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--dark-blue)
}

.link-card:hover {
    background: #f2f2f2;
}

.footer-links a {
    color: #0055a5;
    text-decoration: none;
    margin: 0 4px;
    white-space: nowrap;
}

.footer-links a:hover {
    text-decoration: underline;
}

.alert {
    border: 1px solid var(--red);
    border-radius: .75rem;
    color: var(--red) !important;
}