/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
 --blue: #87C2EB;
 --indigo: #264796;
 --purple: #192041;
 --pink: #E2828B;
 --red: #A22531;
 --orange: orange;
 --yellow: #F3B702;
 --green: #006700;
 --teal: teal;
 --cyan: #DBECF9;
 --white: #fff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: #87C2EB;
 --secondary: #6c757d;
 --success: #006700;
 --info: #DBECF9;
 --warning: #F3B702;
 --danger: #A22531;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
 --font-family-sans-serif: Noto 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:Noto Sans,Arial,sans-serif;
 font-size:1rem;
 font-weight:400;
 line-height:1.5;
 color:#212529;
 text-align:left;
 background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
 outline:0 !important
}
hr {
 box-sizing:content-box;
 height:0;
 overflow:visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top:0;
 margin-bottom:.5rem
}
p {
 margin-top:0;
 margin-bottom:1rem
}
abbr[title],
abbr[data-original-title] {
 text-decoration:underline;
 text-decoration:underline dotted;
 cursor:help;
 border-bottom:0;
 text-decoration-skip-ink:none
}
address {
 margin-bottom:1rem;
 font-style:normal;
 line-height:inherit
}
ol,
ul,
dl {
 margin-top:0;
 margin-bottom:1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
 margin-bottom:0
}
dt {
 font-weight: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:#A22531;
 text-decoration:none;
 background-color:transparent
}
a:hover {
 color:#3C434B;
 text-decoration:none
}
a:not([href]) {
 color:inherit;
 text-decoration:none
}
a:not([href]):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:#6c757d;
 text-align:left;
 caption-side:bottom
}
th {
 text-align:inherit
}
label {
 display:inline-block;
 margin-bottom:.5rem
}
button {
 border-radius:0
}
button:focus {
 outline:1px dotted;
 outline:5px auto -webkit-focus-ring-color
}
input,
button,
select,
optgroup,
textarea {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
button,
input {
 overflow:visible
}
button,
select {
 text-transform:none
}
[role="button"] {
 cursor:pointer
}
select {
 word-wrap:normal
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance:button
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
 cursor:pointer
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
 padding:0;
 border-style:none
}
input[type="radio"],
input[type="checkbox"] {
 box-sizing:border-box;
 padding:0
}
textarea {
 overflow:auto;
 resize:vertical
}
fieldset {
 min-width:0;
 padding:0;
 margin:0;
 border:0
}
legend {
 display:block;
 width:100%;
 max-width:100%;
 padding:0;
 margin-bottom:.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:500;
 line-height:1.2
}
h1,
.h1 {
 font-size:2rem
}
h2,
.h2 {
 font-size:1.6875rem
}
h3,
.h3 {
 font-size:1.3125rem
}
h4,
.h4 {
 font-size:1.5rem
}
h5,
.h5 {
 font-size:1.25rem
}
h6,
.h6 {
 font-size:1rem
}
.lead {
 font-size:1.25rem;
 font-weight:300
}
.display-1 {
 font-size:6rem;
 font-weight:300;
 line-height:1.2
}
.display-2 {
 font-size:5.5rem;
 font-weight:300;
 line-height:1.2
}
.display-3 {
 font-size:4.5rem;
 font-weight:300;
 line-height:1.2
}
.display-4 {
 font-size:3.5rem;
 font-weight:300;
 line-height:1.2
}
hr {
 margin-top:1rem;
 margin-bottom:1rem;
 border:0;
 border-top:1px solid rgba(0,0,0,0.1)
}
small,
.small {
 font-size:80%;
 font-weight:400
}
mark,
.mark {
 padding:.2em;
 background-color:#fcf8e3
}
.list-unstyled {
 padding-left:0;
 list-style:none
}
.list-inline {
 padding-left:0;
 list-style:none
}
.list-inline-item {
 display:inline-block
}
.list-inline-item:not(:last-child) {
 margin-right:.5rem
}
.initialism {
 font-size:90%;
 text-transform:uppercase
}
.blockquote {
 margin-bottom:1rem;
 font-size:1.25rem
}
.blockquote-footer {
 display:block;
 font-size:80%;
 color:#6c757d
}
.blockquote-footer::before {
 content:"\2014\00A0"
}
.img-fluid {
 max-width:100%;
 height:auto
}
.img-thumbnail {
 padding:.25rem;
 background-color:#fff;
 border:1px solid #dee2e6;
 border-radius:.25rem;
 max-width:100%;
 height:auto
}
.figure {
 display:inline-block
}
.figure-img {
 margin-bottom:.5rem;
 line-height:1
}
.figure-caption {
 font-size:90%;
 color:#6c757d
}
code {
 font-size:87.5%;
 color:#E2828B;
 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
}

.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 {
 border:1px solid #dee2e6
}
.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:rgba(0,0,0,0.05)
}
.table-hover tbody tr:hover {
 color:#212529;
 background-color:rgba(0,0,0,0.075)
}
.table-primary,
.table-primary>th,
.table-primary>td {
 background-color:#ddeef9
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
 border-color:#c1dff5
}
.table-hover .table-primary:hover {
 background-color:#c7e3f5
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
 background-color:#c7e3f5
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
 background-color:#d6d8db
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
 border-color:#b3b7bb
}
.table-hover .table-secondary:hover {
 background-color:#c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
 background-color:#c8cbcf
}
.table-success,
.table-success>th,
.table-success>td {
 background-color:#b8d4b8
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
 border-color:#7ab07a
}
.table-hover .table-success:hover {
 background-color:#a8caa8
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
 background-color:#a8caa8
}
.table-info,
.table-info>th,
.table-info>td {
 background-color:#f5fafd
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
 border-color:#ecf5fc
}
.table-hover .table-info:hover {
 background-color:#e0eff9
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
 background-color:#e0eff9
}
.table-warning,
.table-warning>th,
.table-warning>td {
 background-color:#fcebb8
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
 border-color:#f9da7b
}
.table-hover .table-warning:hover {
 background-color:#fbe4a0
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
 background-color:#fbe4a0
}
.table-danger,
.table-danger>th,
.table-danger>td {
 background-color:#e5c2c5
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
 border-color:#cf8e94
}
.table-hover .table-danger:hover {
 background-color:#ddb0b4
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
 background-color:#ddb0b4
}
.table-light,
.table-light>th,
.table-light>td {
 background-color:#fdfdfe
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
 border-color:#fbfcfc
}
.table-hover .table-light:hover {
 background-color:#ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
 background-color:#ececf6
}
.table-dark,
.table-dark>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:rgba(0,0,0,0.075)
}
.table-hover .table-active:hover {
 background-color:rgba(0,0,0,0.075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
 background-color:rgba(0,0,0,0.075)
}
.table .thead-dark th {
 color:#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:rgba(255,255,255,0.05)
}
.table-dark.table-hover tbody tr:hover {
 color:#fff;
 background-color:rgba(255,255,255,0.075)
}
@media (max-width: 575.98px) {
 .table-responsive-sm {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
 .table-responsive-sm>.table-bordered {
  border:0
 }
}
@media (max-width: 767.98px) {
 .table-responsive-md {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
 .table-responsive-md>.table-bordered {
  border:0
 }
}
@media (max-width: 991.98px) {
 .table-responsive-lg {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
 .table-responsive-lg>.table-bordered {
  border:0
 }
}
@media (max-width: 1199.98px) {
 .table-responsive-xl {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
 .table-responsive-xl>.table-bordered {
  border:0
 }
}
.table-responsive {
 display:block;
 width:100%;
 overflow-x:auto;
 -webkit-overflow-scrolling:touch
}
.table-responsive>.table-bordered {
 border:0
}

.btn {
 display:inline-block;
 font-weight:400;
 color:#212529;
 text-align:center;
 vertical-align:middle;
 user-select:none;
 background-color:transparent;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1rem;
 line-height:1.5;
 border-radius:.25rem;
 transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
 .btn {
  transition:none
 }
}
.btn:hover {
 color:#212529;
 text-decoration:none
}
.btn:focus,
.btn.focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(135,194,235,0.25)
}
.btn.disabled,
.btn:disabled {
 opacity:.65
}
.btn:not(:disabled):not(.disabled) {
 cursor:pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
 pointer-events:none
}
.btn-primary {
 color:#212529;
 background-color:#87C2EB;
 border-color:#87C2EB
}
.btn-primary:hover {
 color:#212529;
 background-color:#66b1e6;
 border-color:#5bace4
}
.btn-primary:focus,
.btn-primary.focus {
 color:#212529;
 background-color:#66b1e6;
 border-color:#5bace4;
 box-shadow:0 0 0 .2rem rgba(120,170,206,0.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
 color:#212529;
 background-color:#87C2EB;
 border-color:#87C2EB
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
 color:#212529;
 background-color:#5bace4;
 border-color:#50a6e2
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(120,170,206,0.5)
}
.btn-secondary {
 color:#fff;
 background-color:#6c757d;
 border-color:#6c757d
}
.btn-secondary:hover {
 color:#fff;
 background-color:#5a6268;
 border-color:#545b62
}
.btn-secondary:focus,
.btn-secondary.focus {
 color:#fff;
 background-color:#5a6268;
 border-color:#545b62;
 box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
 color:#fff;
 background-color:#6c757d;
 border-color:#6c757d
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
 color:#fff;
 background-color:#545b62;
 border-color:#4e555b
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)
}
.btn-success {
 color:#fff;
 background-color:#006700;
 border-color:#006700
}
.btn-success:hover {
 color:#fff;
 background-color:#004100;
 border-color:#003400
}
.btn-success:focus,
.btn-success.focus {
 color:#fff;
 background-color:#004100;
 border-color:#003400;
 box-shadow:0 0 0 .2rem rgba(38,126,38,0.5)
}
.btn-success.disabled,
.btn-success:disabled {
 color:#fff;
 background-color:#006700;
 border-color:#006700
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
 color:#fff;
 background-color:#003400;
 border-color:#002700
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(38,126,38,0.5)
}
.btn-info {
 color:#212529;
 background-color:#DBECF9;
 border-color:#DBECF9
}
.btn-info:hover {
 color:#212529;
 background-color:#badbf4;
 border-color:#afd5f2
}
.btn-info:focus,
.btn-info.focus {
 color:#212529;
 background-color:#badbf4;
 border-color:#afd5f2;
 box-shadow:0 0 0 .2rem rgba(191,206,218,0.5)
}
.btn-info.disabled,
.btn-info:disabled {
 color:#212529;
 background-color:#DBECF9;
 border-color:#DBECF9
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
 color:#212529;
 background-color:#afd5f2;
 border-color:#a4cff0
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(191,206,218,0.5)
}
.btn-warning {
 color:#212529;
 background-color:#F3B702;
 border-color:#F3B702
}
.btn-warning:hover {
 color:#212529;
 background-color:#cd9a02;
 border-color:#c09102
}
.btn-warning:focus,
.btn-warning.focus {
 color:#212529;
 background-color:#cd9a02;
 border-color:#c09102;
 box-shadow:0 0 0 .2rem rgba(212,161,8,0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
 color:#212529;
 background-color:#F3B702;
 border-color:#F3B702
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
 color:#fff;
 background-color:#c09102;
 border-color:#b48701
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(212,161,8,0.5)
}
.btn-danger {
 color:#fff;
 background-color:#A22531;
 border-color:#A22531
}
.btn-danger:hover {
 color:#fff;
 background-color:#831e28;
 border-color:#781c24
}
.btn-danger:focus,
.btn-danger.focus {
 color:#fff;
 background-color:#831e28;
 border-color:#781c24;
 box-shadow:0 0 0 .2rem rgba(176,70,80,0.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
 color:#fff;
 background-color:#A22531;
 border-color:#A22531
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
 color:#fff;
 background-color:#781c24;
 border-color:#6e1921
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(176,70,80,0.5)
}
.btn-light {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:hover {
 color:#212529;
 background-color:#e2e6ea;
 border-color:#dae0e5
}
.btn-light:focus,
.btn-light.focus {
 color:#212529;
 background-color:#e2e6ea;
 border-color:#dae0e5;
 box-shadow:0 0 0 .2rem rgba(216,217,219,0.5)
}
.btn-light.disabled,
.btn-light:disabled {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
 color:#212529;
 background-color:#dae0e5;
 border-color:#d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(216,217,219,0.5)
}
.btn-dark {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:hover {
 color:#fff;
 background-color:#23272b;
 border-color:#1d2124
}
.btn-dark:focus,
.btn-dark.focus {
 color:#fff;
 background-color:#23272b;
 border-color:#1d2124;
 box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
 color:#fff;
 background-color:#1d2124;
 border-color:#171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)
}
.btn-outline-primary {
 color:#87C2EB;
 border-color:#87C2EB
}
.btn-outline-primary:hover {
 color:#212529;
 background-color:#87C2EB;
 border-color:#87C2EB
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
 box-shadow:0 0 0 .2rem rgba(135,194,235,0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
 color:#87C2EB;
 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:#212529;
 background-color:#87C2EB;
 border-color:#87C2EB
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(135,194,235,0.5)
}
.btn-outline-secondary {
 color:#6c757d;
 border-color:#6c757d
}
.btn-outline-secondary:hover {
 color:#fff;
 background-color:#6c757d;
 border-color:#6c757d
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
 box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
 color:#6c757d;
 background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
 color:#fff;
 background-color:#6c757d;
 border-color:#6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)
}
.btn-outline-success {
 color:#006700;
 border-color:#006700
}
.btn-outline-success:hover {
 color:#fff;
 background-color:#006700;
 border-color:#006700
}
.btn-outline-success:focus,
.btn-outline-success.focus {
 box-shadow:0 0 0 .2rem rgba(0,103,0,0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
 color:#006700;
 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:#006700;
 border-color:#006700
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(0,103,0,0.5)
}
.btn-outline-info {
 color:#DBECF9;
 border-color:#DBECF9
}
.btn-outline-info:hover {
 color:#212529;
 background-color:#DBECF9;
 border-color:#DBECF9
}
.btn-outline-info:focus,
.btn-outline-info.focus {
 box-shadow:0 0 0 .2rem rgba(219,236,249,0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
 color:#DBECF9;
 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:#212529;
 background-color:#DBECF9;
 border-color:#DBECF9
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(219,236,249,0.5)
}
.btn-outline-warning {
 color:#F3B702;
 border-color:#F3B702
}
.btn-outline-warning:hover {
 color:#212529;
 background-color:#F3B702;
 border-color:#F3B702
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
 box-shadow:0 0 0 .2rem rgba(243,183,2,0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
 color:#F3B702;
 background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
 color:#212529;
 background-color:#F3B702;
 border-color:#F3B702
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(243,183,2,0.5)
}
.btn-outline-danger {
 color:#A22531;
 border-color:#A22531
}
.btn-outline-danger:hover {
 color:#fff;
 background-color:#A22531;
 border-color:#A22531
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
 box-shadow:0 0 0 .2rem rgba(162,37,49,0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
 color:#A22531;
 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:#A22531;
 border-color:#A22531
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(162,37,49,0.5)
}
.btn-outline-light {
 color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light:hover {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light:focus,
.btn-outline-light.focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
 color:#f8f9fa;
 background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-dark {
 color:#343a40;
 border-color:#343a40
}
.btn-outline-dark:hover {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
 color:#343a40;
 background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-link {
 font-weight:400;
 color:#A22531;
 text-decoration:none
}
.btn-link:hover {
 color:#3C434B;
 text-decoration:none
}
.btn-link:focus,
.btn-link.focus {
 text-decoration:none
}
.btn-link:disabled,
.btn-link.disabled {
 color:#6c757d;
 pointer-events:none
}
.btn-lg,
.btn-group-lg>.btn {
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
.btn-sm,
.btn-group-sm>.btn {
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
.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%
}

.alert {
 position:relative;
 padding:.75rem 1.25rem;
 margin-bottom:1rem;
 border:1px solid transparent;
 border-radius:.25rem
}
.alert-heading {
 color:inherit
}
.alert-link {
 font-weight:700
}
.alert-dismissible {
 padding-right:4rem
}
.alert-dismissible .close {
 position:absolute;
 top:0;
 right:0;
 padding:.75rem 1.25rem;
 color:inherit
}
.alert-primary {
 color:#46657a;
 background-color:#e7f3fb;
 border-color:#ddeef9
}
.alert-primary hr {
 border-top-color:#c7e3f5
}
.alert-primary .alert-link {
 color:#334a5a
}
.alert-secondary {
 color:#383d41;
 background-color:#e2e3e5;
 border-color:#d6d8db
}
.alert-secondary hr {
 border-top-color:#c8cbcf
}
.alert-secondary .alert-link {
 color:#202326
}
.alert-success {
 color:#003600;
 background-color:#cce1cc;
 border-color:#b8d4b8
}
.alert-success hr {
 border-top-color:#a8caa8
}
.alert-success .alert-link {
 color:#000300
}
.alert-info {
 color:#727b81;
 background-color:#f8fbfe;
 border-color:#f5fafd
}
.alert-info hr {
 border-top-color:#e0eff9
}
.alert-info .alert-link {
 color:#5a6166
}
.alert-warning {
 color:#7e5f01;
 background-color:#fdf1cc;
 border-color:#fcebb8
}
.alert-warning hr {
 border-top-color:#fbe4a0
}
.alert-warning .alert-link {
 color:#4b3901
}
.alert-danger {
 color:#541319;
 background-color:#ecd3d6;
 border-color:#e5c2c5
}
.alert-danger hr {
 border-top-color:#ddb0b4
}
.alert-danger .alert-link {
 color:#2a0a0d
}
.alert-light {
 color:#818182;
 background-color:#fefefe;
 border-color:#fdfdfe
}
.alert-light hr {
 border-top-color:#ececf6
}
.alert-light .alert-link {
 color:#686868
}
.alert-dark {
 color:#1b1e21;
 background-color:#d6d8d9;
 border-color:#c6c8ca
}
.alert-dark hr {
 border-top-color:#b9bbbe
}
.alert-dark .alert-link {
 color:#040505
}

.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 {
 max-width:350px;
 overflow:hidden;
 font-size:.875rem;
 background-color:rgba(255,255,255,0.85);
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,0.1);
 box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);
 backdrop-filter:blur(10px);
 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:#6c757d;
 background-color:rgba(255,255,255,0.85);
 background-clip:padding-box;
 border-bottom:1px solid rgba(0,0,0,0.05)
}
.toast-body {
 padding:.75rem
}
.modal-open {
 overflow:hidden
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
.modal {
 position:fixed;
 top:0;
 left:0;
 z-index:1050;
 display:none;
 width:100%;
 height:100%;
 overflow:hidden;
 outline:0
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:.5rem;
 pointer-events:none
}
.modal.fade .modal-dialog {
 transition:transform 0.3s ease-out;
 transform:translate(0, -50px)
}
@media (prefers-reduced-motion: reduce) {
 .modal.fade .modal-dialog {
  transition:none
 }
}
.modal.show .modal-dialog {
 transform:none
}
.modal.modal-static .modal-dialog {
 transform:scale(1.02)
}
.modal-dialog-scrollable {
 display:flex;
 max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
 max-height:calc(100vh - 1rem);
 overflow:hidden
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
 flex-shrink:0
}
.modal-dialog-scrollable .modal-body {
 overflow-y:auto
}
.modal-dialog-centered {
 display:flex;
 align-items:center;
 min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before {
 display:block;
 height:calc(100vh - 1rem);
 height:min-content;
 content:""
}
.modal-dialog-centered.modal-dialog-scrollable {
 flex-direction:column;
 justify-content:center;
 height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
 max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
 content:none
}
.modal-content {
 position:relative;
 display:flex;
 flex-direction:column;
 width:100%;
 pointer-events:auto;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,0.2);
 border-radius:.3rem;
 outline:0
}
.modal-backdrop {
 position:fixed;
 top:0;
 left:0;
 z-index:1040;
 width:100vw;
 height:100vh;
 background-color:#000
}
.modal-backdrop.fade {
 opacity:0
}
.modal-backdrop.show {
 opacity:.5
}
.modal-header {
 display:flex;
 align-items:flex-start;
 justify-content:space-between;
 padding:1rem 1rem;
 border-bottom:1px solid #dee2e6;
 border-top-left-radius:calc(.3rem - 1px);
 border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close {
 padding:1rem 1rem;
 margin:-1rem -1rem -1rem auto
}
.modal-title {
 margin-bottom:0;
 line-height:1.5
}
.modal-body {
 position:relative;
 flex:1 1 auto;
 padding:1rem
}
.modal-footer {
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 justify-content:flex-end;
 padding:.75rem;
 border-top:1px solid #dee2e6;
 border-bottom-right-radius:calc(.3rem - 1px);
 border-bottom-left-radius:calc(.3rem - 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
 }
}

.bg-primary {
 background-color:#87C2EB !important
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
 background-color:#5bace4 !important
}
.bg-secondary {
 background-color:#6c757d !important
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
 background-color:#545b62 !important
}
.bg-success {
 background-color:#006700 !important
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
 background-color:#003400 !important
}
.bg-info {
 background-color:#DBECF9 !important
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
 background-color:#afd5f2 !important
}
.bg-warning {
 background-color:#F3B702 !important
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
 background-color:#c09102 !important
}
.bg-danger {
 background-color:#A22531 !important
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
 background-color:#781c24 !important
}
.bg-light {
 background-color:#f8f9fa !important
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
 background-color:#dae0e5 !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-top {
 border-top:1px solid #dee2e6 !important
}
.border-right {
 border-right:1px solid #dee2e6 !important
}
.border-bottom {
 border-bottom:1px solid #dee2e6 !important
}
.border-left {
 border-left:1px solid #dee2e6 !important
}
.border-0 {
 border:0 !important
}
.border-top-0 {
 border-top:0 !important
}
.border-right-0 {
 border-right:0 !important
}
.border-bottom-0 {
 border-bottom:0 !important
}
.border-left-0 {
 border-left:0 !important
}
.border-primary {
 border-color:#87C2EB !important
}
.border-secondary {
 border-color:#6c757d !important
}
.border-success {
 border-color:#006700 !important
}
.border-info {
 border-color:#DBECF9 !important
}
.border-warning {
 border-color:#F3B702 !important
}
.border-danger {
 border-color:#A22531 !important
}
.border-light {
 border-color:#f8f9fa !important
}
.border-dark {
 border-color:#343a40 !important
}
.border-white {
 border-color:#fff !important
}
.rounded-sm {
 border-radius:.2rem !important
}
.rounded {
 border-radius:.25rem !important
}
.rounded-top {
 border-top-left-radius:.25rem !important;
 border-top-right-radius:.25rem !important
}
.rounded-right {
 border-top-right-radius:.25rem !important;
 border-bottom-right-radius:.25rem !important
}
.rounded-bottom {
 border-bottom-right-radius:.25rem !important;
 border-bottom-left-radius:.25rem !important
}
.rounded-left {
 border-top-left-radius:.25rem !important;
 border-bottom-left-radius:.25rem !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.85714%
}
.embed-responsive-16by9::before {
 padding-top:56.25%
}
.embed-responsive-4by3::before {
 padding-top:75%
}
.embed-responsive-1by1::before {
 padding-top:100%
}

.float-left {
 float:left !important
}
.float-right {
 float:right !important
}
.float-none {
 float:none !important
}
@media (min-width: 576px) {
 .float-sm-left {
  float:left !important
 }
 .float-sm-right {
  float:right !important
 }
 .float-sm-none {
  float:none !important
 }
}
@media (min-width: 768px) {
 .float-md-left {
  float:left !important
 }
 .float-md-right {
  float:right !important
 }
 .float-md-none {
  float:none !important
 }
}
@media (min-width: 992px) {
 .float-lg-left {
  float:left !important
 }
 .float-lg-right {
  float:right !important
 }
 .float-lg-none {
  float:none !important
 }
}
@media (min-width: 1200px) {
 .float-xl-left {
  float:left !important
 }
 .float-xl-right {
  float:right !important
 }
 .float-xl-none {
  float:none !important
 }
}
.user-select-all {
 user-select:all !important
}
.user-select-auto {
 user-select:auto !important
}
.user-select-none {
 user-select:none !important
}
.overflow-auto {
 overflow:auto !important
}
.overflow-hidden {
 overflow:hidden !important
}
.position-static {
 position:static !important
}
.position-relative {
 position:relative !important
}
.position-absolute {
 position:absolute !important
}
.position-fixed {
 position:fixed !important
}
.position-sticky {
 position:sticky !important
}
.fixed-top {
 position:fixed;
 top: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
}

.text-lowercase {
 text-transform:lowercase !important
}
.text-uppercase {
 text-transform:uppercase !important
}
.text-capitalize {
 text-transform:capitalize !important
}
.font-weight-light {
 font-weight:300 !important
}
.font-weight-lighter {
 font-weight:lighter !important
}
.font-weight-normal {
 font-weight:400 !important
}
.font-weight-bold {
 font-weight:700 !important
}
.font-weight-bolder {
 font-weight:bolder !important
}
.font-italic {
 font-style:italic !important
}
.text-white {
 color:#fff !important
}
.text-primary {
 color:#87C2EB !important
}
a.text-primary:hover,
a.text-primary:focus {
 color:#45a1e0 !important
}
.text-secondary {
 color:#6c757d !important
}
a.text-secondary:hover,
a.text-secondary:focus {
 color:#494f54 !important
}
.text-success {
 color:#006700 !important
}
a.text-success:hover,
a.text-success:focus {
 color:#001b00 !important
}
.text-info {
 color:#DBECF9 !important
}
a.text-info:hover,
a.text-info:focus {
 color:#99c9ee !important
}
.text-warning {
 color:#F3B702 !important
}
a.text-warning:hover,
a.text-warning:focus {
 color:#a77e01 !important
}
.text-danger {
 color:#A22531 !important
}
a.text-danger:hover,
a.text-danger:focus {
 color:#64171e !important
}
.text-light {
 color:#f8f9fa !important
}
a.text-light:hover,
a.text-light:focus {
 color:#cbd3da !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:#6c757d !important
}
.text-black-50 {
 color:rgba(0,0,0,0.5) !important
}
.text-white-50 {
 color:rgba(255,255,255,0.5) !important
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.text-decoration-none {
 text-decoration:none !important
}
.text-break {
 word-wrap:break-word !important
}
.text-reset {
 color:inherit !important
}
.visible {
 visibility:visible !important
}
.invisible {
 visibility:hidden !important
}
@media print {
 *,
 *::before,
 *::after {
  text-shadow:none !important;
  box-shadow:none !important
 }
 a:not(.btn) {
  text-decoration:underline
 }
 abbr[title]::after {
  content:" (" attr(title) ")"
 }
 pre {
  white-space:pre-wrap !important
 }
 pre,
 blockquote {
  border:1px solid #adb5bd;
  page-break-inside:avoid
 }
 thead {
  display:table-header-group
 }
 tr,
 img {
  page-break-inside:avoid
 }
 p,
 h2,
 h3 {
  orphans:3;
  widows:3
 }
 h2,
 h3 {
  page-break-after:avoid
 }
 @page {
  size:a3
 }
 body {
  min-width:992px !important
 }
 .container {
  min-width:992px !important
 }
 .navbar {
  display:none
 }
 .badge {
  border:1px solid #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
 }
}
