@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap);
:root {
    --blue: #0063DE;
    --indigo: #6610f2;
    --purple: #4A0074;
    --pink: #e83e8c;
    --red: #CC4400;
    --orange: #CC4400;
    --yellow: #ffc107;
    --green: #008750;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0063DE;
    --secondary: #666E7A;
    --success: #008750;
    --info: #0063DE;
    --warning: #FA7C4A;
    --danger: #FA7C4A;
    --light: #F6F6F7;
    --dark: #40444D;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 1024px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: "Muli", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}
table thead tr th{
    border: 0px !important;
}

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

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

body {
    margin: 0;
    font-family: Muli, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666e7a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    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[data-original-title],
abbr[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
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: #0063de;
    text-decoration: none;
    background-color: transparent
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .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: 6rem
}

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

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

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

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

.h6,
h6 {
    font-size: 1.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(64, 68, 77, .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: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:600px) {
    .container {
        max-width: 1019px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1020px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1260px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:600px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1280px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100% !important;
    margin-bottom: 1rem!important;
    color: #666e7a!important;
}

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

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

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

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

.table-bordered {
    border: 1px solid #dee2e6!important;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(64, 68, 77, .05)
}

.table-hover tbody tr:hover {
    color: #666e7a;
    background-color: rgba(64, 68, 77, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(64, 68, 77, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(52, 56, 63, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(52, 56, 63, .075)
}

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

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

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

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:599.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:1023.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:1279.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:1439.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 !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #5fa6ff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25) !important;
}

.form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

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

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

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

.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-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #666e7a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

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

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

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

textarea.form-control {
    height: auto
}

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

.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 {
    color: #6c757d
}

.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: 80%;
    color: #008750
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    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: #008750;
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #008750;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008750' 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: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

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

.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)
}

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

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

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

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

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

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fa7c4a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FA7C4A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FA7C4A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

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

.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)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #fa7c4a;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FA7C4A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FA7C4A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

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

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

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

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

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

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

@media (min-width:600px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex !important;
        flex: 0 0 auto !important;
        flex-flow: row wrap !important;
        align-items: center !important;
        margin-bottom: 0 !important;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .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: #666e7a;
    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 .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: #666e7a;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

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

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

.btn-primary {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-primary:hover {
    color: #fff;
    background-color: #0052b8;
    border-color: #004cab
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 122, 227, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004cab;
    border-color: #00479e
}

.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(38, 122, 227, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-secondary:hover {
    color: #fff;
    background-color: #555b65;
    border-color: #4f555e
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(125, 132, 142, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4f555e;
    border-color: #494f57
}

.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(125, 132, 142, .5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #006139;
    border-color: #005432
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 153, 106, .5)
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005432;
    border-color: #00472a
}

.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, 153, 106, .5)
}

.btn-info {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-info:hover {
    color: #fff;
    background-color: #0052b8;
    border-color: #004cab
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 122, 227, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #004cab;
    border-color: #00479e
}

.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(38, 122, 227, .5)
}

.btn-warning {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-warning:hover {
    color: #fff;
    background-color: #f96125;
    border-color: #f95818
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 122, 81, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

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

.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(228, 122, 81, .5)
}

.btn-danger {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-danger:hover {
    color: #fff;
    background-color: #f96125;
    border-color: #f95818
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 122, 81, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

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

.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(228, 122, 81, .5)
}

.btn-light {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-light:hover {
    color: #666e7a;
    background-color: #e2e2e5;
    border-color: #dbdbdf
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 226, 228, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #666e7a;
    background-color: #dbdbdf;
    border-color: #d4d4d9
}

.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(224, 226, 228, .5)
}

.btn-dark {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-dark:hover {
    color: #fff;
    background-color: #2f3238;
    border-color: #292b31
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 96, 104, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #292b31;
    border-color: #23252a
}

.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(93, 96, 104, .5)
}


.btn-outline-icon {
  color: #0063de;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-icon.disabled,
.btn-outline-icon:disabled {
  color: #666e7a66;
  background-color: transparent;
  border: none;
}

.btn-outline-icon:hover,
.btn-outline-icon:not(:disabled):not(.disabled).active,
.btn-outline-icon:not(:disabled):not(.disabled):active {
  color: #0063de;
  background-color: #00b0e633;
}

.btn-outline-icon:disabled:hover,
.btn-outline-icon:disabled:focus,
.btn-outline-icon:disabled:active {
  color: #666e7a66;
  background-color: transparent;
  border: none;
}

.btn-outline-icon.focus,
.btn-outline-icon:focus {
  color: #0063de;
  background-color: transparent;
  border-color: #00b0e6;
}

.btn-outline-primary {
    color: #0063de;
    border-color: #0063de
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0063de;
    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: #0063de;
    border-color: #0063de
}

.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(0, 99, 222, .5)
}

.btn-outline-secondary {
    color: #666e7a;
    border-color: #666e7a
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 110, 122, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #666e7a;
    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: #666e7a;
    border-color: #666e7a
}

.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(102, 110, 122, .5)
}

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #008750;
    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: #008750;
    border-color: #008750
}

.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, 135, 80, .5)
}

.btn-outline-info {
    color: #0063de;
    border-color: #0063de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0063de;
    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: #0063de;
    border-color: #0063de
}

.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(0, 99, 222, .5)
}

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

.btn-outline-warning:hover {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fa7c4a;
    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: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.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(250, 124, 74, .5)
}

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

.btn-outline-danger:hover {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fa7c4a;
    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: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.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(250, 124, 74, .5)
}

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

.btn-outline-light:hover {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 246, 247, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f6f6f7;
    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: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.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(246, 246, 247, .5)
}

.btn-outline-dark {
    color: #40444d;
    border-color: #40444d
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 68, 77, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #40444d;
    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: #40444d;
    border-color: #40444d
}

.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(64, 68, 77, .5)
}

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

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

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

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

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

.btn-group-sm>.btn,
.btn-group.btn-group-sm>.btn,
.btn-sm {
    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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    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: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #002c63;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00b0e6;
    border-radius: 0.25rem;
}

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

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

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

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

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

@media (min-width:1440px) {
    .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^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #5a616c;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

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

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

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.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: #adb5bd solid 1px
}

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

.custom-checkbox .custom-control-label::before {
    border-radius: .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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

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

.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' 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: rgba(0, 99, 222, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .5)
}

.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' 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: rgba(0, 99, 222, .5)
}

.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: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .5)
}

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

.custom-select:focus {
    border-color: #5fa6ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

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

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #5fa6ff;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.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 .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.3rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    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::-webkit-slider-thumb {
        transition: none
    }
}

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .4rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(102, 110, 122, .18);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

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

.custom-range::-moz-range-track {
    width: 100%;
    height: .4rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(102, 110, 122, .18);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

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

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

.custom-range::-ms-fill-lower {
    background-color: rgba(102, 110, 122, .18);
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: rgba(102, 110, 122, .18);
    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:focus,
.nav-link:hover {
    text-decoration: none
}

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0063de
}

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

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

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

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

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

.navbar>.container,
.navbar>.container-fluid {
    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:focus,
.navbar-brand:hover {
    text-decoration: none
}

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

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

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

.navbar-text {
    display: inline-block;
    padding-top: .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: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:599.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:600px) {
    .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 {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:1023.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1024px) {
    .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 {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1279.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1280px) {
    .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 {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1439.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1440px) {
    .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 {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    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 {
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(64, 68, 77, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(64, 68, 77, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(64, 68, 77, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(64, 68, 77, .5);
    border-color: rgba(64, 68, 77, .1)
}

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

.navbar-light .navbar-text {
    color: rgba(64, 68, 77, .5)
}

.navbar-light .navbar-text a {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(64, 68, 77, .9)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.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.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(64, 68, 77, .03);
    border-bottom: 1px solid rgba(64, 68, 77, .125)
}

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(64, 68, 77, .03);
    border-top: 1px solid rgba(64, 68, 77, .125)
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

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

@media (min-width:600px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -7.5px;
        margin-left: -7.5px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 7.5px;
        margin-bottom: 0;
        margin-left: 7.5px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

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

@media (min-width:600px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

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

@media (min-width:600px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

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

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

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #6c757d
}

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

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

.pagination li a {
    background: 0 0 !important;
    border: none !important;
    border-radius: 50%!important;
    font-weight: 400 !important;
    font-size: .9rem !important;
    line-height: 1.62em !important; 
    letter-spacing: 0 !important;
    width: 2rem !important;
    line-height: 2rem !important;
    height: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0!important;
    transition: all .2s !important;
    color: #0063de !important;
}

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

.page-link:focus {
    z-index: 2!important;
    outline: 0!important;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)!important
}

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

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


.page-item.active .page-link {
    line-height: 1.73333rem !important;
    background: 0 0 !important;
    border: 2px solid #00b0e6 !important;
    color: #40444d !important;
}

.page-item.disabled .page-link {
    color: #6c757d!important;
    pointer-events: none!important;
    cursor: auto!important;
    background-color: #fff!important;
    border-color: #dee2e6!important
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem !important;
    border-bottom-right-radius: .3rem !important
}

.pagination-sm .page-link {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important
}

.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: .25rem;
    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:focus,
a.badge:hover {
    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: #0063de
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #004cab
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #666e7a
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #4f555e
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(102, 110, 122, .5)
}

.badge-success {
    color: #fff;
    background-color: #008750
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #005432
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .5)
}

.badge-info {
    color: #fff;
    background-color: #0063de
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #004cab
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.badge-warning {
    color: #666e7a;
    background-color: #fa7c4a
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #666e7a;
    background-color: #f95818
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.badge-danger {
    color: #666e7a;
    background-color: #fa7c4a
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #666e7a;
    background-color: #f95818
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.badge-light {
    color: #666e7a;
    background-color: #f6f6f7
}

a.badge-light:focus,
a.badge-light:hover {
    color: #666e7a;
    background-color: #dbdbdf
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246, 246, 247, .5)
}

.badge-dark {
    color: #fff;
    background-color: #40444d
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #292b31
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(64, 68, 77, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:600px) {
    .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: .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: #1f5498;
    background-color: #cce0f8;
    border-color: #b8d3f6
}

.alert-primary hr {
    border-top-color: #a1c5f3
}

.alert-primary .alert-link {
    color: #163d6e
}

.alert-secondary {
    color: #545a64;
    background-color: #e0e2e4;
    border-color: #d4d6da
}

.alert-secondary hr {
    border-top-color: #c6c9ce
}

.alert-secondary .alert-link {
    color: #3d4148
}

.alert-success {
    color: #1f674f;
    background-color: #cce7dc;
    border-color: #b8ddce
}

.alert-success hr {
    border-top-color: #a7d5c2
}

.alert-success .alert-link {
    color: #134031
}

.alert-info {
    color: #1f5498;
    background-color: #cce0f8;
    border-color: #b8d3f6
}

.alert-info hr {
    border-top-color: #a1c5f3
}

.alert-info .alert-link {
    color: #163d6e
}

.alert-warning {
    color: #a1614b;
    background-color: #fee5db;
    border-color: #fedacc
}

.alert-warning hr {
    border-top-color: #fec8b3
}

.alert-warning .alert-link {
    color: #7e4c3b
}

.alert-danger {
    color: #a1614b;
    background-color: #fee5db;
    border-color: #fedacc
}

.alert-danger hr {
    border-top-color: #fec8b3
}

.alert-danger .alert-link {
    color: #7e4c3b
}

.alert-light {
    color: #9fa1a5;
    background-color: #fdfdfd;
    border-color: #fcfcfd
}

.alert-light hr {
    border-top-color: #ededf3
}

.alert-light .alert-link {
    color: #85878c
}

.alert-dark {
    color: #40444d;
    background-color: #d9dadb;
    border-color: #cacbcd
}

.alert-dark hr {
    border-top-color: #bdbec1
}

.alert-dark .alert-link {
    color: #292b31
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0063de;
    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: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #666e7a;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(64, 68, 77, .125)
}

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

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

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

@media (min-width:600px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1024px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1280px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1440px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #1f5498;
    background-color: #b8d3f6
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1f5498;
    background-color: #a1c5f3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f5498;
    border-color: #1f5498
}

.list-group-item-secondary {
    color: #545a64;
    background-color: #d4d6da
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #545a64;
    background-color: #c6c9ce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #545a64;
    border-color: #545a64
}

.list-group-item-success {
    color: #1f674f;
    background-color: #b8ddce
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #1f674f;
    background-color: #a7d5c2
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1f674f;
    border-color: #1f674f
}

.list-group-item-info {
    color: #1f5498;
    background-color: #b8d3f6
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #1f5498;
    background-color: #a1c5f3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1f5498;
    border-color: #1f5498
}

.list-group-item-warning {
    color: #a1614b;
    background-color: #fedacc
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #a1614b;
    background-color: #fec8b3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #a1614b;
    border-color: #a1614b
}

.list-group-item-danger {
    color: #a1614b;
    background-color: #fedacc
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #a1614b;
    background-color: #fec8b3
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #a1614b;
    border-color: #a1614b
}

.list-group-item-light {
    color: #9fa1a5;
    background-color: #fcfcfd
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #9fa1a5;
    background-color: #ededf3
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #9fa1a5;
    border-color: #9fa1a5
}

.list-group-item-dark {
    color: #40444d;
    background-color: #cacbcd
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #40444d;
    background-color: #bdbec1
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #40444d;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #40444d;
    text-decoration: none
}

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

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

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(64, 68, 77, .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, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(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 .2s ease-out;
    transform: scale(.8)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

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

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(64, 68, 77, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #40444d
}

.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: .3rem;
    border-top-right-radius: .3rem
}

.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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:600px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1280px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1440px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Muli, 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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #40444d
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #40444d
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #40444d
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #40444d
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #40444d;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Muli, 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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(64, 68, 77, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

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

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #666e7a
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-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: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

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

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #0063de!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #004cab!important
}

.bg-secondary {
    background-color: #666e7a!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #4f555e!important
}

.bg-success {
    background-color: #008750!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #005432!important
}

.bg-info {
    background-color: #0063de!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #004cab!important
}

.bg-warning {
    background-color: #fa7c4a!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #f95818!important
}

.bg-danger {
    background-color: #fa7c4a!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #f95818!important
}

.bg-light {
    background-color: #f6f6f7!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dbdbdf!important
}

.bg-dark {
    background-color: #40444d!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #292b31!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: #0063de!important
}

.border-secondary {
    border-color: #666e7a!important
}

.border-success {
    border-color: #008750!important
}

.border-info {
    border-color: #0063de!important
}

.border-warning {
    border-color: #fa7c4a!important
}

.border-danger {
    border-color: #fa7c4a!important
}

.border-light {
    border-color: #f6f6f7!important
}

.border-dark {
    border-color: #40444d!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:600px) {
    .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:1024px) {
    .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:1280px) {
    .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:1440px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.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:600px) {
    .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:1024px) {
    .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:1280px) {
    .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:1440px) {
    .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:600px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:1024px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1280px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1440px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 rgba(64, 68, 77, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(64, 68, 77, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(64, 68, 77, .175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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:600px) {
    .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:1024px) {
    .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:1280px) {
    .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:1440px) {
    .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
    }
}

.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:600px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:1024px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1280px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1440px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

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

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #0063de!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #004192!important
}

.text-secondary {
    color: #666e7a!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #434850!important
}

.text-success {
    color: #008750!important
}

a.text-success:focus,
a.text-success:hover {
    color: #003b23!important
}

.text-info {
    color: #0063de!important
}

a.text-info:focus,
a.text-info:hover {
    color: #004192!important
}

.text-warning {
    color: #fa7c4a!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #f14907!important
}

.text-danger {
    color: #fa7c4a!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #f14907!important
}

.text-light {
    color: #f6f6f7!important
}

a.text-light:focus,
a.text-light:hover {
    color: #ceced3!important
}

.text-dark {
    color: #40444d!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d1f23!important
}

.text-body {
    color: #666e7a!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(64, 68, 77, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 1280px!important
    }
    .container {
        min-width: 1280px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #40444d
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit!important;
        border-color: #dee2e6!important;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
textarea {
    text-rendering: optimizeLegibility
}

::-moz-selection {
    background: rgba(0, 176, 230, .6);
    color: #fff
}

::selection {
    background: rgba(0, 176, 230, .6);
    color: #fff
}

.b3__theme--light {
    background: #fff;
    color: #666e7a
}

.b3__theme--dark {
    background: #002c63;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--trader {
    background: #1e2023;
    color: rgba(255, 255, 255, .7)
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:600px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media screen and (min-width:1024px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 17px;
        padding-right: 17px
    }
    .row {
        margin-left: -17px;
        margin-right: -17px
    }
}

@media screen and (min-width:1280px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 21px;
        padding-right: 21px
    }
    .row {
        margin-left: -21px;
        margin-right: -21px
    }
}

@media screen and (min-width:1440px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 24px;
        padding-right: 24px
    }
    .row {
        margin-left: -24px;
        margin-right: -24px
    }
}

a {
    color: #0063de;
    font-weight: 700;
    letter-spacing: 0
}

a:hover {
    color: #004192
}

.b3__theme--dark a,
.b3__theme--trader a {
    color: #ffd862
}

.b3__theme--dark a:hover,
.b3__theme--trader a:hover {
    color: #ffebaf
}

.b3__theme--light a {
    color: #0063de;
    font-weight: 700;
    letter-spacing: 0
}

.b3__theme--light a:hover {
    color: #004192
}

p {
    line-height: 1.6;
    margin-bottom: 1.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #40444d;
    margin-bottom: 1.6rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #666e7a;
    font-weight: inherit
}

.b3__theme--dark h1,
.b3__theme--dark h2,
.b3__theme--dark h3,
.b3__theme--dark h4,
.b3__theme--dark h5,
.b3__theme--dark h6,
.b3__theme--trader h1,
.b3__theme--trader h2,
.b3__theme--trader h3,
.b3__theme--trader h4,
.b3__theme--trader h5,
.b3__theme--trader h6 {
    color: #fff
}

.b3__theme--dark h1 small,
.b3__theme--dark h2 small,
.b3__theme--dark h3 small,
.b3__theme--dark h4 small,
.b3__theme--dark h5 small,
.b3__theme--dark h6 small,
.b3__theme--trader h1 small,
.b3__theme--trader h2 small,
.b3__theme--trader h3 small,
.b3__theme--trader h4 small,
.b3__theme--trader h5 small,
.b3__theme--trader h6 small {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light h1,
.b3__theme--light h2,
.b3__theme--light h3,
.b3__theme--light h4,
.b3__theme--light h5,
.b3__theme--light h6 {
    color: #40444d
}

.b3__theme--light h1 small,
.b3__theme--light h2 small,
.b3__theme--light h3 small,
.b3__theme--light h4 small,
.b3__theme--light h5 small,
.b3__theme--light h6 small {
    color: #666e7a;
    font-weight: inherit
}

.b3__text-title--1,
h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -1px
}

h1.b3__text-title--1_small {
    font-size: 2.4rem!important;
}

.b3__text-title--2,
h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.1em;
    letter-spacing: -1px
}

h2.b3__text-title--2_small {
    font-size: 1.75rem!important;
}

.b3__text-title--3,
h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -.5px
}

.b3__text-title--4,
h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0
}

.b3__text-subtitle,
h5 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25em;
    letter-spacing: 0
}

.b3__text-subtitle--small,
h6 {
    font-size: 1.1rem;
    letter-spacing: 0
}

.b3__text-body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0
}

.b3__text-body--large {
    font-size: 1.2rem;
    letter-spacing: 0
}

.b3__text-body--small {
    font-size: .9rem;
    letter-spacing: 0
}

.b3__text-body--micro {
    font-size: .8rem;
    letter-spacing: 0
}

.b3__text-overline {
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase
}

.b3__text-caption {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0
}

.b3__text-caption--large {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33em;
    letter-spacing: 0
}

.b3__text-button {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.b3__text-button--large {
    font-size: 1rem;
    letter-spacing: 1.5px
}

mark {
    background: rgba(0, 176, 230, .2)
}

.b3__theme--dark mark,
.b3__theme--trader mark {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light mark {
    color: #666e7a
}

code {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #40444d;
    background: rgba(0, 176, 230, .2)
}

.b3__theme--dark code,
.b3__theme--trader code {
    color: #fff
}

.b3__theme--light code {
    color: #40444d
}

abbr[data-original-title],
abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted #666e7a
}

.b3__theme--dark abbr[data-original-title],
.b3__theme--dark abbr[title],
.b3__theme--trader abbr[data-original-title],
.b3__theme--trader abbr[title] {
    border-bottom-color: rgba(255, 255, 255, .7)
}

.b3__theme--light abbr[data-original-title],
.b3__theme--light abbr[title] {
    border-bottom-color: #666e7a
}

html {
    font-size: 15px
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead {
    color: #40444d
}

.display-1 small,
.display-2 small,
.display-3 small,
.display-4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.lead small {
    color: #666e7a;
    font-weight: inherit
}

.b3__theme--dark .display-1,
.b3__theme--dark .display-2,
.b3__theme--dark .display-3,
.b3__theme--dark .display-4,
.b3__theme--dark .h1,
.b3__theme--dark .h2,
.b3__theme--dark .h3,
.b3__theme--dark .h4,
.b3__theme--dark .h5,
.b3__theme--dark .h6,
.b3__theme--dark .lead,
.b3__theme--trader .display-1,
.b3__theme--trader .display-2,
.b3__theme--trader .display-3,
.b3__theme--trader .display-4,
.b3__theme--trader .h1,
.b3__theme--trader .h2,
.b3__theme--trader .h3,
.b3__theme--trader .h4,
.b3__theme--trader .h5,
.b3__theme--trader .h6,
.b3__theme--trader .lead {
    color: #fff
}

.b3__theme--dark .display-1 small,
.b3__theme--dark .display-2 small,
.b3__theme--dark .display-3 small,
.b3__theme--dark .display-4 small,
.b3__theme--dark .h1 small,
.b3__theme--dark .h2 small,
.b3__theme--dark .h3 small,
.b3__theme--dark .h4 small,
.b3__theme--dark .h5 small,
.b3__theme--dark .h6 small,
.b3__theme--dark .lead small,
.b3__theme--trader .display-1 small,
.b3__theme--trader .display-2 small,
.b3__theme--trader .display-3 small,
.b3__theme--trader .display-4 small,
.b3__theme--trader .h1 small,
.b3__theme--trader .h2 small,
.b3__theme--trader .h3 small,
.b3__theme--trader .h4 small,
.b3__theme--trader .h5 small,
.b3__theme--trader .h6 small,
.b3__theme--trader .lead small {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .display-1,
.b3__theme--light .display-2,
.b3__theme--light .display-3,
.b3__theme--light .display-4,
.b3__theme--light .h1,
.b3__theme--light .h2,
.b3__theme--light .h3,
.b3__theme--light .h4,
.b3__theme--light .h5,
.b3__theme--light .h6,
.b3__theme--light .lead {
    color: #40444d
}

.b3__theme--light .display-1 small,
.b3__theme--light .display-2 small,
.b3__theme--light .display-3 small,
.b3__theme--light .display-4 small,
.b3__theme--light .h1 small,
.b3__theme--light .h2 small,
.b3__theme--light .h3 small,
.b3__theme--light .h4 small,
.b3__theme--light .h5 small,
.b3__theme--light .h6 small,
.b3__theme--light .lead small {
    color: #666e7a
}

.display-1,
.h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -1px
}

.display-2,
.h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.1em;
    letter-spacing: -1px
}

.display-3,
.h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -.5px
}

.display-4,
.h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0
}

.h5,
.lead {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25em;
    letter-spacing: 0
}

.h6 {
    font-size: 1.1rem;
    letter-spacing: 0
}

.blockquote {
    margin: 0 0 1rem;
    padding: .6rem 1.33333rem 0 1.26667rem;
    border-left: 1px solid rgba(102, 110, 122, .18);
    font-size: 1rem
}

.b3__theme--dark .blockquote,
.b3__theme--trader .blockquote {
    border-left-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .blockquote {
    border-left-color: rgba(102, 110, 122, .18)
}

cite {
    display: block;
    font-size: .86667rem
}

cite:before {
    content: "— "
}

@font-face {
    font-family: b3-icons;
    src: url(data:application/font-woff;base64,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);
    src: url(data:application/font-woff;base64,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) format("woff")
}

.b3__ico--Facebook:before,
.b3__ico--Glassdoor:before,
.b3__ico--Instagram:before,
.b3__ico--Linkedin:before,
.b3__ico--Twitter:before,
.b3__ico--YouTube:before,
.b3__ico--account_circle:before,
.b3__ico--add:before,
.b3__ico--add_circle_outline:before,
.b3__ico--add_comment:before,
.b3__ico--add_shopping_cart:before,
.b3__ico--alarm_off:before,
.b3__ico--alarm_on:before,
.b3__ico--apps:before,
.b3__ico--arrow_back:before,
.b3__ico--arrow_downward:before,
.b3__ico--arrow_drop_down:before,
.b3__ico--arrow_drop_up:before,
.b3__ico--arrow_forward:before,
.b3__ico--arrow_left:before,
.b3__ico--arrow_right:before,
.b3__ico--arrow_upward:before,
.b3__ico--attach_file:before,
.b3__ico--attach_money:before,
.b3__ico--attachment:before,
.b3__ico--autorenew:before,
.b3__ico--bar_chart:before,
.b3__ico--block:before,
.b3__ico--bookmark:before,
.b3__ico--bookmark_border:before,
.b3__ico--bookmarks:before,
.b3__ico--chat:before,
.b3__ico--chat_bubble:before,
.b3__ico--chat_bubble_outline:before,
.b3__ico--check:before,
.b3__ico--check_after:before,
.b3__ico--check_circle:before,
.b3__ico--clear:before,
.b3__ico--clear_all:before,
.b3__ico--cloud:before,
.b3__ico--cloud_done:before,
.b3__ico--cloud_download:before,
.b3__ico--cloud_off:before,
.b3__ico--cloud_upload:before,
.b3__ico--compare_arrows:before,
.b3__ico--computer:before,
.b3__ico--create_new_folder:before,
.b3__ico--credit_card:before,
.b3__ico--dashboard:before,
.b3__ico--date_range:before,
.b3__ico--delete:before,
.b3__ico--description:before,
.b3__ico--desktop_windows:before,
.b3__ico--devices:before,
.b3__ico--done_all:before,
.b3__ico--double_arrow_left:before,
.b3__ico--double_arrow_right:before,
.b3__ico--download:before,
.b3__ico--drafts:before,
.b3__ico--edit:before,
.b3__ico--error_outline:before,
.b3__ico--event_available:before,
.b3__ico--exit_to_app:before,
.b3__ico--file_copy:before,
.b3__ico--filter_list:before,
.b3__ico--fingerprint:before,
.b3__ico--first_page:before,
.b3__ico--folder:before,
.b3__ico--folder_open:before,
.b3__ico--group_add:before,
.b3__ico--help_outline:before,
.b3__ico--home:before,
.b3__ico--home_work:before,
.b3__ico--info:before,
.b3__ico--insert_chart:before,
.b3__ico--insert_drive_file:before,
.b3__ico--insert_invitation:before,
.b3__ico--keyboard:before,
.b3__ico--keyboard_arrow_down:before,
.b3__ico--keyboard_arrow_left:before,
.b3__ico--keyboard_arrow_right:before,
.b3__ico--keyboard_arrow_up:before,
.b3__ico--label:before,
.b3__ico--label_off:before,
.b3__ico--last_page:before,
.b3__ico--list:before,
.b3__ico--local_phone:before,
.b3__ico--lock:before,
.b3__ico--lock_open:before,
.b3__ico--logo:before,
.b3__ico--logout:before,
.b3__ico--mail:before,
.b3__ico--menu:before,
.b3__ico--money_off:before,
.b3__ico--mood:before,
.b3__ico--mood_bad:before,
.b3__ico--more_horiz:before,
.b3__ico--more_vert:before,
.b3__ico--note_add:before,
.b3__ico--notifications:before,
.b3__ico--notifications_off:before,
.b3__ico--open_in_new:before,
.b3__ico--people:before,
.b3__ico--person:before,
.b3__ico--person_add:before,
.b3__ico--pie_chart:before,
.b3__ico--print:before,
.b3__ico--radio_after:before,
.b3__ico--remove:before,
.b3__ico--remove_circle_outline:before,
.b3__ico--reply:before,
.b3__ico--reply_all:before,
.b3__ico--restore:before,
.b3__ico--room:before,
.b3__ico--save:before,
.b3__ico--schedule:before,
.b3__ico--school:before,
.b3__ico--search:before,
.b3__ico--send:before,
.b3__ico--sentiment_dissatisfied:before,
.b3__ico--sentiment_satisfied:before,
.b3__ico--settings:before,
.b3__ico--share:before,
.b3__ico--shopping_cart:before,
.b3__ico--smartphone:before,
.b3__ico--sort:before,
.b3__ico--speed:before,
.b3__ico--star:before,
.b3__ico--star_border:before,
.b3__ico--star_half:before,
.b3__ico--swap_horiz:before,
.b3__ico--swap_horizontal_circle:before,
.b3__ico--swap_vert:before,
.b3__ico--swap_vertical_circle:before,
.b3__ico--tablet_android:before,
.b3__ico--textsms:before,
.b3__ico--thumb_down:before,
.b3__ico--thumb_up:before,
.b3__ico--timeline:before,
.b3__ico--trending_down:before,
.b3__ico--trending_flat:before,
.b3__ico--trending_up:before,
.b3__ico--upload:before,
.b3__ico--verified_user:before,
.b3__ico--visibility:before,
.b3__ico--visibility_off:before,
.b3__ico--zoom_in:before,
.b3__ico--zoom_out:before,
.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    font-family: b3-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    vertical-align: middle
}

.b3__ico--Facebook:before {
    content: ""
}

.b3__ico--Glassdoor:before {
    content: ""
}

.b3__ico--Instagram:before {
    content: ""
}

.b3__ico--Linkedin:before {
    content: ""
}

.b3__ico--Twitter:before {
    content: ""
}

.b3__ico--YouTube:before {
    content: ""
}

.b3__ico--account_circle:before {
    content: ""
}

.b3__ico--add:before {
    content: ""
}

.b3__ico--add_circle_outline:before {
    content: ""
}

.b3__ico--add_comment:before {
    content: ""
}

.b3__ico--add_shopping_cart:before {
    content: ""
}

.b3__ico--alarm_off:before {
    content: ""
}

.b3__ico--alarm_on:before {
    content: ""
}

.b3__ico--apps:before {
    content: ""
}

.b3__ico--arrow_back:before {
    content: ""
}

.b3__ico--arrow_downward:before {
    content: ""
}

.b3__ico--arrow_drop_down:before {
    content: ""
}

.b3__ico--arrow_drop_up:before {
    content: ""
}

.b3__ico--arrow_forward:before {
    content: ""
}

.b3__ico--arrow_left:before {
    content: ""
}

.b3__ico--arrow_right:before {
    content: ""
}

.b3__ico--arrow_upward:before {
    content: ""
}

.b3__ico--attach_file:before {
    content: ""
}

.b3__ico--attach_money:before {
    content: ""
}

.b3__ico--attachment:before {
    content: ""
}

.b3__ico--autorenew:before {
    content: ""
}

.b3__ico--bar_chart:before {
    content: ""
}

.b3__ico--block:before {
    content: ""
}

.b3__ico--bookmark:before {
    content: ""
}

.b3__ico--bookmark_border:before {
    content: ""
}

.b3__ico--bookmarks:before {
    content: ""
}

.b3__ico--chat:before {
    content: ""
}

.b3__ico--chat_bubble:before {
    content: ""
}

.b3__ico--chat_bubble_outline:before {
    content: ""
}

.b3__ico--check:before {
    content: ""
}

.b3__ico--check_after:before {
    content: ""
}

.b3__ico--check_circle:before {
    content: ""
}

.b3__ico--clear:before {
    content: ""
}

.b3__ico--clear_all:before {
    content: ""
}

.b3__ico--cloud:before {
    content: ""
}

.b3__ico--cloud_done:before {
    content: ""
}

.b3__ico--cloud_download:before {
    content: ""
}

.b3__ico--cloud_off:before {
    content: ""
}

.b3__ico--cloud_upload:before {
    content: ""
}

.b3__ico--compare_arrows:before {
    content: ""
}

.b3__ico--computer:before {
    content: ""
}

.b3__ico--create_new_folder:before {
    content: ""
}

.b3__ico--credit_card:before {
    content: ""
}

.b3__ico--dashboard:before {
    content: ""
}

.b3__ico--date_range:before {
    content: ""
}

.b3__ico--delete:before {
    content: ""
}

.b3__ico--description:before {
    content: ""
}

.b3__ico--desktop_windows:before {
    content: ""
}

.b3__ico--devices:before {
    content: ""
}

.b3__ico--done_all:before {
    content: ""
}

.b3__ico--double_arrow_left:before {
    content: ""
}

.b3__ico--double_arrow_right:before {
    content: ""
}

.b3__ico--download:before {
    content: ""
}

.b3__ico--drafts:before {
    content: ""
}

.b3__ico--edit:before {
    content: ""
}

.b3__ico--error_outline:before {
    content: ""
}

.b3__ico--event_available:before {
    content: ""
}

.b3__ico--exit_to_app:before {
    content: ""
}

.b3__ico--file_copy:before {
    content: ""
}

.b3__ico--filter_list:before {
    content: ""
}

.b3__ico--fingerprint:before {
    content: ""
}

.b3__ico--first_page:before {
    content: ""
}

.b3__ico--folder:before {
    content: ""
}

.b3__ico--folder_open:before {
    content: ""
}

.b3__ico--group_add:before {
    content: ""
}

.b3__ico--help_outline:before {
    content: ""
}

.b3__ico--home:before {
    content: ""
}

.b3__ico--home_work:before {
    content: ""
}

.b3__ico--info:before {
    content: ""
}

.b3__ico--insert_chart:before {
    content: ""
}

.b3__ico--insert_drive_file:before {
    content: ""
}

.b3__ico--insert_invitation:before {
    content: ""
}

.b3__ico--keyboard:before {
    content: ""
}

.b3__ico--keyboard_arrow_down:before {
    content: ""
}

.b3__ico--keyboard_arrow_left:before {
    content: ""
}

.b3__ico--keyboard_arrow_right:before {
    content: ""
}

.b3__ico--keyboard_arrow_up:before {
    content: ""
}

.b3__ico--label:before {
    content: ""
}

.b3__ico--label_off:before {
    content: ""
}

.b3__ico--last_page:before {
    content: ""
}

.b3__ico--list:before {
    content: ""
}

.b3__ico--local_phone:before {
    content: ""
}

.b3__ico--lock:before {
    content: ""
}

.b3__ico--lock_open:before {
    content: ""
}

.b3__ico--logo:before,
.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    content: ""
}

.b3__ico--logout:before {
    content: ""
}

.b3__ico--mail:before {
    content: ""
}

.b3__ico--menu:before {
    content: ""
}

.b3__ico--money_off:before {
    content: ""
}

.b3__ico--mood:before {
    content: ""
}

.b3__ico--mood_bad:before {
    content: ""
}

.b3__ico--more_horiz:before {
    content: ""
}

.b3__ico--more_vert:before {
    content: ""
}

.b3__ico--note_add:before {
    content: ""
}

.b3__ico--notifications:before {
    content: ""
}

.b3__ico--notifications_off:before {
    content: ""
}

.b3__ico--open_in_new:before {
    content: ""
}

.b3__ico--people:before {
    content: ""
}

.b3__ico--person:before {
    content: ""
}

.b3__ico--person_add:before {
    content: ""
}

.b3__ico--pie_chart:before {
    content: ""
}

.b3__ico--print:before {
    content: ""
}

.b3__ico--radio_after:before {
    content: ""
}

.b3__ico--remove:before {
    content: ""
}

.b3__ico--remove_circle_outline:before {
    content: ""
}

.b3__ico--reply:before {
    content: ""
}

.b3__ico--reply_all:before {
    content: ""
}

.b3__ico--restore:before {
    content: ""
}

.b3__ico--room:before {
    content: ""
}

.b3__ico--save:before {
    content: ""
}

.b3__ico--schedule:before {
    content: ""
}

.b3__ico--school:before {
    content: ""
}

.b3__ico--search:before {
    content: ""
}

.b3__ico--send:before {
    content: ""
}

.b3__ico--sentiment_dissatisfied:before {
    content: ""
}

.b3__ico--sentiment_satisfied:before {
    content: ""
}

.b3__ico--settings:before {
    content: ""
}

.b3__ico--share:before {
    content: ""
}

.b3__ico--shopping_cart:before {
    content: ""
}

.b3__ico--smartphone:before {
    content: ""
}

.b3__ico--sort:before {
    content: ""
}

.b3__ico--speed:before {
    content: ""
}

.b3__ico--star:before {
    content: ""
}

.b3__ico--star_border:before {
    content: ""
}

.b3__ico--star_half:before {
    content: ""
}

.b3__ico--swap_horiz:before {
    content: ""
}

.b3__ico--swap_horizontal_circle:before {
    content: ""
}

.b3__ico--swap_vert:before {
    content: ""
}

.b3__ico--swap_vertical_circle:before {
    content: ""
}

.b3__ico--tablet_android:before {
    content: ""
}

.b3__ico--textsms:before {
    content: ""
}

.b3__ico--thumb_down:before {
    content: ""
}

.b3__ico--thumb_up:before {
    content: ""
}

.b3__ico--timeline:before {
    content: ""
}

.b3__ico--trending_down:before {
    content: ""
}

.b3__ico--trending_flat:before {
    content: ""
}

.b3__ico--trending_up:before {
    content: ""
}

.b3__ico--upload:before {
    content: ""
}

.b3__ico--verified_user:before {
    content: ""
}

.b3__ico--visibility:before {
    content: ""
}

.b3__ico--visibility_off:before {
    content: ""
}

.b3__ico--zoom_in:before {
    content: ""
}

.b3__ico--zoom_out:before {
    content: ""
}

.b3__logo,
.b3__logo--large,
.b3__logo--medium,
.b3__logo--small {
    display: inline-block;
    font-size: 3.2rem;
    width: 3.2rem;
    height: 2.88rem;
    transform: translateY(-.1rem);
    color: #003475;
    position: relative
}

.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.b3__logo.is-centered,
.is-centered.b3__logo--large,
.is-centered.b3__logo--medium,
.is-centered.b3__logo--small {
    transform: translate(-.4rem, -.1rem)
}

.b3__logo--blue {
    color: #003475
}

.b3__theme--dark .b3__logo,
.b3__theme--dark .b3__logo--large,
.b3__theme--dark .b3__logo--medium,
.b3__theme--dark .b3__logo--small,
.b3__theme--trader .b3__logo,
.b3__theme--trader .b3__logo--large,
.b3__theme--trader .b3__logo--medium,
.b3__theme--trader .b3__logo--small {
    color: #fff
}

.b3__theme--light .b3__logo,
.b3__theme--light .b3__logo--large,
.b3__theme--light .b3__logo--medium,
.b3__theme--light .b3__logo--small {
    color: #003475
}

.b3__logo--white {
    color: #fff
}

.b3__logo--large {
    font-size: 4rem;
    width: 4rem;
    height: 3.6rem;
    transform: translateY(-.13333rem)
}

.b3__logo--large.is-centered {
    transform: translate(-.53333rem, -.13333rem)
}

.b3__logo--medium {
    font-size: 3.2rem;
    width: 3.2rem;
    height: 2.88rem;
    transform: translateY(-.1rem)
}

.b3__logo--medium.is-centered {
    transform: translate(-.4rem, -.1rem)
}

.b3__logo--small {
    font-size: 2.4rem;
    width: 2.4rem;
    height: 2.16rem;
    transform: translateY(-.06667rem)
}

.b3__logo--small.is-centered {
    transform: translate(-.33333rem, -.06667rem)
}

.btn {
    position: relative;
    display: inline-block;
    padding: .8rem 3.2rem;
    border-radius: 3.2rem;
    line-height: 1.6rem;
    height: 3.2rem;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: all .8s;
    margin: 0 0 1rem;
    background-color: #666e7a;
    border: none;
    color: #fff
}

.btn:focus {
    box-shadow: 0 0 0 .13333rem rgba(0, 176, 230, .6);
    outline: 0
}

.btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.btn:focus {
    background-color: #666e7a;
    color: #fff
}

.btn.active:not(:disabled):not(.disabled) {
    background-color: #606873;
    color: #fff
}

.show>.btn.dropdown-toggle {
    background-color: #606873;
    color: #fff
}

.btn:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.btn:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.b3__theme--dark .btn,
.b3__theme--trader .btn {
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn:focus,
.b3__theme--trader .btn:focus {
    background-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.active:not(:disabled):not(.disabled) {
    background-color: rgba(208, 209, 211, .745);
    color: #002c63
}

.b3__theme--dark .btn:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .82) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .82) 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:active:not(:disabled):not(.disabled) {
    background-color: rgba(255, 255, 255, .97);
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn {
    background-color: #666e7a;
    border-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn:focus {
    background-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn.active:not(:disabled):not(.disabled) {
    background-color: #7d848e;
    color: #fff
}

.b3__theme--light .btn:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.b3__theme--light .btn:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.btn-light,
.btn-primary {
    background-color: #ffd862;
    border: none;
    color: #002c63
}

.btn-light:focus,
.btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.btn-light.active:not(:disabled):not(.disabled),
.btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #e2c25f;
    color: #002c63
}

.show>.btn-light.dropdown-toggle,
.show>.btn-primary.dropdown-toggle {
    background-color: #e2c25f;
    color: #002c63
}

.btn-light:hover:not(:disabled):not(.disabled),
.btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.btn-light:active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-light,
.b3__theme--dark .btn-primary,
.b3__theme--trader .btn-light,
.b3__theme--trader .btn-primary {
    background-color: #ffd862;
    border-color: #ffd862;
    color: #002c63
}

.b3__theme--dark .btn-light:focus,
.b3__theme--dark .btn-primary:focus,
.b3__theme--trader .btn-light:focus,
.b3__theme--trader .btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.b3__theme--dark .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #e2c25f;
    color: #002c63
}

.b3__theme--dark .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-light,
.b3__theme--light .btn-primary {
    background-color: #ffd862;
    border-color: #ffd862;
    color: #002c63
}

.b3__theme--light .btn-light:focus,
.b3__theme--light .btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.b3__theme--light .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #ffde7a;
    color: #002c63
}

.b3__theme--light .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn-dark,
.btn-info {
    background-color: #666e7a;
    border: none;
    color: #fff
}

.btn-dark:focus,
.btn-info:focus {
    background-color: #666e7a;
    color: #fff
}

.btn-dark.active:not(:disabled):not(.disabled),
.btn-info.active:not(:disabled):not(.disabled) {
    background-color: #606873;
    color: #fff
}

.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle {
    background-color: #606873;
    color: #fff
}

.btn-dark:hover:not(:disabled):not(.disabled),
.btn-info:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.btn-dark:active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.b3__theme--dark .btn-dark,
.b3__theme--dark .btn-info,
.b3__theme--trader .btn-dark,
.b3__theme--trader .btn-info {
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn-dark:focus,
.b3__theme--dark .btn-info:focus,
.b3__theme--trader .btn-dark:focus,
.b3__theme--trader .btn-info:focus {
    background-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info.active:not(:disabled):not(.disabled) {
    background-color: rgba(208, 209, 211, .745);
    color: #002c63
}

.b3__theme--dark .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .82) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .82) 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info:active:not(:disabled):not(.disabled) {
    background-color: rgba(255, 255, 255, .97);
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-dark,
.b3__theme--light .btn-info {
    background-color: #666e7a;
    border-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn-dark:focus,
.b3__theme--light .btn-info:focus {
    background-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-info.active:not(:disabled):not(.disabled) {
    background-color: #7d848e;
    color: #fff
}

.b3__theme--light .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-info:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.b3__theme--light .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-info:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.btn-success {
    background-color: #08ce79;
    border: none;
    color: #002c63
}

.btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.btn-success.active:not(:disabled):not(.disabled) {
    background-color: #10b972;
    color: #002c63
}

.show>.btn-success.dropdown-toggle {
    background-color: #10b972;
    color: #002c63
}

.btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-success,
.b3__theme--trader .btn-success {
    background-color: #08ce79;
    border-color: #08ce79;
    color: #002c63
}

.b3__theme--dark .btn-success:focus,
.b3__theme--trader .btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.b3__theme--dark .btn-success.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success.active:not(:disabled):not(.disabled) {
    background-color: #10b972;
    color: #002c63
}

.b3__theme--dark .btn-success:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-success:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-success {
    background-color: #08ce79;
    border-color: #08ce79;
    color: #002c63
}

.b3__theme--light .btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.b3__theme--light .btn-success.active:not(:disabled):not(.disabled) {
    background-color: #2dd58d;
    color: #002c63
}

.b3__theme--light .btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn-danger,
.btn-warning {
    background-color: #fa7c4a;
    border: none;
    color: #002c63
}

.btn-danger:focus,
.btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #de744a;
    color: #002c63
}

.show>.btn-danger.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
    background-color: #de744a;
    color: #002c63
}

.btn-danger:hover:not(:disabled):not(.disabled),
.btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.btn-danger:active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-danger,
.b3__theme--dark .btn-warning,
.b3__theme--trader .btn-danger,
.b3__theme--trader .btn-warning {
    background-color: #fa7c4a;
    border-color: #fa7c4a;
    color: #002c63
}

.b3__theme--dark .btn-danger:focus,
.b3__theme--dark .btn-warning:focus,
.b3__theme--trader .btn-danger:focus,
.b3__theme--trader .btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.b3__theme--dark .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #de744a;
    color: #002c63
}

.b3__theme--dark .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-danger,
.b3__theme--light .btn-warning {
    background-color: #fa7c4a;
    border-color: #fa7c4a;
    color: #002c63
}

.b3__theme--light .btn-danger:focus,
.b3__theme--light .btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.b3__theme--light .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #fb9065;
    color: #002c63
}

.b3__theme--light .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn.disabled,
.btn:disabled {
    background-color: #f6f6f7;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn.disabled:focus,
.btn:disabled:focus {
    background-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled.active:not(:disabled):not(.disabled),
.btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: #dbdbde;
    color: rgba(102, 110, 122, .4)
}

.show>.btn.disabled.dropdown-toggle,
.show>.btn:disabled.dropdown-toggle {
    background-color: #dbdbde;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled:hover:not(:disabled):not(.disabled),
.btn:disabled:hover:not(:disabled):not(.disabled) {
    background: #fafafa radial-gradient(circle, transparent 1%, #fafafa 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled:active:not(:disabled):not(.disabled),
.btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fefefe;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn.disabled,
.b3__theme--dark .btn:disabled,
.b3__theme--trader .btn.disabled,
.b3__theme--trader .btn:disabled {
    background-color: rgba(102, 110, 122, .5);
    border-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:focus,
.b3__theme--dark .btn:disabled:focus,
.b3__theme--trader .btn.disabled:focus,
.b3__theme--trader .btn:disabled:focus {
    background-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: rgba(89, 95, 106, .575);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(204, 207, 211, .7) radial-gradient(circle, transparent 1%, rgba(204, 207, 211, .7) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(250, 250, 250, .95);
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn.disabled,
.b3__theme--light .btn:disabled {
    background-color: #f6f6f7;
    border-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:focus,
.b3__theme--light .btn:disabled:focus {
    background-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: #f7f7f8;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled:hover:not(:disabled):not(.disabled) {
    background: #fafafa radial-gradient(circle, transparent 1%, #fafafa 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fefefe;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn-link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background-color: transparent;
    border: none;
    color: #0063de
}

.btn-link:focus {
    background-color: transparent;
    color: #0063de
}

.btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.btn-link:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.b3__theme--dark .btn-link,
.b3__theme--trader .btn-link {
    background-color: transparent;
    color: #ffd862
}

.b3__theme--dark .btn-link:focus,
.b3__theme--trader .btn-link:focus {
    color: #ffd862
}

.b3__theme--dark .btn-link:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #ffd862
}

.b3__theme--dark .btn-link:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #ffd862
}

.b3__theme--light .btn-link {
    background-color: transparent;
    border: none;
    color: #0063de
}

.b3__theme--light .btn-link:focus {
    background-color: transparent;
    color: #0063de
}

.b3__theme--light .btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.b3__theme--light .btn-link:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.btn-group-lg>.btn-link.btn,
.btn-link.btn-lg {
    padding-left: 2rem;
    padding-right: 2rem
}

.btn-group-sm>.btn-link.btn,
.btn-link.btn-sm {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.btn-link.disabled,
.btn-link:disabled {
    background-color: transparent;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn-link.disabled:focus,
.btn-link:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.btn-link.disabled:hover:not(:disabled):not(.disabled),
.btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn-link.disabled:active:not(:disabled):not(.disabled),
.btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn-link.disabled,
.b3__theme--dark .btn-link:disabled,
.b3__theme--trader .btn-link.disabled,
.b3__theme--trader .btn-link:disabled {
    background-color: transparent;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:focus,
.b3__theme--dark .btn-link:disabled:focus,
.b3__theme--trader .btn-link.disabled:focus,
.b3__theme--trader .btn-link:disabled:focus {
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-link:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-link:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--light .btn-link.disabled,
.b3__theme--light .btn-link:disabled {
    background-color: transparent;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.b3__theme--light .btn-link.disabled:focus,
.b3__theme--light .btn-link:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-light,
.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0063de;
    color: #0063de
}

.btn-outline-light:focus,
.btn-outline-primary:focus {
    background-color: transparent;
    color: #0063de
}

.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    border-color: #0063de
}

.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.btn-outline-light:active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.b3__theme--dark .btn-outline-light,
.b3__theme--dark .btn-outline-primary,
.b3__theme--trader .btn-outline-light,
.b3__theme--trader .btn-outline-primary {
    background-color: transparent;
    border-color: #ffd862;
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:focus,
.b3__theme--dark .btn-outline-primary:focus,
.b3__theme--trader .btn-outline-light:focus,
.b3__theme--trader .btn-outline-primary:focus {
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:focus,
.b3__theme--dark .btn-outline-light:hover,
.b3__theme--dark .btn-outline-primary:focus,
.b3__theme--dark .btn-outline-primary:hover,
.b3__theme--trader .btn-outline-light:focus,
.b3__theme--trader .btn-outline-light:hover,
.b3__theme--trader .btn-outline-primary:focus,
.b3__theme--trader .btn-outline-primary:hover {
    border-color: #ffd862
}

.b3__theme--dark .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #ffd862
}

.b3__theme--light .btn-outline-light,
.b3__theme--light .btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0063de;
    color: #0063de
}

.b3__theme--light .btn-outline-light:focus,
.b3__theme--light .btn-outline-primary:focus {
    background-color: transparent;
    color: #0063de
}

.b3__theme--light .btn-outline-light:focus,
.b3__theme--light .btn-outline-light:hover,
.b3__theme--light .btn-outline-primary:focus,
.b3__theme--light .btn-outline-primary:hover {
    border-color: #0063de
}

.b3__theme--light .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.b3__theme--light .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.btn-outline-dark,
.btn-outline-info,
.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #666e7a;
    color: #666e7a
}

.btn-outline-dark:focus,
.btn-outline-info:focus,
.btn-outline-secondary:focus {
    background-color: transparent;
    color: #666e7a
}

.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    border-color: #666e7a
}

.btn-outline-dark:hover:not(:disabled):not(.disabled),
.btn-outline-info:hover:not(:disabled):not(.disabled),
.btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #666e7a
}

.btn-outline-dark:active:not(:disabled):not(.disabled),
.btn-outline-info:active:not(:disabled):not(.disabled),
.btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #666e7a
}

.b3__theme--dark .btn-outline-dark,
.b3__theme--dark .btn-outline-info,
.b3__theme--dark .btn-outline-secondary,
.b3__theme--trader .btn-outline-dark,
.b3__theme--trader .btn-outline-info,
.b3__theme--trader .btn-outline-secondary {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:focus,
.b3__theme--dark .btn-outline-info:focus,
.b3__theme--dark .btn-outline-secondary:focus,
.b3__theme--trader .btn-outline-dark:focus,
.b3__theme--trader .btn-outline-info:focus,
.b3__theme--trader .btn-outline-secondary:focus {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:focus,
.b3__theme--dark .btn-outline-dark:hover,
.b3__theme--dark .btn-outline-info:focus,
.b3__theme--dark .btn-outline-info:hover,
.b3__theme--dark .btn-outline-secondary:focus,
.b3__theme--dark .btn-outline-secondary:hover,
.b3__theme--trader .btn-outline-dark:focus,
.b3__theme--trader .btn-outline-dark:hover,
.b3__theme--trader .btn-outline-info:focus,
.b3__theme--trader .btn-outline-info:hover,
.b3__theme--trader .btn-outline-secondary:focus,
.b3__theme--trader .btn-outline-secondary:hover {
    border-color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn-outline-dark,
.b3__theme--light .btn-outline-info,
.b3__theme--light .btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #666e7a;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:focus,
.b3__theme--light .btn-outline-info:focus,
.b3__theme--light .btn-outline-secondary:focus {
    background-color: transparent;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:focus,
.b3__theme--light .btn-outline-dark:hover,
.b3__theme--light .btn-outline-info:focus,
.b3__theme--light .btn-outline-info:hover,
.b3__theme--light .btn-outline-secondary:focus,
.b3__theme--light .btn-outline-secondary:hover {
    border-color: #666e7a
}

.b3__theme--light .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #666e7a
}

.btn-outline-success {
    background-color: transparent;
    border: 1px solid #08ce79;
    color: #008750
}

.btn-outline-success:focus {
    background-color: transparent;
    color: #008750
}

.btn-outline-success:focus,
.btn-outline-success:hover {
    border-color: #08ce79
}

.btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #008750
}

.btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #008750
}

.b3__theme--dark .btn-outline-success,
.b3__theme--trader .btn-outline-success {
    background-color: transparent;
    border-color: #08ce79;
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:focus,
.b3__theme--trader .btn-outline-success:focus {
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:focus,
.b3__theme--dark .btn-outline-success:hover,
.b3__theme--trader .btn-outline-success:focus,
.b3__theme--trader .btn-outline-success:hover {
    border-color: #08ce79
}

.b3__theme--dark .btn-outline-success:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #08ce79
}

.b3__theme--light .btn-outline-success {
    background-color: transparent;
    border: 1px solid #08ce79;
    color: #008750
}

.b3__theme--light .btn-outline-success:focus {
    background-color: transparent;
    color: #008750
}

.b3__theme--light .btn-outline-success:focus,
.b3__theme--light .btn-outline-success:hover {
    border-color: #08ce79
}

.b3__theme--light .btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #008750
}

.b3__theme--light .btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #008750
}

.btn-outline-danger,
.btn-outline-warning {
    background-color: transparent;
    border: 1px solid #fa7c4a;
    color: #c40
}

.btn-outline-danger:focus,
.btn-outline-warning:focus {
    background-color: transparent;
    color: #c40
}

.btn-outline-danger:focus,
.btn-outline-danger:hover,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    border-color: #fa7c4a
}

.btn-outline-danger:hover:not(:disabled):not(.disabled),
.btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #c40
}

.btn-outline-danger:active:not(:disabled):not(.disabled),
.btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #c40
}

.b3__theme--dark .btn-outline-danger,
.b3__theme--dark .btn-outline-warning,
.b3__theme--trader .btn-outline-danger,
.b3__theme--trader .btn-outline-warning {
    background-color: transparent;
    border-color: #fa7c4a;
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:focus,
.b3__theme--dark .btn-outline-warning:focus,
.b3__theme--trader .btn-outline-danger:focus,
.b3__theme--trader .btn-outline-warning:focus {
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:focus,
.b3__theme--dark .btn-outline-danger:hover,
.b3__theme--dark .btn-outline-warning:focus,
.b3__theme--dark .btn-outline-warning:hover,
.b3__theme--trader .btn-outline-danger:focus,
.b3__theme--trader .btn-outline-danger:hover,
.b3__theme--trader .btn-outline-warning:focus,
.b3__theme--trader .btn-outline-warning:hover {
    border-color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #fa7c4a
}

.b3__theme--light .btn-outline-danger,
.b3__theme--light .btn-outline-warning {
    background-color: transparent;
    border: 1px solid #fa7c4a;
    color: #c40
}

.b3__theme--light .btn-outline-danger:focus,
.b3__theme--light .btn-outline-warning:focus {
    background-color: transparent;
    color: #c40
}

.b3__theme--light .btn-outline-danger:focus,
.b3__theme--light .btn-outline-danger:hover,
.b3__theme--light .btn-outline-warning:focus,
.b3__theme--light .btn-outline-warning:hover {
    border-color: #fa7c4a
}

.b3__theme--light .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #c40
}

.b3__theme--light .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #c40
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    border: 1px solid #f6f6f7;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled:focus,
.btn-outline-dark.disabled:focus,
.btn-outline-dark:disabled:focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled:focus,
.btn-outline-light.disabled:focus,
.btn-outline-light:disabled:focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled:focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled:focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:hover,
.btn-outline-dark:disabled:focus,
.btn-outline-dark:disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:hover,
.btn-outline-light:disabled:focus,
.btn-outline-light:disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #f6f6f7
}

.btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn-outline-danger.disabled,
.b3__theme--dark .btn-outline-danger:disabled,
.b3__theme--dark .btn-outline-dark.disabled,
.b3__theme--dark .btn-outline-dark:disabled,
.b3__theme--dark .btn-outline-info.disabled,
.b3__theme--dark .btn-outline-info:disabled,
.b3__theme--dark .btn-outline-light.disabled,
.b3__theme--dark .btn-outline-light:disabled,
.b3__theme--dark .btn-outline-primary.disabled,
.b3__theme--dark .btn-outline-primary:disabled,
.b3__theme--dark .btn-outline-secondary.disabled,
.b3__theme--dark .btn-outline-secondary:disabled,
.b3__theme--dark .btn-outline-success.disabled,
.b3__theme--dark .btn-outline-success:disabled,
.b3__theme--dark .btn-outline-warning.disabled,
.b3__theme--dark .btn-outline-warning:disabled,
.b3__theme--trader .btn-outline-danger.disabled,
.b3__theme--trader .btn-outline-danger:disabled,
.b3__theme--trader .btn-outline-dark.disabled,
.b3__theme--trader .btn-outline-dark:disabled,
.b3__theme--trader .btn-outline-info.disabled,
.b3__theme--trader .btn-outline-info:disabled,
.b3__theme--trader .btn-outline-light.disabled,
.b3__theme--trader .btn-outline-light:disabled,
.b3__theme--trader .btn-outline-primary.disabled,
.b3__theme--trader .btn-outline-primary:disabled,
.b3__theme--trader .btn-outline-secondary.disabled,
.b3__theme--trader .btn-outline-secondary:disabled,
.b3__theme--trader .btn-outline-success.disabled,
.b3__theme--trader .btn-outline-success:disabled,
.b3__theme--trader .btn-outline-warning.disabled,
.b3__theme--trader .btn-outline-warning:disabled {
    background-color: transparent;
    border-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:focus,
.b3__theme--dark .btn-outline-danger:disabled:focus,
.b3__theme--dark .btn-outline-dark.disabled:focus,
.b3__theme--dark .btn-outline-dark:disabled:focus,
.b3__theme--dark .btn-outline-info.disabled:focus,
.b3__theme--dark .btn-outline-info:disabled:focus,
.b3__theme--dark .btn-outline-light.disabled:focus,
.b3__theme--dark .btn-outline-light:disabled:focus,
.b3__theme--dark .btn-outline-primary.disabled:focus,
.b3__theme--dark .btn-outline-primary:disabled:focus,
.b3__theme--dark .btn-outline-secondary.disabled:focus,
.b3__theme--dark .btn-outline-secondary:disabled:focus,
.b3__theme--dark .btn-outline-success.disabled:focus,
.b3__theme--dark .btn-outline-success:disabled:focus,
.b3__theme--dark .btn-outline-warning.disabled:focus,
.b3__theme--dark .btn-outline-warning:disabled:focus,
.b3__theme--trader .btn-outline-danger.disabled:focus,
.b3__theme--trader .btn-outline-danger:disabled:focus,
.b3__theme--trader .btn-outline-dark.disabled:focus,
.b3__theme--trader .btn-outline-dark:disabled:focus,
.b3__theme--trader .btn-outline-info.disabled:focus,
.b3__theme--trader .btn-outline-info:disabled:focus,
.b3__theme--trader .btn-outline-light.disabled:focus,
.b3__theme--trader .btn-outline-light:disabled:focus,
.b3__theme--trader .btn-outline-primary.disabled:focus,
.b3__theme--trader .btn-outline-primary:disabled:focus,
.b3__theme--trader .btn-outline-secondary.disabled:focus,
.b3__theme--trader .btn-outline-secondary:disabled:focus,
.b3__theme--trader .btn-outline-success.disabled:focus,
.b3__theme--trader .btn-outline-success:disabled:focus,
.b3__theme--trader .btn-outline-warning.disabled:focus,
.b3__theme--trader .btn-outline-warning:disabled:focus {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:focus,
.b3__theme--dark .btn-outline-danger.disabled:hover,
.b3__theme--dark .btn-outline-danger:disabled:focus,
.b3__theme--dark .btn-outline-danger:disabled:hover,
.b3__theme--dark .btn-outline-dark.disabled:focus,
.b3__theme--dark .btn-outline-dark.disabled:hover,
.b3__theme--dark .btn-outline-dark:disabled:focus,
.b3__theme--dark .btn-outline-dark:disabled:hover,
.b3__theme--dark .btn-outline-info.disabled:focus,
.b3__theme--dark .btn-outline-info.disabled:hover,
.b3__theme--dark .btn-outline-info:disabled:focus,
.b3__theme--dark .btn-outline-info:disabled:hover,
.b3__theme--dark .btn-outline-light.disabled:focus,
.b3__theme--dark .btn-outline-light.disabled:hover,
.b3__theme--dark .btn-outline-light:disabled:focus,
.b3__theme--dark .btn-outline-light:disabled:hover,
.b3__theme--dark .btn-outline-primary.disabled:focus,
.b3__theme--dark .btn-outline-primary.disabled:hover,
.b3__theme--dark .btn-outline-primary:disabled:focus,
.b3__theme--dark .btn-outline-primary:disabled:hover,
.b3__theme--dark .btn-outline-secondary.disabled:focus,
.b3__theme--dark .btn-outline-secondary.disabled:hover,
.b3__theme--dark .btn-outline-secondary:disabled:focus,
.b3__theme--dark .btn-outline-secondary:disabled:hover,
.b3__theme--dark .btn-outline-success.disabled:focus,
.b3__theme--dark .btn-outline-success.disabled:hover,
.b3__theme--dark .btn-outline-success:disabled:focus,
.b3__theme--dark .btn-outline-success:disabled:hover,
.b3__theme--dark .btn-outline-warning.disabled:focus,
.b3__theme--dark .btn-outline-warning.disabled:hover,
.b3__theme--dark .btn-outline-warning:disabled:focus,
.b3__theme--dark .btn-outline-warning:disabled:hover,
.b3__theme--trader .btn-outline-danger.disabled:focus,
.b3__theme--trader .btn-outline-danger.disabled:hover,
.b3__theme--trader .btn-outline-danger:disabled:focus,
.b3__theme--trader .btn-outline-danger:disabled:hover,
.b3__theme--trader .btn-outline-dark.disabled:focus,
.b3__theme--trader .btn-outline-dark.disabled:hover,
.b3__theme--trader .btn-outline-dark:disabled:focus,
.b3__theme--trader .btn-outline-dark:disabled:hover,
.b3__theme--trader .btn-outline-info.disabled:focus,
.b3__theme--trader .btn-outline-info.disabled:hover,
.b3__theme--trader .btn-outline-info:disabled:focus,
.b3__theme--trader .btn-outline-info:disabled:hover,
.b3__theme--trader .btn-outline-light.disabled:focus,
.b3__theme--trader .btn-outline-light.disabled:hover,
.b3__theme--trader .btn-outline-light:disabled:focus,
.b3__theme--trader .btn-outline-light:disabled:hover,
.b3__theme--trader .btn-outline-primary.disabled:focus,
.b3__theme--trader .btn-outline-primary.disabled:hover,
.b3__theme--trader .btn-outline-primary:disabled:focus,
.b3__theme--trader .btn-outline-primary:disabled:hover,
.b3__theme--trader .btn-outline-secondary.disabled:focus,
.b3__theme--trader .btn-outline-secondary.disabled:hover,
.b3__theme--trader .btn-outline-secondary:disabled:focus,
.b3__theme--trader .btn-outline-secondary:disabled:hover,
.b3__theme--trader .btn-outline-success.disabled:focus,
.b3__theme--trader .btn-outline-success.disabled:hover,
.b3__theme--trader .btn-outline-success:disabled:focus,
.b3__theme--trader .btn-outline-success:disabled:hover,
.b3__theme--trader .btn-outline-warning.disabled:focus,
.b3__theme--trader .btn-outline-warning.disabled:hover,
.b3__theme--trader .btn-outline-warning:disabled:focus,
.b3__theme--trader .btn-outline-warning:disabled:hover {
    border-color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn-outline-danger.disabled,
.b3__theme--light .btn-outline-danger:disabled,
.b3__theme--light .btn-outline-dark.disabled,
.b3__theme--light .btn-outline-dark:disabled,
.b3__theme--light .btn-outline-info.disabled,
.b3__theme--light .btn-outline-info:disabled,
.b3__theme--light .btn-outline-light.disabled,
.b3__theme--light .btn-outline-light:disabled,
.b3__theme--light .btn-outline-primary.disabled,
.b3__theme--light .btn-outline-primary:disabled,
.b3__theme--light .btn-outline-secondary.disabled,
.b3__theme--light .btn-outline-secondary:disabled,
.b3__theme--light .btn-outline-success.disabled,
.b3__theme--light .btn-outline-success:disabled,
.b3__theme--light .btn-outline-warning.disabled,
.b3__theme--light .btn-outline-warning:disabled {
    background-color: transparent;
    border: 1px solid #f6f6f7;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.b3__theme--light .btn-outline-danger.disabled:focus,
.b3__theme--light .btn-outline-danger:disabled:focus,
.b3__theme--light .btn-outline-dark.disabled:focus,
.b3__theme--light .btn-outline-dark:disabled:focus,
.b3__theme--light .btn-outline-info.disabled:focus,
.b3__theme--light .btn-outline-info:disabled:focus,
.b3__theme--light .btn-outline-light.disabled:focus,
.b3__theme--light .btn-outline-light:disabled:focus,
.b3__theme--light .btn-outline-primary.disabled:focus,
.b3__theme--light .btn-outline-primary:disabled:focus,
.b3__theme--light .btn-outline-secondary.disabled:focus,
.b3__theme--light .btn-outline-secondary:disabled:focus,
.b3__theme--light .btn-outline-success.disabled:focus,
.b3__theme--light .btn-outline-success:disabled:focus,
.b3__theme--light .btn-outline-warning.disabled:focus,
.b3__theme--light .btn-outline-warning:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-outline-danger.disabled:focus,
.b3__theme--light .btn-outline-danger.disabled:hover,
.b3__theme--light .btn-outline-danger:disabled:focus,
.b3__theme--light .btn-outline-danger:disabled:hover,
.b3__theme--light .btn-outline-dark.disabled:focus,
.b3__theme--light .btn-outline-dark.disabled:hover,
.b3__theme--light .btn-outline-dark:disabled:focus,
.b3__theme--light .btn-outline-dark:disabled:hover,
.b3__theme--light .btn-outline-info.disabled:focus,
.b3__theme--light .btn-outline-info.disabled:hover,
.b3__theme--light .btn-outline-info:disabled:focus,
.b3__theme--light .btn-outline-info:disabled:hover,
.b3__theme--light .btn-outline-light.disabled:focus,
.b3__theme--light .btn-outline-light.disabled:hover,
.b3__theme--light .btn-outline-light:disabled:focus,
.b3__theme--light .btn-outline-light:disabled:hover,
.b3__theme--light .btn-outline-primary.disabled:focus,
.b3__theme--light .btn-outline-primary.disabled:hover,
.b3__theme--light .btn-outline-primary:disabled:focus,
.b3__theme--light .btn-outline-primary:disabled:hover,
.b3__theme--light .btn-outline-secondary.disabled:focus,
.b3__theme--light .btn-outline-secondary.disabled:hover,
.b3__theme--light .btn-outline-secondary:disabled:focus,
.b3__theme--light .btn-outline-secondary:disabled:hover,
.b3__theme--light .btn-outline-success.disabled:focus,
.b3__theme--light .btn-outline-success.disabled:hover,
.b3__theme--light .btn-outline-success:disabled:focus,
.b3__theme--light .btn-outline-success:disabled:hover,
.b3__theme--light .btn-outline-warning.disabled:focus,
.b3__theme--light .btn-outline-warning.disabled:hover,
.b3__theme--light .btn-outline-warning:disabled:focus,
.b3__theme--light .btn-outline-warning:disabled:hover {
    border-color: #f6f6f7
}

.b3__theme--light .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .8rem
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .8rem
}

.btn[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 3.2rem;
    height: 3.2rem
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 6.4rem;
    padding-right: 3.2rem
}

.btn.dropdown-toggle[class*=b3__btn-with-icon--left].btn-link {
    padding-left: 2.8rem;
    padding-right: 2.8rem
}

.btn.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    font-family: b3-icons;
    border: 0;
    right: .8rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    transition: .3s all ease-out
}

.btn-group-lg>.btn,
.btn-group.btn-group-lg>.btn,
.btn-lg {
    padding: 1rem 4rem;
    border-radius: 4rem;
    line-height: 2rem;
    height: 4rem;
    font-size: 1rem;
    letter-spacing: 1.5px
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: 1rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: 1rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only],
.btn-lg[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 4rem;
    height: 4rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-group-lg>.dropdown-toggle.btn[class*=b3__btn-with-icon--only],
.btn-lg.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 8rem;
    padding-right: 4rem
}

.btn-group-lg>.dropdown-toggle.btn:after,
.btn-lg.dropdown-toggle:after {
    right: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-sm>.btn,
.btn-group.btn-group-sm>.btn,
.btn-sm {
    padding: .6rem 2.4rem;
    border-radius: 2.4rem;
    line-height: 1.2rem;
    height: 2.4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--only],
.btn-sm[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 2.4rem;
    height: 2.4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-group-sm>.dropdown-toggle.btn[class*=b3__btn-with-icon--only],
.btn-sm.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 4.8rem;
    padding-right: 2.4rem
}

.btn-group-sm>.dropdown-toggle.btn:after,
.btn-sm.dropdown-toggle:after {
    right: .4rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.dropdown.show .btn {
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.dropdown.show .btn:after {
    transform: rotate(180deg) translateY(50%)
}

.dropdown .dropdown-menu {
    width: 100%
}

.btn-group>.btn {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

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

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

.btn-group>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 1.6rem
}

.btn-group>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 1.6rem
}

.btn-group>.btn-outline-danger:not(:first-child),
.btn-group>.btn-outline-dark:not(:first-child),
.btn-group>.btn-outline-info:not(:first-child),
.btn-group>.btn-outline-light:not(:first-child),
.btn-group>.btn-outline-primary:not(:first-child),
.btn-group>.btn-outline-secondary:not(:first-child),
.btn-group>.btn-outline-success:not(:first-child),
.btn-group>.btn-outline-warning:not(:first-child) {
    border-left-width: 0
}

.btn-group>.btn-outline-danger:not(:last-child),
.btn-group>.btn-outline-dark:not(:last-child),
.btn-group>.btn-outline-info:not(:last-child),
.btn-group>.btn-outline-light:not(:last-child),
.btn-group>.btn-outline-primary:not(:last-child),
.btn-group>.btn-outline-secondary:not(:last-child),
.btn-group>.btn-outline-success:not(:last-child),
.btn-group>.btn-outline-warning:not(:last-child) {
    border-right-width: 0
}

.btn-group>.btn-group>.btn {
    border-radius: 0
}

.btn-group>.btn-group>.btn.dropdown-toggle {
    padding-right: 3.2rem!important
}

.btn-group>.btn-group:first-child>.btn.dropdown-toggle {
    border-top-left-radius: 3.2rem;
    border-bottom-left-radius: 3.2rem
}

.btn-group>.btn-group:last-child>.btn.dropdown-toggle {
    border-top-right-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem
}

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

.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    padding-right: 1.6rem
}

.btn-group.btn-group-sm>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 1.2rem
}

.btn-group.btn-group-sm>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 1.2rem
}

.btn-group.btn-group-lg>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 2rem
}

.btn-group.btn-group-lg>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 2rem
}

.btn-group-vertical>.btn {
    margin-bottom: 0
}

.btn-group-vertical>.btn:first-child {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.btn-group-vertical>.btn:last-child {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.btn-group-vertical>.btn-group>.btn {
    padding-left: 3.2rem!important;
    padding-right: 3.2rem!important
}

.btn-group-vertical>.btn-group:first-child>.btn {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.btn-group-vertical>.btn-group:last-child>.btn {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: rgba(102, 110, 122, .18);
    height: .4rem;
    border-radius: .4rem;
    opacity: 1
}

.b3__theme--dark .custom-range,
.b3__theme--trader .custom-range {
    background: rgba(255, 255, 255, .15)
}

.custom-range::-webkit-slider-runnable-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-moz-range-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-fill-upper {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-fill-lower {
    background: #00b0e6;
    opacity: .5;
    height: .4rem;
    border-radius: .4rem
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range:hover::-webkit-slider-thumb {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-range:hover::-moz-range-thumb {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-range:focus {
    box-shadow: none!important;
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.custom-range:focus::-moz-range-thumb {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.custom-range:disabled::-webkit-slider-thumb {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.custom-range:disabled::-moz-range-thumb {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.custom-range::-webkit-slider-thumb {
    margin-top: -.6rem
}

.custom-range::-moz-range-thumb {
    margin-top: -.6rem
}

.custom-range::-ms-thumb {
    margin-top: -.6rem
}


/*! nouislider - 14.1.0 - 12/4/2019 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-target {
    width: 100%;
    background: rgba(102, 110, 122, .18);
    height: .4rem;
    border-radius: .4rem;
    border: 0;
    box-shadow: none;
    margin: 2.25rem 0 5rem
}

.b3__theme--dark .noUi-target,
.b3__theme--trader .noUi-target {
    background: rgba(255, 255, 255, .15)
}

.noUi-connect {
    background: #00b0e6;
    opacity: .5;
    height: .4rem;
    border-radius: .4rem
}

.noUi-handle {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1);
    right: -9px!important
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.noUi-handle:hover {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.noUi-handle:focus {
    outline: 0
}

.noUi-handle:focus:active {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.noUi-marker-large,
.noUi-marker-normal {
    background: rgba(102, 110, 122, .4);
    opacity: .5
}

.b3__theme--dark .noUi-marker-large,
.b3__theme--dark .noUi-marker-normal,
.b3__theme--trader .noUi-marker-large,
.b3__theme--trader .noUi-marker-normal {
    background: rgba(255, 255, 255, .15);
    opacity: 1
}

.noUi-marker-horizontal.noUi-marker {
    width: 1px;
    height: .5rem
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 1rem
}

.noUi-value-horizontal {
    margin-top: .4rem;
    font-size: .8rem;
    letter-spacing: 0;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .noUi-value-horizontal,
.b3__theme--trader .noUi-value-horizontal {
    color: rgba(255, 255, 255, .7)
}

.noUi-value-horizontal:last-child {
    transform: translate(-90%, 50%)
}

.noUi-tooltip {
    border: none;
    background: 0 0;
    color: #00b0e6;
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase
}

.noUi-target[disabled] .noUi-connect {
    background: rgba(102, 110, 122, .5);
    opacity: .4
}

.b3__theme--dark .noUi-target[disabled] .noUi-connect,
.b3__theme--trader .noUi-target[disabled] .noUi-connect {
    opacity: 1
}

.noUi-target[disabled] .noUi-handle {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.noUi-target[disabled] .noUi-tooltip {
    color: #a2a8b1
}

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

.custom-switch .custom-control-label {
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 2.6rem
}

.b3__theme--dark .custom-switch .custom-control-label,
.b3__theme--trader .custom-switch .custom-control-label {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .custom-switch .custom-control-label {
    color: #666e7a
}

.custom-switch .custom-control-label:before {
    left: -3.6rem;
    width: 2.8rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #00b0e6;
    transition: all .2s ease;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    background: #fff
}

.b3__theme--dark .custom-switch .custom-control-label:before,
.b3__theme--trader .custom-switch .custom-control-label:before {
    background: #002c63
}

.b3__theme--trader .custom-switch .custom-control-label:before {
    background: #1e2023
}

.custom-switch .custom-control-label:after {
    left: -3.2rem;
    width: .8rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #00b0e6;
    transition: all .2s ease
}

.custom-switch .custom-control-label:hover:before {
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-switch .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 176, 230, .6)
}

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

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff
}

.custom-switch .custom-control-input:disabled~.custom-control-label {
    cursor: not-allowed
}

.custom-switch .custom-control-input:disabled~.custom-control-label:hover:before {
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2)
}

.custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #fff;
    border-color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .custom-switch .custom-control-input:disabled~.custom-control-label:before,
.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #002c63;
    border-color: rgba(255, 255, 255, .25)
}

.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #1e2023
}

.custom-switch .custom-control-input:disabled~.custom-control-label:after {
    left: -2rem;
    background: rgba(102, 110, 122, .4)
}

.b3__theme--dark .custom-switch .custom-control-input:disabled~.custom-control-label:after,
.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:after {
    background: rgba(255, 255, 255, .25)
}

.b3__form-control,
.b3__form-file,
.b3__form-select {
    position: relative !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    transition: all .8s !important;
    background: rgba(246, 246, 247, .88) !important;
}

.b3__theme--dark .b3__form-control,
.b3__theme--dark .b3__form-file,
.b3__theme--dark .b3__form-select,
.b3__theme--trader .b3__form-control,
.b3__theme--trader .b3__form-file,
.b3__theme--trader .b3__form-select {
    background: rgba(0, 57, 112, .92) !important;
}

.b3__theme--trader .b3__form-control,
.b3__theme--trader .b3__form-file,
.b3__theme--trader .b3__form-select {
    background: rgba(26, 50, 59, .9) !important;
}

.b3__theme--light .b3__form-control,
.b3__theme--light .b3__form-file,
.b3__theme--light .b3__form-select {
    background: rgba(246, 246, 247, .88) !important;
}

.b3__form-control.is-focused,
.b3__form-select.is-focused,
.is-focused.b3__form-file {
    background-color: rgba(128, 216, 243, .28) !important;
}

.b3__theme--dark .b3__form-control.is-focused,
.b3__theme--dark .b3__form-select.is-focused,
.b3__theme--dark .is-focused.b3__form-file,
.b3__theme--trader .b3__form-control.is-focused,
.b3__theme--trader .b3__form-select.is-focused,
.b3__theme--trader .is-focused.b3__form-file {
    background-color: rgba(0, 127, 182, .68) !important;
}

.b3__theme--trader .b3__form-control.is-focused,
.b3__theme--trader .b3__form-select.is-focused,
.b3__theme--trader .is-focused.b3__form-file {
    background-color: rgba(11, 123, 158, .68) !important;
}

.b3__theme--light .b3__form-control.is-focused,
.b3__theme--light .b3__form-select.is-focused,
.b3__theme--light .is-focused.b3__form-file {
    background-color: rgba(128, 216, 243, .28) !important;
}

.b3__form-control:before,
.b3__form-file:before,
.b3__form-select:before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    height: .13333rem !important;
    width: 0 !important;
    left: 50% !important;
    background: #00b0e6 !important;
    transition: all .4s ease-in-out !important;
}

.b3__form-control:before,
.b3__form-file:before,
.b3__form-select:before {
    transform: translateX(-50%) !important;
}

.b3__form-control:hover:not(.is-disabled),
.b3__form-file:hover:not(.is-disabled),
.b3__form-select:hover:not(.is-disabled) {
    background: rgba(230, 247, 253, .6) radial-gradient(circle, transparent 1%, rgba(230, 247, 253, .6) 1%) center/15000% !important;
}

.b3__theme--dark .b3__form-control:hover:not(.is-disabled),
.b3__theme--dark .b3__form-file:hover:not(.is-disabled),
.b3__theme--dark .b3__form-select:hover:not(.is-disabled),
.b3__theme--trader .b3__form-control:hover:not(.is-disabled),
.b3__theme--trader .b3__form-file:hover:not(.is-disabled),
.b3__theme--trader .b3__form-select:hover:not(.is-disabled) {
    background: rgba(0, 84, 138, .8) radial-gradient(circle, transparent 1%, rgba(0, 84, 138, .8) 1%) center/15000% !important;
}

.b3__theme--trader .b3__form-control:hover:not(.is-disabled),
.b3__theme--trader .b3__form-file:hover:not(.is-disabled),
.b3__theme--trader .b3__form-select:hover:not(.is-disabled) {
    background: rgba(21, 75, 94, .8) radial-gradient(circle, transparent 1%, rgba(21, 75, 94, .8) 1%) center/15000% !important;
}

.b3__theme--light .b3__form-control:hover:not(.is-disabled),
.b3__theme--light .b3__form-file:hover:not(.is-disabled),
.b3__theme--light .b3__form-select:hover:not(.is-disabled) {
    background: rgba(230, 247, 253, .6) radial-gradient(circle, transparent 1%, rgba(230, 247, 253, .6) 1%) center/15000% !important;
}

.b3__form-control label,
.b3__form-file label,
.b3__form-select label {
    position: absolute !important;
    left: .8rem !important;
    font-weight: 400 !important;
    font-size: .9rem !important;
    line-height: 1.62em !important;
    letter-spacing: 0 !important;
    transition: .2s all ease !important;
    cursor: pointer !important;
    color: #666e7a !important;
    pointer-events: none !important;
}

.b3__theme--dark .b3__form-control label,
.b3__theme--dark .b3__form-file label,
.b3__theme--dark .b3__form-select label,
.b3__theme--trader .b3__form-control label,
.b3__theme--trader .b3__form-file label,
.b3__theme--trader .b3__form-select label {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control label,
.b3__theme--light .b3__form-file label,
.b3__theme--light .b3__form-select label {
    color: #666e7a !important;
}

.b3__form-control input,
.b3__form-control select,
.b3__form-control textarea,
.b3__form-file input,
.b3__form-file select,
.b3__form-file textarea,
.b3__form-select input,
.b3__form-select select,
.b3__form-select textarea {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #00b0e6 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    padding: 1.2rem .8rem 0!important;
    transition: .2s all ease!important;
    cursor: pointer!important;
    color: #40444d!important;
    border-color: #00b0e6!important;
    margin: 0!important;
    width: 100%!important;
}

.b3__theme--dark .b3__form-control input,
.b3__theme--dark .b3__form-control select,
.b3__theme--dark .b3__form-control textarea,
.b3__theme--dark .b3__form-file input,
.b3__theme--dark .b3__form-file select,
.b3__theme--dark .b3__form-file textarea,
.b3__theme--dark .b3__form-select input,
.b3__theme--dark .b3__form-select select,
.b3__theme--dark .b3__form-select textarea,
.b3__theme--trader .b3__form-control input,
.b3__theme--trader .b3__form-control select,
.b3__theme--trader .b3__form-control textarea,
.b3__theme--trader .b3__form-file input,
.b3__theme--trader .b3__form-file select,
.b3__theme--trader .b3__form-file textarea,
.b3__theme--trader .b3__form-select input,
.b3__theme--trader .b3__form-select select,
.b3__theme--trader .b3__form-select textarea {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .7)!important;
}

.b3__theme--light .b3__form-control input,
.b3__theme--light .b3__form-control select,
.b3__theme--light .b3__form-control textarea,
.b3__theme--light .b3__form-file input,
.b3__theme--light .b3__form-file select,
.b3__theme--light .b3__form-file textarea,
.b3__theme--light .b3__form-select input,
.b3__theme--light .b3__form-select select,
.b3__theme--light .b3__form-select textarea {
    color: #40444d !important;
    border-color: #00b0e6!important
}

.b3__form-control input:-webkit-autofill,
.b3__form-control input:-webkit-autofill:focus,
.b3__form-control input:-webkit-autofill:hover,
.b3__form-control select:-webkit-autofill,
.b3__form-control select:-webkit-autofill:focus,
.b3__form-control select:-webkit-autofill:hover,
.b3__form-control textarea:-webkit-autofill,
.b3__form-control textarea:-webkit-autofill:focus,
.b3__form-control textarea:-webkit-autofill:hover,
.b3__form-file input:-webkit-autofill,
.b3__form-file input:-webkit-autofill:focus,
.b3__form-file input:-webkit-autofill:hover,
.b3__form-file select:-webkit-autofill,
.b3__form-file select:-webkit-autofill:focus,
.b3__form-file select:-webkit-autofill:hover,
.b3__form-file textarea:-webkit-autofill,
.b3__form-file textarea:-webkit-autofill:focus,
.b3__form-file textarea:-webkit-autofill:hover,
.b3__form-select input:-webkit-autofill,
.b3__form-select input:-webkit-autofill:focus,
.b3__form-select input:-webkit-autofill:hover,
.b3__form-select select:-webkit-autofill,
.b3__form-select select:-webkit-autofill:focus,
.b3__form-select select:-webkit-autofill:hover,
.b3__form-select textarea:-webkit-autofill,
.b3__form-select textarea:-webkit-autofill:focus,
.b3__form-select textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset !important;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #40444d !important;
}

.b3__theme--dark .b3__form-control input:-webkit-autofill,
.b3__theme--dark .b3__form-control input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-control select:-webkit-autofill,
.b3__theme--dark .b3__form-control select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file input:-webkit-autofill,
.b3__theme--dark .b3__form-file input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file select:-webkit-autofill,
.b3__theme--dark .b3__form-file select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select input:-webkit-autofill,
.b3__theme--dark .b3__form-select input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select select:-webkit-autofill,
.b3__theme--dark .b3__form-select select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control input:-webkit-autofill,
.b3__theme--trader .b3__form-control input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control select:-webkit-autofill,
.b3__theme--trader .b3__form-control select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file input:-webkit-autofill,
.b3__theme--trader .b3__form-file input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file select:-webkit-autofill,
.b3__theme--trader .b3__form-file select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select input:-webkit-autofill,
.b3__theme--trader .b3__form-select input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select select:-webkit-autofill,
.b3__theme--trader .b3__form-select select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, .1) inset !important;
}

.b3__theme--light .b3__form-control input:-webkit-autofill,
.b3__theme--light .b3__form-control input:-webkit-autofill:focus,
.b3__theme--light .b3__form-control input:-webkit-autofill:hover,
.b3__theme--light .b3__form-control select:-webkit-autofill,
.b3__theme--light .b3__form-control select:-webkit-autofill:focus,
.b3__theme--light .b3__form-control select:-webkit-autofill:hover,
.b3__theme--light .b3__form-control textarea:-webkit-autofill,
.b3__theme--light .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--light .b3__form-file input:-webkit-autofill,
.b3__theme--light .b3__form-file input:-webkit-autofill:focus,
.b3__theme--light .b3__form-file input:-webkit-autofill:hover,
.b3__theme--light .b3__form-file select:-webkit-autofill,
.b3__theme--light .b3__form-file select:-webkit-autofill:focus,
.b3__theme--light .b3__form-file select:-webkit-autofill:hover,
.b3__theme--light .b3__form-file textarea:-webkit-autofill,
.b3__theme--light .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--light .b3__form-select input:-webkit-autofill,
.b3__theme--light .b3__form-select input:-webkit-autofill:focus,
.b3__theme--light .b3__form-select input:-webkit-autofill:hover,
.b3__theme--light .b3__form-select select:-webkit-autofill,
.b3__theme--light .b3__form-select select:-webkit-autofill:focus,
.b3__theme--light .b3__form-select select:-webkit-autofill:hover,
.b3__theme--light .b3__form-select textarea:-webkit-autofill,
.b3__theme--light .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-select textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #40444d !important;
}

.b3__form-control input:focus,
.b3__form-control select:focus,
.b3__form-control textarea:focus,
.b3__form-file input:focus,
.b3__form-file select:focus,
.b3__form-file textarea:focus,
.b3__form-select input:focus,
.b3__form-select select:focus,
.b3__form-select textarea:focus {
    background: 0 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.b3__form-control input,
.b3__form-control select,
.b3__form-file input,
.b3__form-file select,
.b3__form-select input,
.b3__form-select select {
    height: 3.2rem !important;
}

.b3__form-control select:focus::-ms-value,
.b3__form-file select:focus::-ms-value,
.b3__form-select select:focus::-ms-value {
    background: 0 0 !important;
}

.b3__form-control select::-ms-expand,
.b3__form-file select::-ms-expand,
.b3__form-select select::-ms-expand {
    display: none !important;
}

.b3__form-control.large.has-value>label,
.b3__form-control.large.is-focused>label,
.b3__form-select.large.has-value>label,
.b3__form-select.large.is-focused>label,
.large.has-value.b3__form-file>label,
.large.is-focused.b3__form-file>label {
    top: .4rem !important;
}

.b3__form-control.large input,
.b3__form-control.large select,
.b3__form-select.large input,
.b3__form-select.large select,
.large.b3__form-file input,
.large.b3__form-file select {
    height: 4rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.33em !important;
    letter-spacing: 0 !important;
}

.b3__form-control.small,
.b3__form-select.small,
.small.b3__form-file { 
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 7fr !important;
    grid-template-columns: 1fr 7fr !important;
}

.b3__form-control.small label,
.b3__form-select.small label,
.small.b3__form-file label {
    position: static !important;
    line-height: 2.33333rem !important;
    white-space: nowrap !important;
    display: inline-block !important;
    padding: 0 .8rem!important;
    transform: translateY(0)!important;
    margin: 0!important;
    -ms-grid-column: 1!important;
    border-bottom: 1px solid #00b0e6!important;
}

.b3__theme--dark .b3__form-control.small label,
.b3__theme--dark .b3__form-select.small label,
.b3__theme--dark .small.b3__form-file label,
.b3__theme--trader .b3__form-control.small label,
.b3__theme--trader .b3__form-select.small label,
.b3__theme--trader .small.b3__form-file label {
    border-color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control.small label,
.b3__theme--light .b3__form-select.small label,
.b3__theme--light .small.b3__form-file label {
    border-color: #00b0e6 !important;
}

.b3__form-control.small input,
.b3__form-control.small select,
.b3__form-select.small input,
.b3__form-select.small select,
.small.b3__form-file input,
.small.b3__form-file select {
    height: 2.4rem !important;
    padding: 0 .8rem !important;
    line-height: 2.33333rem !important;
    -ms-grid-column: 2 !important;
}

.b3__form-control.not-label input,
.b3__form-control.not-label select,
.b3__form-control.not-label textarea,
.b3__form-select.not-label input,
.b3__form-select.not-label select,
.b3__form-select.not-label textarea,
.not-label.b3__form-file input,
.not-label.b3__form-file select,
.not-label.b3__form-file textarea {
    padding: .6rem .8rem !important;
}

.b3__form-control.is-search,
.b3__form-select.is-search,
.is-search.b3__form-file {
    border-radius: 3.2rem !important;
}

.b3__form-control.is-focused,
.b3__form-select.is-focused,
.is-focused.b3__form-file {
    background-size: 100% !important;
    transition: background 0s !important;
}

.b3__form-control.is-focused:before,
.b3__form-select.is-focused:before,
.is-focused.b3__form-file:before {
    width: 100% !important;
}

.b3__form-control.is-focused label,
.b3__form-select.is-focused label,
.is-focused.b3__form-file label {
    color: #00b0e6 !important;
}

.b3__form-control.is-focused.small label,
.b3__form-select.is-focused.small label,
.is-focused.small.b3__form-file label {
    border-color: #00b0e6 !important;
}

.b3__form-control.is-disabled input,
.b3__form-control.is-disabled label,
.b3__form-control.is-disabled select,
.b3__form-control.is-disabled textarea,
.b3__form-select.is-disabled input,
.b3__form-select.is-disabled label,
.b3__form-select.is-disabled select,
.b3__form-select.is-disabled textarea,
.is-disabled.b3__form-file input,
.is-disabled.b3__form-file label,
.is-disabled.b3__form-file select,
.is-disabled.b3__form-file textarea {
    border-bottom: none !important;
    cursor: not-allowed !important;
    color: rgba(102, 110, 122, .5) !important;
}

.b3__theme--dark .b3__form-control.is-disabled input,
.b3__theme--dark .b3__form-control.is-disabled label,
.b3__theme--dark .b3__form-control.is-disabled select,
.b3__theme--dark .b3__form-control.is-disabled textarea,
.b3__theme--dark .b3__form-select.is-disabled input,
.b3__theme--dark .b3__form-select.is-disabled label,
.b3__theme--dark .b3__form-select.is-disabled select,
.b3__theme--dark .b3__form-select.is-disabled textarea,
.b3__theme--dark .is-disabled.b3__form-file input,
.b3__theme--dark .is-disabled.b3__form-file label,
.b3__theme--dark .is-disabled.b3__form-file select,
.b3__theme--dark .is-disabled.b3__form-file textarea,
.b3__theme--trader .b3__form-control.is-disabled input,
.b3__theme--trader .b3__form-control.is-disabled label,
.b3__theme--trader .b3__form-control.is-disabled select,
.b3__theme--trader .b3__form-control.is-disabled textarea,
.b3__theme--trader .b3__form-select.is-disabled input,
.b3__theme--trader .b3__form-select.is-disabled label,
.b3__theme--trader .b3__form-select.is-disabled select,
.b3__theme--trader .b3__form-select.is-disabled textarea,
.b3__theme--trader .is-disabled.b3__form-file input,
.b3__theme--trader .is-disabled.b3__form-file label,
.b3__theme--trader .is-disabled.b3__form-file select,
.b3__theme--trader .is-disabled.b3__form-file textarea {
    color: rgba(255, 255, 255, .25) !important;
}

.b3__theme--light .b3__form-control.is-disabled input,
.b3__theme--light .b3__form-control.is-disabled label,
.b3__theme--light .b3__form-control.is-disabled select,
.b3__theme--light .b3__form-control.is-disabled textarea,
.b3__theme--light .b3__form-select.is-disabled input,
.b3__theme--light .b3__form-select.is-disabled label,
.b3__theme--light .b3__form-select.is-disabled select,
.b3__theme--light .b3__form-select.is-disabled textarea,
.b3__theme--light .is-disabled.b3__form-file input,
.b3__theme--light .is-disabled.b3__form-file label,
.b3__theme--light .is-disabled.b3__form-file select,
.b3__theme--light .is-disabled.b3__form-file textarea {
    color: rgba(102, 110, 122, .5) !important;
}

.b3__form-control.has-placeholder:not(.small)>label,
.b3__form-control.has-value:not(.small)>label,
.b3__form-control.is-focused:not(.small)>label,
.b3__form-select.has-placeholder:not(.small)>label,
.b3__form-select.has-value:not(.small)>label,
.b3__form-select.is-focused:not(.small)>label,
.has-placeholder.b3__form-file:not(.small)>label,
.has-value.b3__form-file:not(.small)>label,
.is-focused.b3__form-file:not(.small)>label {
    font-size: .8rem !important;
    letter-spacing: 0 !important;
    top: .13333rem !important;
    transform: translateY(0) !important;
}

.was-validated .b3__form-control input.is-invalid,
.was-validated .b3__form-control input.is-valid,
.was-validated .b3__form-control input:invalid,
.was-validated .b3__form-control input:valid,
.was-validated .b3__form-control select.is-invalid,
.was-validated .b3__form-control select.is-valid,
.was-validated .b3__form-control select:invalid,
.was-validated .b3__form-control select:valid,
.was-validated .b3__form-control textarea.is-invalid,
.was-validated .b3__form-control textarea.is-valid,
.was-validated .b3__form-control textarea:invalid,
.was-validated .b3__form-control textarea:valid,
.was-validated .b3__form-file input.is-invalid,
.was-validated .b3__form-file input.is-valid,
.was-validated .b3__form-file input:invalid,
.was-validated .b3__form-file input:valid,
.was-validated .b3__form-file select.is-invalid,
.was-validated .b3__form-file select.is-valid,
.was-validated .b3__form-file select:invalid,
.was-validated .b3__form-file select:valid,
.was-validated .b3__form-file textarea.is-invalid,
.was-validated .b3__form-file textarea.is-valid,
.was-validated .b3__form-file textarea:invalid,
.was-validated .b3__form-file textarea:valid,
.was-validated .b3__form-select input.is-invalid,
.was-validated .b3__form-select input.is-valid,
.was-validated .b3__form-select input:invalid,
.was-validated .b3__form-select input:valid,
.was-validated .b3__form-select select.is-invalid,
.was-validated .b3__form-select select.is-valid,
.was-validated .b3__form-select select:invalid,
.was-validated .b3__form-select select:valid,
.was-validated .b3__form-select textarea.is-invalid,
.was-validated .b3__form-select textarea.is-valid,
.was-validated .b3__form-select textarea:invalid,
.was-validated .b3__form-select textarea:valid {
    background: 0 0 !important;
}

.b3__form-control.is-valid:before,
.b3__form-select.is-valid:before,
.is-valid.b3__form-file:before {
    background: #08ce79!important;
    width: 100% !important;
}

.b3__form-control.is-valid label,
.b3__form-select.is-valid label,
.is-valid.b3__form-file label {
    color: #008750 !important;
}

.b3__theme--dark .b3__form-control.is-valid label,
.b3__theme--dark .b3__form-select.is-valid label,
.b3__theme--dark .is-valid.b3__form-file label,
.b3__theme--trader .b3__form-control.is-valid label,
.b3__theme--trader .b3__form-select.is-valid label,
.b3__theme--trader .is-valid.b3__form-file label {
    color: #08ce79 !important;
}

.b3__theme--light .b3__form-control.is-valid label,
.b3__theme--light .b3__form-select.is-valid label,
.b3__theme--light .is-valid.b3__form-file label {
    color: #008750 !important;
}

.b3__form-control.is-valid~.b3__form-feedback--valid,
.b3__form-control.is-valid~.valid-feedback,
.b3__form-select.is-valid~.b3__form-feedback--valid,
.b3__form-select.is-valid~.valid-feedback,
.is-valid.b3__form-file~.b3__form-feedback--valid,
.is-valid.b3__form-file~.valid-feedback {
    max-height: 6.66667rem !important;
    margin-top: .4rem !important;
}

.b3__form-control.is-invalid:before,
.b3__form-select.is-invalid:before,
.is-invalid.b3__form-file:before {
    background: #fa7c4a !important;
    width: 100% !important;
}

.b3__form-control.is-invalid label,
.b3__form-select.is-invalid label,
.is-invalid.b3__form-file label {
    color: #c40 !important;
}

.b3__theme--dark .b3__form-control.is-invalid label,
.b3__theme--dark .b3__form-select.is-invalid label,
.b3__theme--dark .is-invalid.b3__form-file label,
.b3__theme--trader .b3__form-control.is-invalid label,
.b3__theme--trader .b3__form-select.is-invalid label,
.b3__theme--trader .is-invalid.b3__form-file label {
    color: #fa7c4a !important;
}

.b3__theme--light .b3__form-control.is-invalid label,
.b3__theme--light .b3__form-select.is-invalid label,
.b3__theme--light .is-invalid.b3__form-file label {
    color: #c40 !important;
}

.b3__form-control.is-invalid~.b3__form-feedback--invalid,
.b3__form-control.is-invalid~.invalid-feedback,
.b3__form-select.is-invalid~.b3__form-feedback--invalid,
.b3__form-select.is-invalid~.invalid-feedback,
.is-invalid.b3__form-file~.b3__form-feedback--invalid,
.is-invalid.b3__form-file~.invalid-feedback {
    max-height: 6.66667rem !important;
    margin-top: .4rem !important;
}

.b3__form-control label,
.b3__form-file label {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.b3__form-control input,
.b3__form-control textarea,
.b3__form-file input,
.b3__form-file textarea {
    caret-color: #00b0e6 !important;
}

.b3__form-control input::placeholder,
.b3__form-control textarea::placeholder,
.b3__form-file input::placeholder,
.b3__form-file textarea::placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input::placeholder,
.b3__theme--dark .b3__form-control textarea::placeholder,
.b3__theme--dark .b3__form-file input::placeholder,
.b3__theme--dark .b3__form-file textarea::placeholder,
.b3__theme--trader .b3__form-control input::placeholder,
.b3__theme--trader .b3__form-control textarea::placeholder,
.b3__theme--trader .b3__form-file input::placeholder,
.b3__theme--trader .b3__form-file textarea::placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input::placeholder,
.b3__theme--light .b3__form-control textarea::placeholder,
.b3__theme--light .b3__form-file input::placeholder,
.b3__theme--light .b3__form-file textarea::placeholder {
    color: #666e7a !important;
}

.b3__form-control input:-ms-input-placeholder,
.b3__form-control textarea:-ms-input-placeholder,
.b3__form-file input:-ms-input-placeholder,
.b3__form-file textarea:-ms-input-placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input:-ms-input-placeholder,
.b3__theme--dark .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--dark .b3__form-file input:-ms-input-placeholder,
.b3__theme--dark .b3__form-file textarea:-ms-input-placeholder,
.b3__theme--trader .b3__form-control input:-ms-input-placeholder,
.b3__theme--trader .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--trader .b3__form-file input:-ms-input-placeholder,
.b3__theme--trader .b3__form-file textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input:-ms-input-placeholder,
.b3__theme--light .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--light .b3__form-file input:-ms-input-placeholder,
.b3__theme--light .b3__form-file textarea:-ms-input-placeholder {
    color: #666e7a !important;
}

.b3__form-control input::-ms-input-placeholder,
.b3__form-control textarea::-ms-input-placeholder,
.b3__form-file input::-ms-input-placeholder,
.b3__form-file textarea::-ms-input-placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input::-ms-input-placeholder,
.b3__theme--dark .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--dark .b3__form-file input::-ms-input-placeholder,
.b3__theme--dark .b3__form-file textarea::-ms-input-placeholder,
.b3__theme--trader .b3__form-control input::-ms-input-placeholder,
.b3__theme--trader .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--trader .b3__form-file input::-ms-input-placeholder,
.b3__theme--trader .b3__form-file textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input::-ms-input-placeholder,
.b3__theme--light .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--light .b3__form-file input::-ms-input-placeholder,
.b3__theme--light .b3__form-file textarea::-ms-input-placeholder {
    color: #666e7a !important;
}

.b3__form-control textarea,
.b3__form-file textarea {
    margin-top: 1.4rem !important;
    padding-top: 0!important;
}

.b3__form-control.is-datepicker:after,
.is-datepicker.b3__form-file:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: .8rem !important;
    transform: translateY(-50%) !important;
    font-family: b3-icons !important;
    color: #002c63 !important;
    font-size: 1.6rem !important;
    pointer-events: none!important;
}

.b3__theme--light .b3__form-control.is-datepicker:after,
.b3__theme--light .is-datepicker.b3__form-file:after {
    color: #002c63!important;
}

.b3__theme--dark .b3__form-control.is-datepicker:after,
.b3__theme--dark .is-datepicker.b3__form-file:after,
.b3__theme--trader .b3__form-control.is-datepicker:after,
.b3__theme--trader .is-datepicker.b3__form-file:after {
    color: #fff!important;
}

.b3__theme--trader .b3__form-control.is-datepicker:after,
.b3__theme--trader .is-datepicker.b3__form-file:after {
    color: #fff!important;
}

.b3__form-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none
}

.b3__theme--light .b3__form-select:after {
    color: #002c63
}

.b3__theme--dark .b3__form-select:after,
.b3__theme--trader .b3__form-select:after {
    color: #fff
}

.b3__theme--trader .b3__form-select:after {
    color: #fff
}

.b3__form-select label {
    font-size: .8rem !important;
    letter-spacing: 0 !important;
    top: .13333rem !important;
    transform: translateY(0) !important
}

.b3__form-select select {
    -webkit-appearance: none;
    appearance: none
}

.b3__form-select select[multiple] {
    margin-top: 1.4rem;
    padding-top: 0;
    height: auto
}

.b3__form-select.is-multiple:after {
    display: none
}

.b3__form-feedback--invalid,
.b3__form-feedback--valid,
.invalid-feedback,
.valid-feedback {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-left: 2.2rem;
    font-size: .8rem;
    letter-spacing: 0
}

.b3__form-feedback--invalid:before,
.b3__form-feedback--valid:before,
.invalid-feedback:before,
.valid-feedback:before {
    content: '';
    font-family: b3-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .8rem;
    font-size: 1.2rem
}

.b3__form-feedback--invalid.is-visible,
.b3__form-feedback--valid.is-visible,
.is-visible.invalid-feedback,
.is-visible.valid-feedback {
    max-height: 6.66667rem;
    margin-top: .4rem
}

.b3__form-feedback--valid,
.valid-feedback {
    color: #008750
}

.b3__form-feedback--valid:before,
.valid-feedback:before {
    content: ""
}

.b3__theme--dark .b3__form-feedback--valid,
.b3__theme--dark .valid-feedback,
.b3__theme--trader .b3__form-feedback--valid,
.b3__theme--trader .valid-feedback {
    color: #08ce79
}

.b3__theme--light .b3__form-feedback--valid,
.b3__theme--light .valid-feedback {
    color: #008750
}

.b3__form-feedback--invalid,
.invalid-feedback {
    color: #c40
}

.b3__form-feedback--invalid:before,
.invalid-feedback:before {
    content: ""
}

.b3__theme--dark .b3__form-feedback--invalid,
.b3__theme--dark .invalid-feedback,
.b3__theme--trader .b3__form-feedback--invalid,
.b3__theme--trader .invalid-feedback {
    color: #fa7c4a
}

.b3__theme--light .b3__form-feedback--invalid,
.b3__theme--light .invalid-feedback {
    color: #c40
}

.b3__form-help-text,
.form-text.text-muted {
    display: block;
    margin: .2rem .8rem;
    font-size: .8rem;
    letter-spacing: 0;
    font-style: normal;
    color: #666e7a!important
}

.b3__theme--dark .b3__form-help-text,
.b3__theme--dark .form-text.text-muted,
.b3__theme--trader .b3__form-help-text,
.b3__theme--trader .form-text.text-muted {
    color: rgba(255, 255, 255, .7)!important
}

.b3__theme--light .b3__form-help-text,
.b3__theme--light .form-text.text-muted {
    color: #666e7a!important
}

.b3__form-label {
    position: relative;
    padding-top: 1.2rem
}

.b3__form-label>label:first-child {
    position: absolute;
    font-size: .8rem;
    letter-spacing: 0;
    top: .13333rem;
    transform: translateY(0);
    top: .06667rem;
    margin-left: .8rem;
    color: #666e7a
}

.b3__theme--dark .b3__form-label>label:first-child,
.b3__theme--trader .b3__form-label>label:first-child {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .b3__form-label>label:first-child {
    color: #666e7a
}

.b3__form-label .b3__form-checkbox+label,
.b3__form-label .b3__form-radio+label {
    margin-top: -.4rem;
    margin-bottom: -.8rem
}

.b3__form-checkbox,
.b3__form-radio {
    position: absolute;
    opacity: 0
}

.b3__form-checkbox~label,
.b3__form-radio~label {
    position: relative;
    display: inline-block;
    padding: .8rem 0 .8rem 2.4rem;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    line-height: 1.6rem;
    cursor: pointer;
    min-height: 3.2rem;
    margin: 0 .8rem;
    color: #40444d
}

.b3__theme--dark .b3__form-checkbox~label,
.b3__theme--dark .b3__form-radio~label,
.b3__theme--trader .b3__form-checkbox~label,
.b3__theme--trader .b3__form-radio~label {
    color: #fff
}

.b3__theme--light .b3__form-checkbox~label,
.b3__theme--light .b3__form-radio~label {
    color: #40444d
}

.b3__form-checkbox~label:after,
.b3__form-checkbox~label:before,
.b3__form-radio~label:after,
.b3__form-radio~label:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    transition: all .2s ease;
    overflow: hidden;
    text-align: center
}

.b3__form-checkbox~label:before,
.b3__form-radio~label:before {
    border: .13333rem solid #00b0e6;
    background: #fff
}

.b3__theme--dark .b3__form-checkbox~label:before,
.b3__theme--dark .b3__form-radio~label:before,
.b3__theme--trader .b3__form-checkbox~label:before,
.b3__theme--trader .b3__form-radio~label:before {
    background: #002c63
}

.b3__theme--trader .b3__form-checkbox~label:before,
.b3__theme--trader .b3__form-radio~label:before {
    background: #1e2023
}

.b3__theme--light .b3__form-checkbox~label:before,
.b3__theme--light .b3__form-radio~label:before {
    background: #fff
}

.b3__form-checkbox~label:after,
.b3__form-radio~label:after {
    font-family: b3-icons;
    font-size: .06667rem;
    color: transparent;
    box-shadow: 0 0 0 #00b0e6 inset
}

.b3__form-checkbox~label:hover:before,
.b3__form-radio~label:hover:before {
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.b3__form-checkbox:focus+label:before,
.b3__form-radio:focus+label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 176, 230, .6)
}

.b3__form-checkbox:checked+label:after,
.b3__form-radio:checked+label:after {
    box-shadow: 0 0 0 1.6rem #00b0e6 inset;
    font-size: 1.33333rem;
    color: #fff
}

.b3__form-checkbox:disabled+label,
.b3__form-radio:disabled+label {
    cursor: not-allowed;
    color: #a2a8b1
}

.b3__form-checkbox:disabled+label:before,
.b3__form-radio:disabled+label:before {
    border-color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .b3__form-checkbox:disabled+label:before,
.b3__theme--dark .b3__form-radio:disabled+label:before,
.b3__theme--trader .b3__form-checkbox:disabled+label:before,
.b3__theme--trader .b3__form-radio:disabled+label:before {
    border-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .b3__form-checkbox:disabled+label:before,
.b3__theme--light .b3__form-radio:disabled+label:before {
    border-color: rgba(102, 110, 122, .4)
}

.b3__form-checkbox:disabled+label:hover:before,
.b3__form-radio:disabled+label:hover:before {
    box-shadow: none
}

.b3__form-checkbox:disabled:checked+label:after,
.b3__form-radio:disabled:checked+label:after {
    box-shadow: none;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--dark .b3__form-radio:disabled:checked+label:after,
.b3__theme--trader .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--trader .b3__form-radio:disabled:checked+label:after {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--light .b3__form-radio:disabled:checked+label:after {
    color: rgba(102, 110, 122, .4)
}

.was-validated .b3__form-checkbox~label,
.was-validated .b3__form-radio~label {
    color: #40444d
}

.b3__theme--dark .was-validated .b3__form-checkbox~label,
.b3__theme--dark .was-validated .b3__form-radio~label,
.b3__theme--trader .was-validated .b3__form-checkbox~label,
.b3__theme--trader .was-validated .b3__form-radio~label {
    color: #fff
}

.b3__theme--light .was-validated .b3__form-checkbox~label,
.b3__theme--light .was-validated .b3__form-radio~label {
    color: #40444d
}

.was-validated .b3__form-checkbox:invalid~label:before,
.was-validated .b3__form-radio:invalid~label:before {
    border-color: #fa7c4a
}

.b3__form-checkbox~label {
    text-align: center
}

.b3__form-checkbox~label:after,
.b3__form-checkbox~label:before {
    border-radius: .4rem
}

.b3__form-checkbox~label:after {
    content: ""
}

.b3__form-radio~label:after,
.b3__form-radio~label:before {
    border-radius: 50%
}

.b3__form-radio~label:after {
    content: ""
}

.b3__form-radio:checked+label:after {
    font-size: 1.06667rem
}

.form-check {
    padding: 0
}

.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #40444d
}

.b3__theme--dark .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--dark .was-validated .form-check-input:valid~.form-check-label,
.b3__theme--trader .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--trader .was-validated .form-check-input:valid~.form-check-label {
    color: #fff
}

.b3__theme--light .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--light .was-validated .form-check-input:valid~.form-check-label {
    color: #40444d
}

.form-check-inline {
    margin-right: 0
}

.form-check-inline .form-check-input {
    position: absolute
}

.b3__form-file {
    position: relative;
    height: 3.2rem;
    overflow: hidden
}

.b3__form-file input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    transform: translateY(-500%);
    top: 0;
    width: auto
}

.b3__form-file:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none
}

.b3__theme--light .b3__form-file:after {
    color: #002c63
}

.b3__theme--dark .b3__form-file:after,
.b3__theme--trader .b3__form-file:after {
    color: #fff
}

.b3__theme--trader .b3__form-file:after {
    color: #fff
}

.b3__form-file label {
    height: 3.2rem;
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(0);
    padding: 0 3.2rem 0 .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid #00b0e6;
    line-height: 3.2rem;
    pointer-events: all
}

.b3__form-file.has-placeholder:not(.small)>label,
.b3__form-file.has-value:not(.small)>label,
.b3__form-file.is-focused:not(.small)>label {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    line-height: 3.2rem;
    top: 0;
    color: #666e7a
}

.b3__theme--dark .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--dark .b3__form-file.has-value:not(.small)>label,
.b3__theme--dark .b3__form-file.is-focused:not(.small)>label,
.b3__theme--trader .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--trader .b3__form-file.has-value:not(.small)>label,
.b3__theme--trader .b3__form-file.is-focused:not(.small)>label {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--light .b3__form-file.has-value:not(.small)>label,
.b3__theme--light .b3__form-file.is-focused:not(.small)>label {
    color: #666e7a
}

.input-group {
    background: rgba(246, 246, 247, .88);
    border-radius: 3px;
    flex-flow: row nowrap;
    height: 3.2rem
}

.b3__theme--dark .input-group,
.b3__theme--trader .input-group {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .input-group {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .input-group {
    background: rgba(246, 246, 247, .88)
}

.input-group.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .input-group.is-focused,
.b3__theme--trader .input-group.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .input-group.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .input-group.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.input-group.is-search {
    border-radius: 3.2rem
}

.input-group-text {
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #666e7a
}

.b3__theme--dark .input-group-text,
.b3__theme--trader .input-group-text {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .input-group-text {
    color: #666e7a
}

.input-group-text span[class^=b3__ico--] {
    font-size: 1.6rem
}

.input-group-text .b3__form-checkbox~label,
.input-group-text .b3__form-radio~label {
    margin-left: 0;
    margin-right: 0
}

.input-group .b3__form-control input,
.input-group .b3__form-control label,
.input-group .b3__form-control select,
.input-group .b3__form-control textarea,
.input-group .b3__form-file input,
.input-group .b3__form-file label,
.input-group .b3__form-file select,
.input-group .b3__form-file textarea,
.input-group .b3__form-select input,
.input-group .b3__form-select label,
.input-group .b3__form-select select,
.input-group .b3__form-select textarea {
    border-bottom: none !important;
}

.input-group .b3__form-control:first-child,
.input-group .b3__form-file:first-child,
.input-group .b3__form-select:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .b3__form-control:last-child,
.input-group .b3__form-file:last-child,
.input-group .b3__form-select:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .b3__form-control,
.input-group .b3__form-file,
.input-group .b3__form-select {
    flex: 1 1 auto !important;
}

.input-group .btn {
    margin-bottom: 0;
    padding: .4rem 1.6rem;
    border-radius: 1.6rem;
    line-height: .8rem;
    height: 1.6rem;
    padding-left: .8rem;
    padding-right: .8rem;
    margin: .8rem .8rem 0;
    border-radius: 1.6rem!important
}

.input-group .btn[class*=b3__btn-with-icon--left] {
    padding-left: 1.73333rem
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .2rem
}

.input-group .btn.dropdown,
.input-group .btn[class*=b3__btn-with-icon--right] {
    padding-right: 1.73333rem
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .2rem
}

.input-group .btn[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 1.6rem;
    height: 1.6rem
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.input-group .btn.dropdown-toggle {
    padding-right: 1.2rem
}

.input-group .btn.dropdown-toggle:after {
    right: .2rem;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}


/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

.picker__frame,
.picker__holder {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.picker__holder {
    position: fixed;
    transition: background .15s ease-out, transform 0s .15s;
    -webkit-backface-visibility: hidden
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .15s ease-out
}

@media (min-height:33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%
    }
}

@media (min-height:40.125em) {
    .picker__frame {
        margin-bottom: 7.5%
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%
}

@media (min-height:33.875em) {
    .picker__wrap {
        display: block
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle
}

@media (min-height:26.5em) {
    .picker__box {
        font-size: 1.25em
    }
}

@media (min-height:33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, .24)
    }
}

@media (min-height:40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px
    }
}

.picker--opened .picker__holder {
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: 0 0;
    zoom: 1;
    background: rgba(0, 0, 0, .32);
    transition: background .15s ease-out
}

.picker--opened .picker__frame {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-opacity: 1;
    opacity: 1
}

@media (min-height:33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0
    }
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width:24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

@media (min-width:24.5em) {
    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #0089ec;
    color: #fff
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: center
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--clear:before,
.picker__button--today:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20
}

.picker__button--close:before {
    content: "\D7";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa
}

.picker--opened .picker__holder {
    background: rgba(64, 68, 77, .8)
}

.picker__box {
    padding: .66667rem 1.13333rem;
    border: 0;
    box-shadow: none;
    border-radius: 6px
}

.picker__nav--next,
.picker__nav--prev {
    color: #002c63
}

.picker__nav--next:before,
.picker__nav--prev:before {
    font-family: b3-icons;
    position: absolute;
    border: 0;
    font-size: 1.6rem
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    background: 0 0
}

.picker__nav--next:hover:before,
.picker__nav--prev:hover:before {
    color: #00b0e6
}

.picker__nav--prev:before {
    content: ""
}

.picker__nav--next:before {
    content: ""
}

.picker__weekday {
    width: auto;
    color: #666e7a;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0
}

.picker__header {
    margin-top: 0;
    padding-top: .33333rem
}

.picker__header,
.picker__year {
    font-size: 1.1rem;
    letter-spacing: 0
}

.picker__year {
    color: #666e7a;
    font-style: normal
}

.picker__day,
.picker__day--infocus,
.picker__day--outfocus,
.picker__day--today {
    padding: 0;
    margin: 0 auto;
    border-radius: 99px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1.86667rem;
    font-size: .9rem;
    color: #0063de;
    font-weight: 400;
    background: 0 0;
    border: 2px solid transparent
}

.picker__day--today:before {
    display: none
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    color: #0063de;
    background: rgba(0, 176, 230, .08);
    border-color: rgba(0, 176, 230, 0)
}

.picker__day--outfocus {
    color: rgba(102, 110, 122, .4)
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    color: #666e7a;
    border-color: #00b0e6;
    background: 0 0
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    padding: 0;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    display: none
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    background: 0 0;
    border: none;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.picker__button--clear {
    color: #40444d
}

.picker__button--clear:hover {
    color: #666e7a
}

.picker__button--close {
    color: #c40
}

.picker__button--close:hover {
    color: #fa7c4a
}

.picker__button--today {
    color: #0063de
}

.picker__button--today:hover {
    color: #00b0e6
}

.nav-link {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33em;
    letter-spacing: 0;
    padding: .8rem 1.6rem .8rem;
    line-height: 1.6rem;
    transition: all .5s;
    border-radius: .2rem;
    background: 0 0;
    color: #002c63
}

.b3__theme--dark .nav-link,
.b3__theme--trader .nav-link {
    color: #fff
}

.b3__theme--light .nav-link {
    color: #002c63
}

.nav-link [class^=b3__ico--] {
    font-size: 1.6rem;
    margin-right: .6rem;
    height: 1.6rem;
    overflow: hidden
}

.nav-link:hover {
    background: rgba(0, 176, 230, .08);
    color: #002c63
}

.b3__theme--dark .nav-link:hover,
.b3__theme--trader .nav-link:hover {
    color: #fff
}

.b3__theme--light .nav-link:hover {
    color: #002c63
}

.nav-link.disabled {
    color: rgba(102, 110, 122, .4);
    cursor: not-allowed
}

.b3__theme--dark .nav-link.disabled,
.b3__theme--trader .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .nav-link.disabled {
    color: rgba(102, 110, 122, .4)
}

.nav:not(.flex-column) .nav-link.active {
    color: #002c63
}

.b3__theme--dark .nav:not(.flex-column) .nav-link.active,
.b3__theme--trader .nav:not(.flex-column) .nav-link.active {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column) .nav-link.active {
    color: #002c63
}

.nav:not(.flex-column) .nav-link.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    right: 1.6rem;
    border-bottom: 3px solid #00b0e6
}

.nav-item .nav-link {
    border-left: 3px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .8rem 1.6rem .8rem;
    line-height: 1.6rem
}

.nav-item .nav-link.active {
    border-color: #00b0e6;
    color: #002c63
}

.b3__theme--dark .nav-item .nav-link.active,
.b3__theme--trader .nav-item .nav-link.active {
    color: #fff
}

.b3__theme--light .nav-item .nav-link.active {
    color: #002c63
}

.page-item {
    background: 0 0;
    border: none;
    margin: 0 .2rem
}

.page-item [class^=b3__ico] {
    font-size: 1.2rem
}

.page-item.active .page-link {
    line-height: 1.73333rem;
    background: 0 0;
    border: 2px solid #00b0e6;
    color: #40444d
}

.b3__theme--dark .page-item.active .page-link,
.b3__theme--trader .page-item.active .page-link {
    color: #fff
}

.b3__theme--light .page-item.active .page-link {
    color: #40444d
}

.page-item.disabled .page-link {
    background: 0 0;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .page-item.disabled .page-link,
.b3__theme--trader .page-item.disabled .page-link {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .page-item.disabled .page-link {
    color: rgba(102, 110, 122, .4)
}

.page-link {
    background: 0 0;
    border: none;
    border-radius: 50%!important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0!important;
    transition: all .2s;
    color: #0063de
}

.b3__theme--dark .page-link,
.b3__theme--trader .page-link {
    color: #ffd862
}

.b3__theme--light .page-link {
    color: #0063de
}

.page-link:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de
}

.b3__theme--dark .page-link:hover,
.b3__theme--trader .page-link:hover {
    color: #ffd862
}

.b3__theme--light .page-link:hover {
    color: #0063de
}

.breadcrumb {
    background: 0 0;
    padding: 0
}

.breadcrumb li {
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 1.6rem
}

.breadcrumb li [class^=b3__ico] {
    font-size: 1.2rem;
    vertical-align: top
}

.breadcrumb li a {
    color: #002c63;
    line-height: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle
}

.b3__theme--dark .breadcrumb li a,
.b3__theme--trader .breadcrumb li a {
    color: #fff
}

.b3__theme--light .breadcrumb li a {
    color: #002c63
}

.breadcrumb li a:hover {
    color: #00b0e6;
    text-decoration: none
}

@media screen and (max-width:599px) {
    .breadcrumb li a {
        max-width: 1.2rem
    }
}

@media screen and (max-width:599px) {
    .breadcrumb li:first-child a {
        max-width: initial
    }
}

@media screen and (max-width:599px) {
    .breadcrumb li:nth-last-child(-n+3) a {
        max-width: 4rem
    }
}

.breadcrumb li.breadcrumb-item {
    padding-left: 0
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    vertical-align: middle;
    font-family: b3-icons;
    content: "";
    font-size: .8rem;
    color: #a2a8b1;
    margin: 0 .25rem;
    line-height: 1.6rem;
    padding: 0
}

.breadcrumb li.active {
    color: #666e7a
}

.b3__theme--dark .breadcrumb li.active,
.b3__theme--trader .breadcrumb li.active {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .breadcrumb li.active {
    color: #666e7a
}

.accordion {
    border-bottom: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--dark .accordion,
.b3__theme--trader .accordion {
    border-top-color: rgba(255, 255, 255, .15)
}

.b3__theme--light .accordion {
    border-top-color: rgba(102, 110, 122, .18)
}

.accordion .card {
    border: none;
    background: 0 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none
}

.accordion .card-header {
    background: 0 0;
    padding: 0;
    border-bottom: none
}

.accordion .card-header h2 {
    margin: 0!important
}

.accordion .card-header .btn {
    position: relative;
    display: inline-block;
    padding: .8rem 3.2rem;
    border-radius: 3.2rem;
    line-height: 1.6rem;
    height: 3.2rem;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: all .8s;
    margin: 0 0 1rem;
    text-align: left;
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 2.8rem;
    color: #40444d;
    border-top: 1px solid rgba(102, 110, 122, .18);
    vertical-align: top
}

.accordion .card-header .btn:focus {
    box-shadow: 0 0 0 .13333rem rgba(0, 176, 230, .6);
    outline: 0
}

.accordion .card-header .btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.accordion .card-header .btn:after,
.accordion .card-header .btn:before {
    content: ''!important;
    display: block;
    position: absolute;
    top: 50%;
    right: initial;
    margin: 0;
    transform: translateY(-50%);
    background: #0063de;
    transition: all .2s ease
}

.accordion .card-header .btn:before {
    left: 1.2rem;
    height: .93333rem;
    width: .13333rem
}

.accordion .card-header .btn:after {
    left: .8rem;
    width: .93333rem;
    height: .13333rem
}

.accordion .card-header .btn[aria-expanded=true]:before {
    transform: translateY(-50%) rotate(-90deg)
}

.accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.accordion .card-header .btn:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.accordion .card-header .btn:focus {
    box-shadow: none;
    background-color: transparent
}

.accordion .card-header .btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.b3__theme--dark .accordion .card-header .btn,
.b3__theme--trader .accordion .card-header .btn {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.b3__theme--dark .accordion .card-header .btn:after,
.b3__theme--dark .accordion .card-header .btn:before,
.b3__theme--trader .accordion .card-header .btn:after,
.b3__theme--trader .accordion .card-header .btn:before {
    background: #ffd862
}

.b3__theme--dark .accordion .card-header .btn:hover:not(:disabled):not(.disabled),
.b3__theme--trader .accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    color: #ffd862
}

.b3__theme--dark .accordion .card-header .btn:focus,
.b3__theme--trader .accordion .card-header .btn:focus {
    background: 0 0;
    color: #fff
}

.b3__theme--light .accordion .card-header .btn {
    color: #40444d;
    border-top: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--light .accordion .card-header .btn:after,
.b3__theme--light .accordion .card-header .btn:before {
    background: #0063de
}

.b3__theme--light .accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    color: #0063de
}

.b3__theme--light .accordion .card-header .btn:focus {
    color: #40444d
}

.accordion .card-body {
    border: none;
    background: 0 0;
    padding: 1.2rem 1.6rem;
    color: inherit
}

.alert {
    padding: .8rem 4rem .8rem 1.6rem;
    border-radius: .2rem;
    border: 2px solid #ffd862;
    background: #fff;
    color: #40444d
}

.b3__theme--dark .alert,
.b3__theme--trader .alert {
    background: #002c63;
    color: #fff
}

.b3__theme--trader .alert {
    background: #1e2023
}

.b3__theme--light .alert {
    background: #fff;
    color: #40444d
}

.alert hr {
    border-top-color: rgba(102, 110, 122, .18)
}

.b3__theme--dark .alert hr,
.b3__theme--trader .alert hr {
    border-top-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .alert hr {
    border-top-color: rgba(102, 110, 122, .18)
}

.alert-dark,
.alert-info,
.alert-secondary {
    background: #fff;
    border-color: #666e7a
}

.b3__theme--dark .alert-dark,
.b3__theme--dark .alert-info,
.b3__theme--dark .alert-secondary,
.b3__theme--trader .alert-dark,
.b3__theme--trader .alert-info,
.b3__theme--trader .alert-secondary {
    background: #002c63
}

.b3__theme--trader .alert-dark,
.b3__theme--trader .alert-info,
.b3__theme--trader .alert-secondary {
    background: #1e2023
}

.b3__theme--light .alert-dark,
.b3__theme--light .alert-info,
.b3__theme--light .alert-secondary {
    background: #fff
}

.alert-danger,
.alert-success,
.alert-warning {
    padding-left: 4rem;
    position: relative
}

.alert-danger:before,
.alert-success:before,
.alert-warning:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: 1.6rem;
    font-family: b3-icons;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.alert-success {
    background: #fff;
    border-color: #08ce79
}

.b3__theme--dark .alert-success,
.b3__theme--trader .alert-success {
    background: #002c63
}

.b3__theme--trader .alert-success {
    background: #1e2023
}

.b3__theme--light .alert-success {
    background: #fff
}

.alert-success:before {
    content: "";
    color: #08ce79
}

.alert-danger,
.alert-warning {
    background: #fff;
    border-color: #fa7c4a
}

.b3__theme--dark .alert-danger,
.b3__theme--dark .alert-warning,
.b3__theme--trader .alert-danger,
.b3__theme--trader .alert-warning {
    background: #002c63
}

.b3__theme--trader .alert-danger,
.b3__theme--trader .alert-warning {
    background: #1e2023
}

.b3__theme--light .alert-danger,
.b3__theme--light .alert-warning {
    background: #fff
}

.alert-danger:before,
.alert-warning:before {
    content: "";
    color: #fa7c4a
}

.alert-link {
    color: #0063de!important
}

.b3__theme--dark .alert-link,
.b3__theme--trader .alert-link {
    color: #ffd862!important
}

.b3__theme--light .alert-link {
    color: #0063de!important
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    padding: .6rem .8rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: inherit;
    top: 0;
    right: 0;
    opacity: .5
}

.alert-dismissible .close:hover {
    opacity: 1;
    color: #40444d
}

.b3__theme--dark .alert-dismissible .close:hover,
.b3__theme--trader .alert-dismissible .close:hover {
    color: #fff
}

.b3__theme--light .alert-dismissible .close:hover {
    color: #40444d
}

.card {
    border-radius: .2rem;
    background: #fff;
    border: 1px solid #f6f6f7;
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1)
}

.card-body {
    padding: 1.6rem
}

.card-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #40444d!important;
    margin-bottom: 0
}

.card-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #666e7a!important;
    margin-top: .8rem;
    margin-bottom: 0
}

.card-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #666e7a!important;
    margin-top: .8rem;
    margin-bottom: 0
}

.card-link {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    color: #0063de!important;
    transition: .25s all;
    box-shadow: 0 0 0 transparent;
    border-radius: 1.6rem;
    margin-top: 1.6rem
}

.card-link:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.card .btn {
    margin-top: 1.6rem;
    margin-bottom: 0
}

.card .list-group-item {
    color: #666e7a!important
}

.list-group-item {
    padding: .8rem 1.6rem
}

.modal-dialog {
    background: #fff;
    border-radius: .2rem;
    border: none;
    box-shadow: 0 .8rem .8rem rgba(102, 110, 122, .1);
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:599px) {
    .modal-dialog {
        margin: 0;
        min-height: 100vh;
        border-radius: 0
    }
}

@media screen and (min-width:600px) {
    .modal-dialog {
        max-width: 40rem
    }
}

.modal-content {
    border: none
}

.modal-backdrop {
    background: rgba(64, 68, 77, .8)
}

.modal-backdrop.show {
    opacity: 1
}

.modal-header {
    padding: 1.6rem;
    border: none;
    position: relative
}

.modal-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #666e7a!important
}

.modal-body {
    padding: 1.6rem;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.modal-footer {
    padding: 1.6rem;
    border: 0
}

.modal-footer .btn {
    margin-bottom: 0
}

.modal .close {
    padding: .6rem .8rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: inherit;
    top: 0;
    right: 0;
    opacity: .5;
    margin: 0;
    position: absolute
}

.modal .close:hover {
    opacity: 1;
    color: #40444d
}

.b3__theme--dark .modal .close:hover,
.b3__theme--trader .modal .close:hover {
    color: #fff
}

.b3__theme--light .modal .close:hover {
    color: #40444d
}

.modal-xl {
    max-width: 100%!important
}

.modal-lg {
    max-width: 90%!important
}

.modal-sm {
    max-width: 50%!important
}

.b3__datagrid .b3__form-checkbox~label,
.b3__datagrid .b3__form-radio~label,
.table .b3__form-checkbox~label,
.table .b3__form-radio~label {
    margin-left: 0!important;
    margin-right: -1.33333rem!important;
    vertical-align: middle!important;
}

.b3__datagrid .b3__cell--without-padding,
.table .b3__cell--without-padding {
    padding: 0 0 0 1.6rem!important;
    line-height: 3.2rem!important;
    height: 3.2rem!important;
}

.b3__datagrid thead,
.table thead {
    background: 0 0!important;
}

.b3__datagrid thead th[rowspan],
.table thead th[rowspan] {
    vertical-align: bottom!important;
}

.b3__datagrid thead th[colspan],
.table thead th[colspan] {
    text-align: center;
}

.b3__datagrid thead th,
.table thead th {
    line-height: 1.35rem!important;
    padding: .93333rem 1.6rem!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    line-height: 1.33em!important;
    letter-spacing: 0!important;
    border-top: 2px solid #002c63!important;
    border-bottom: none!important;
    color: #40444d!important;
}

.b3__theme--dark .b3__datagrid thead th,
.b3__theme--dark .table thead th,
.b3__theme--trader .b3__datagrid thead th,
.b3__theme--trader .table thead th {
    border-top-color: #fff!important;
    color: #fff!important;
}

.b3__theme--light .b3__datagrid thead th,
.b3__theme--light .table thead th {
    border-top-color: #002c63!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level2 th,
.table thead .b3__head--level2 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: rgba(102, 110, 122, .18)!important;
    border-left: 1.02px solid #fff!important;
    border-bottom: 1px solid #e3e5e7!important;
    font-weight: 400!important;
    color: #40444d!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level2 th,
.b3__theme--dark .table thead .b3__head--level2 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level2 th,
.b3__theme--trader .table thead .b3__head--level2 th {
    background: rgba(102, 110, 122, .4)!important;
    border-left-color: #002c63!important;
    border-bottom-color: transparent!important;
    color: #fff!important;
}

.b3__theme--trader .b3__datagrid thead .b3__head--level2 th,
.b3__theme--trader .table thead .b3__head--level2 th {
    border-left-color: #1e2023!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level2 th,
.b3__theme--light .table thead .b3__head--level2 th {
    background: rgba(102, 110, 122, .18)!important;
    border-left-color: #fff!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level3 th,
.table thead .b3__head--level3 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: #f6f6f7!important;
    border-left: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    border-top: none!important;
    font-weight: 400!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level3 th,
.b3__theme--dark .table thead .b3__head--level3 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level3 th,
.b3__theme--trader .table thead .b3__head--level3 th {
    background: rgba(102, 110, 122, .5)!important;
    border-left-color: #002c63!important;
    border-bottom-color: transparent!important;
    color: #fff!important;
}

.b3__theme--trader .b3__datagrid thead .b3__head--level3 th,
.b3__theme--trader .table thead .b3__head--level3 th {
    border-left-color: #1e2023!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level3 th,
.b3__theme--light .table thead .b3__head--level3 th {
    background: #f6f6f7!important;
    border-left-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level4 th,
.table thead .b3__head--level4 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    border-left: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    border-top: none!important;
    font-weight: 400!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level4 th,
.b3__theme--dark .table thead .b3__head--level4 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level4 th,
.b3__theme--trader .table thead .b3__head--level4 th {
    border-left-color: rgba(255, 255, 255, .25)!important;
    border-bottom-color: rgba(255, 255, 255, .25)!important;
    color: #fff!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level4 th,
.b3__theme--light .table thead .b3__head--level4 th {
    border-left-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead.thead-dark th,
.table thead.thead-dark th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: rgba(102, 110, 122, .18)!important;
    border-left: 1px solid #fff!important;
    border-bottom: 1px solid #e3e5e7!important;
    font-weight: 400!important;
    color: #40444d!important;
    border-top: 2px solid #002c63!important;
}

.b3__theme--dark .b3__datagrid thead.thead-dark th,
.b3__theme--dark .table thead.thead-dark th,
.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    background: rgba(102, 110, 122, .4);
    border-left-color: #002c63;
    border-bottom-color: transparent;
    color: #fff
}

.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    border-left-color: #1e2023
}

.b3__theme--light .b3__datagrid thead.thead-dark th,
.b3__theme--light .table thead.thead-dark th {
    background: rgba(102, 110, 122, .18);
    border-left-color: #fff;
    border-bottom-color: #e3e5e7;
    color: #40444d
}

.b3__theme--dark .b3__datagrid thead.thead-dark th,
.b3__theme--dark .table thead.thead-dark th,
.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    border-top-color: #fff
}

.b3__theme--light .b3__datagrid thead.thead-dark th,
.b3__theme--light .table thead.thead-dark th {
    border-top-color: #002c63
}

.b3__datagrid thead.thead-light th,
.table thead.thead-light th {
    font-size: .9rem;
    letter-spacing: 0;
    background: #f6f6f7;
    border-left: 1px solid #e3e5e7;
    border-bottom: 1px solid #e3e5e7;
    border-top: none;
    font-weight: 400;
    border-top: 2px solid #002c63
}

.b3__theme--dark .b3__datagrid thead.thead-light th,
.b3__theme--dark .table thead.thead-light th,
.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    background: rgba(102, 110, 122, .5);
    border-left-color: #002c63;
    border-bottom-color: transparent;
    color: #fff
}

.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    border-left-color: #1e2023
}

.b3__theme--light .b3__datagrid thead.thead-light th,
.b3__theme--light .table thead.thead-light th {
    background: #f6f6f7;
    border-left-color: #e3e5e7;
    border-bottom-color: #e3e5e7;
    color: #40444d
}

.b3__theme--dark .b3__datagrid thead.thead-light th,
.b3__theme--dark .table thead.thead-light th,
.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    border-top-color: #fff
}

.b3__theme--light .b3__datagrid thead.thead-light th,
.b3__theme--light .table thead.thead-light th {
    border-top-color: #002c63
}

.b3__datagrid tbody tr,
.b3__datagrid tfoot tr,
.table tbody tr,
.table tfoot tr {
    background: 0 0!important;
    transition: background .2s!important;
}

.b3__datagrid tbody tr>td,
.b3__datagrid tbody tr>th,
.b3__datagrid tfoot tr>td,
.b3__datagrid tfoot tr>th,
.table tbody tr>td,
.table tbody tr>th,
.table tfoot tr>td,
.table tfoot tr>th {
    vertical-align: middle!important;
}

.b3__datagrid tbody tr>td:first-child,
.b3__datagrid tbody tr>th:first-child,
.b3__datagrid tfoot tr>td:first-child,
.b3__datagrid tfoot tr>th:first-child,
.table tbody tr>td:first-child,
.table tbody tr>th:first-child,
.table tfoot tr>td:first-child,
.table tfoot tr>th:first-child {
    border-left: 1px solid transparent!important;
}

.b3__datagrid tbody tr.is-selected,
.b3__datagrid tfoot tr.is-selected,
.table tbody tr.is-selected,
.table tfoot tr.is-selected {
    background: rgba(102, 110, 122, .18)!important;
}

.b3__theme--dark .b3__datagrid tbody tr.is-selected,
.b3__theme--dark .b3__datagrid tfoot tr.is-selected,
.b3__theme--dark .table tbody tr.is-selected,
.b3__theme--dark .table tfoot tr.is-selected,
.b3__theme--trader .b3__datagrid tbody tr.is-selected,
.b3__theme--trader .b3__datagrid tfoot tr.is-selected,
.b3__theme--trader .table tbody tr.is-selected,
.b3__theme--trader .table tfoot tr.is-selected {
    background: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid tbody tr.is-selected,
.b3__theme--light .b3__datagrid tfoot tr.is-selected,
.b3__theme--light .table tbody tr.is-selected,
.b3__theme--light .table tfoot tr.is-selected {
    background: rgba(102, 110, 122, .18)!important;
}

.b3__datagrid tbody tr.is-selected>td:first-child,
.b3__datagrid tbody tr.is-selected>th:first-child,
.b3__datagrid tfoot tr.is-selected>td:first-child,
.b3__datagrid tfoot tr.is-selected>th:first-child,
.table tbody tr.is-selected>td:first-child,
.table tbody tr.is-selected>th:first-child,
.table tfoot tr.is-selected>td:first-child,
.table tfoot tr.is-selected>th:first-child {
    border-left: 3px solid #00b0e6!important;
}

.b3__datagrid tbody td,
.b3__datagrid tbody th,
.b3__datagrid tfoot td,
.b3__datagrid tfoot th,
.table tbody td,
.table tbody th,
.table tfoot td,
.table tfoot th {
    line-height: 1.35rem!important;
    padding: .93333rem 1.6rem!important;
    font-size: .9rem!important;
    letter-spacing: 0!important;
    text-align: left;
    border-top: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    color: #666e7a!important;
}

.b3__theme--dark .b3__datagrid tbody td,
.b3__theme--dark .b3__datagrid tbody th,
.b3__theme--dark .b3__datagrid tfoot td,
.b3__theme--dark .b3__datagrid tfoot th,
.b3__theme--dark .table tbody td,
.b3__theme--dark .table tbody th,
.b3__theme--dark .table tfoot td,
.b3__theme--dark .table tfoot th,
.b3__theme--trader .b3__datagrid tbody td,
.b3__theme--trader .b3__datagrid tbody th,
.b3__theme--trader .b3__datagrid tfoot td,
.b3__theme--trader .b3__datagrid tfoot th,
.b3__theme--trader .table tbody td,
.b3__theme--trader .table tbody th,
.b3__theme--trader .table tfoot td,
.b3__theme--trader .table tfoot th {
    border-top-color: rgba(255, 255, 255, .25)!important;
    border-bottom-color: rgba(255, 255, 255, .25)!important;
    color: rgba(255, 255, 255, .7)!important;
}

.b3__theme--light .b3__datagrid tbody td,
.b3__theme--light .b3__datagrid tbody th,
.b3__theme--light .b3__datagrid tfoot td,
.b3__theme--light .b3__datagrid tfoot th,
.b3__theme--light .table tbody td,
.b3__theme--light .table tbody th,
.b3__theme--light .table tfoot td,
.b3__theme--light .table tfoot th {
    border-top-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #666e7a!important;
}

.b3__datagrid-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) {
    background: 0 0!important;
}

.b3__datagrid-striped tbody tr:nth-of-type(even),
.table-striped tbody tr:nth-of-type(even) {
    background: #f6f6f7!important;
}

.b3__theme--dark .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--dark .table-striped tbody tr:nth-of-type(even),
.b3__theme--trader .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--trader .table-striped tbody tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .15)!important;
}

.b3__theme--light .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--light .table-striped tbody tr:nth-of-type(even) {
    background: #f6f6f7!important;
}

.b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__theme--dark .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--dark .table-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--trader .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--trader .table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .24)!important;
}

.b3__theme--light .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--light .table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__datagrid-bordered td,
.b3__datagrid-bordered th,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e3e5e7!important;
}

.b3__theme--dark .b3__datagrid-bordered td,
.b3__theme--dark .b3__datagrid-bordered th,
.b3__theme--dark .table-bordered td,
.b3__theme--dark .table-bordered th,
.b3__theme--trader .b3__datagrid-bordered td,
.b3__theme--trader .b3__datagrid-bordered th,
.b3__theme--trader .table-bordered td,
.b3__theme--trader .table-bordered th {
    border-color: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid-bordered td,
.b3__theme--light .b3__datagrid-bordered th,
.b3__theme--light .table-bordered td,
.b3__theme--light .table-bordered th {
    border-color: #e3e5e7!important;
}

.b3__datagrid-bordered tbody tr>td:first-child,
.b3__datagrid-bordered tbody tr>th:first-child,
.table-bordered tbody tr>td:first-child,
.table-bordered tbody tr>th:first-child {
    border-left-color: #e3e5e7!important;
}

.b3__theme--dark .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--dark .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--dark .table-bordered tbody tr>td:first-child,
.b3__theme--dark .table-bordered tbody tr>th:first-child,
.b3__theme--trader .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--trader .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--trader .table-bordered tbody tr>td:first-child,
.b3__theme--trader .table-bordered tbody tr>th:first-child {
    border-left-color: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--light .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--light .table-bordered tbody tr>td:first-child,
.b3__theme--light .table-bordered tbody tr>th:first-child {
    border-left-color: #e3e5e7!important;
}

.b3__datagrid-hover tbody tr:hover,
.table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__theme--dark .b3__datagrid-hover tbody tr:hover,
.b3__theme--dark .table-hover tbody tr:hover,
.b3__theme--trader .b3__datagrid-hover tbody tr:hover,
.b3__theme--trader .table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .24)!important;
}

.b3__theme--light .b3__datagrid-hover tbody tr:hover,
.b3__theme--light .table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .08)!important;
}

.nav:not(.flex-column).nav-tabs {
    border: none!important;
    background: 0 0!important;
    margin-bottom: .8rem!important;
    border-bottom: 1px solid rgba(102, 110, 122, .18)!important;
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs,
.b3__theme--trader .nav:not(.flex-column).nav-tabs {
    border-color: rgba(255, 255, 255, .15)
}

.b3__theme--light .nav:not(.flex-column).nav-tabs {
    border-color: rgba(102, 110, 122, .18)
}

@media screen and (max-width:599px) {
    .nav:not(.flex-column).nav-tabs {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }
    .nav:not(.flex-column).nav-tabs>li {
        float: none;
        display: inline-block
    }
}

.nav:not(.flex-column).nav-tabs .nav-link {
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0px !important;
  text-transform: unset !important;
  white-space: nowrap;
  line-height: 3.6rem !important;
  color: #002c63 !important;
  border-radius: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-width: 0;
  padding: 0.6rem 1.5rem;
  position: relative;
  transition: 0.2s all;
}

.nav:not(.flex-column).nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-bottom: 3px solid #00b0e6;
    transition: .2s all
}

.nav:not(.flex-column).nav-tabs .nav-link [class^=b3__ico] {
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 1.6rem;
    margin-right: .4rem
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link {
  color: #002c63 !important;
}

.nav:not(.flex-column).nav-tabs .nav-link.active {
  border: none;
  background: 0 0;
  color: #002c63 !important;
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link.active,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link.active {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link.active {
  color: #002c63 !important;
}

.nav:not(.flex-column).nav-tabs .nav-link.active:before {
    left: 50%;
    width: 100%
}

.nav:not(.flex-column).nav-tabs .nav-link.disabled {
    color: #a2a8b1;
    cursor: not-allowed
}

.nav:not(.flex-column).nav-tabs .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 2.4rem!important
}

.nav:not(.flex-column).nav-tabs .nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    font-family: b3-icons;
    border: 0;
    right: .8rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    border: none!important;
    margin-top: 0!important;
    width: 1.6rem!important;
    height: 1.6rem!important;
    transform: translateY(-50%)
}

.nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
  border: none;
  background: #00b0e633 !important;
  color: #002c63 !important;
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .24);
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08);
    color: #40444d
}

.nav:not(.flex-column).nav-tabs .dropdown-menu {
    background: #fff;
    border: 1px solid rgba(102, 110, 122, .18);
    border-radius: 3px;
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1)
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33em;
    letter-spacing: 0;
    padding: .8rem 1.6rem .8rem;
    line-height: 1.6rem;
    transition: all .5s;
    border-radius: .2rem;
    background: 0 0;
    color: #002c63;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    color: #002c63!important
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .dropdown-menu>a,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    color: #002c63
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a [class^=b3__ico--] {
    font-size: 1.6rem;
    margin-right: .6rem;
    height: 1.6rem;
    overflow: hidden
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    background: rgba(0, 176, 230, .08);
    color: #002c63
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    color: #002c63
}

.nav.flex-column.nav-pills .nav-link {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    background: 0 0;
    line-height: 2rem;
    color: #40444d;
    border-radius: .2rem;
    border-left: 3px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .6rem 1.6rem
}

.nav.flex-column.nav-pills .nav-link [class^=b3__ico] {
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 1.6rem;
    margin-right: .4rem
}

.b3__theme--dark .nav.flex-column.nav-pills .nav-link,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link {
    color: #fff
}

.b3__theme--light .nav.flex-column.nav-pills .nav-link {
    color: #40444d
}

.nav.flex-column.nav-pills .nav-link.active {
    border-color: #00b0e6
}

.nav.flex-column.nav-pills .nav-link.disabled {
    color: #a2a8b1;
    cursor: not-allowed
}

.nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08)
}

.b3__theme--dark .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--dark .nav.flex-column.nav-pills .nav-link:not(.disabled):hover,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .24)
}

.b3__theme--light .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--light .nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08)
}

.tab-pane {
    padding: .8rem 0
}

.b3__datagrid {
    width: 100%
}

.b3__datagrid thead th {
    position: relative;
    cursor: pointer
}

.b3__datagrid thead th.sorting_desc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .73333rem
}

.b3__theme--light .b3__datagrid thead th.sorting_desc:after {
    color: #002c63
}

.b3__theme--dark .b3__datagrid thead th.sorting_desc:after,
.b3__theme--trader .b3__datagrid thead th.sorting_desc:after {
    color: #fff
}

.b3__theme--trader .b3__datagrid thead th.sorting_desc:after {
    color: #fff
}

.b3__datagrid thead th.sorting_asc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .73333rem
}

.b3__theme--light .b3__datagrid thead th.sorting_asc:after {
    color: #002c63
}

.b3__theme--dark .b3__datagrid thead th.sorting_asc:after,
.b3__theme--trader .b3__datagrid thead th.sorting_asc:after {
    color: #fff
}

.b3__theme--trader .b3__datagrid thead th.sorting_asc:after {
    color: #fff
}

.b3__datagrid thead th.sorting:after,
.b3__datagrid thead th.sorting_asc:after,
.b3__datagrid thead th.sorting_desc:after {
    right: 0
}

.b3__datagrid thead th.sorting_asc,
.b3__datagrid thead th.sorting_desc {
    border-top: 2px solid #00b0e6
}

.b3__datagrid thead th.sorting_asc:after,
.b3__datagrid thead th.sorting_desc:after {
    color: #00b0e6;
    top: unset;
    bottom: 0
}

.b3__datagrid thead th:focus {
    outline: 0
}

.b3__datagrid thead th:hover {
    border-color: #00b0e6
}

.b3__datagrid thead th[colspan] {
    text-align: left
}

.b3__datagrid tbody .sorting_1 {
    background: rgba(102, 110, 122, .18)
}

.b3__datagrid tbody tr:nth-of-type(even) {
    background: #f6f6f7
}

.b3__theme--dark .b3__datagrid tbody tr:nth-of-type(even),
.b3__theme--trader .b3__datagrid tbody tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .15)
}

.b3__theme--light .b3__datagrid tbody tr:nth-of-type(even) {
    background: #f6f6f7
}

.b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)
}

.b3__theme--dark .b3__datagrid tbody tr:hover:nth-of-type(even),
.b3__theme--trader .b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .24)
}

.b3__theme--light .b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)
}

.dataTables_paginate a.previous {
    padding-right: .93333rem!important
}

.dataTables_paginate a.next {
    padding-left: .93333rem!important
}

.dataTables_filter input,
.dataTables_length input {
    outline: 0;
    border: none
}

.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    float: left;
    width: 50%
}

.dataTables_info {
    font-size: .8rem
}

.dataTables_info,
.dataTables_paginate {
    padding: .93333rem .33333rem;
    box-sizing: border-box
}

.dataTables_filter label,
.dataTables_length label {
    box-sizing: border-box
}

.dataTables_filter input,
.dataTables_filter select,
.dataTables_length input,
.dataTables_length select {
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    padding: 1.2rem .8rem .4rem;
    cursor: pointer;
    color: #40444d;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0
}

.b3__theme--dark .dataTables_filter input,
.b3__theme--dark .dataTables_filter select,
.b3__theme--dark .dataTables_length input,
.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_filter input,
.b3__theme--trader .dataTables_filter select,
.b3__theme--trader .dataTables_length input,
.b3__theme--trader .dataTables_length select {
    color: #fff
}

.b3__theme--light .dataTables_filter input,
.b3__theme--light .dataTables_filter select,
.b3__theme--light .dataTables_length input,
.b3__theme--light .dataTables_length select {
    color: #40444d
}

.dataTables_filter input:-webkit-autofill,
.dataTables_filter input:-webkit-autofill:focus,
.dataTables_filter input:-webkit-autofill:hover,
.dataTables_filter select:-webkit-autofill,
.dataTables_filter select:-webkit-autofill:focus,
.dataTables_filter select:-webkit-autofill:hover,
.dataTables_length input:-webkit-autofill,
.dataTables_length input:-webkit-autofill:focus,
.dataTables_length input:-webkit-autofill:hover,
.dataTables_length select:-webkit-autofill,
.dataTables_length select:-webkit-autofill:focus,
.dataTables_length select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #40444d
}

.b3__theme--dark .dataTables_filter input:-webkit-autofill,
.b3__theme--dark .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--dark .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--dark .dataTables_filter select:-webkit-autofill,
.b3__theme--dark .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--dark .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--dark .dataTables_length input:-webkit-autofill,
.b3__theme--dark .dataTables_length input:-webkit-autofill:focus,
.b3__theme--dark .dataTables_length input:-webkit-autofill:hover,
.b3__theme--dark .dataTables_length select:-webkit-autofill,
.b3__theme--dark .dataTables_length select:-webkit-autofill:focus,
.b3__theme--dark .dataTables_length select:-webkit-autofill:hover,
.b3__theme--trader .dataTables_filter input:-webkit-autofill,
.b3__theme--trader .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--trader .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--trader .dataTables_filter select:-webkit-autofill,
.b3__theme--trader .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--trader .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--trader .dataTables_length input:-webkit-autofill,
.b3__theme--trader .dataTables_length input:-webkit-autofill:focus,
.b3__theme--trader .dataTables_length input:-webkit-autofill:hover,
.b3__theme--trader .dataTables_length select:-webkit-autofill,
.b3__theme--trader .dataTables_length select:-webkit-autofill:focus,
.b3__theme--trader .dataTables_length select:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, .1) inset
}

.b3__theme--light .dataTables_filter input:-webkit-autofill,
.b3__theme--light .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--light .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--light .dataTables_filter select:-webkit-autofill,
.b3__theme--light .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--light .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--light .dataTables_length input:-webkit-autofill,
.b3__theme--light .dataTables_length input:-webkit-autofill:focus,
.b3__theme--light .dataTables_length input:-webkit-autofill:hover,
.b3__theme--light .dataTables_length select:-webkit-autofill,
.b3__theme--light .dataTables_length select:-webkit-autofill:focus,
.b3__theme--light .dataTables_length select:-webkit-autofill:hover {
    -webkit-text-fill-color: #40444d
}

.dataTables_filter input:focus::-ms-value,
.dataTables_filter select:focus::-ms-value,
.dataTables_length input:focus::-ms-value,
.dataTables_length select:focus::-ms-value {
    background: 0 0
}

.dataTables_filter input::-ms-expand,
.dataTables_filter select::-ms-expand,
.dataTables_length input::-ms-expand,
.dataTables_length select::-ms-expand {
    display: none
}

.dataTables_filter input,
.dataTables_length input {
    width: 100%
}

.dataTables_filter select,
.dataTables_length select {
    text-align-last: center
}

.dataTables_length label {
    border-radius: 3px
}

.dataTables_length select {
    background: rgba(246, 246, 247, .88);
    border-bottom: 1px solid #00b0e6
}

.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_length select {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .dataTables_length select {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .dataTables_length select {
    background: rgba(246, 246, 247, .88)
}

.dataTables_length select.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_length select.is-focused,
.b3__theme--trader .dataTables_length select.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .dataTables_length select.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .dataTables_length select.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_length select {
    border-bottom-color: #fff
}

.b3__theme--light .dataTables_length select {
    border-bottom-color: #00b0e6
}

.dataTables_filter label {
    width: 100%;
    border-radius: 3.2rem;
    border-bottom: 1px solid #00b0e6;
    caret-color: #00b0e6;
    background: rgba(246, 246, 247, .88)
}

.b3__theme--dark .dataTables_filter label,
.b3__theme--trader .dataTables_filter label {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .dataTables_filter label {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .dataTables_filter label {
    background: rgba(246, 246, 247, .88)
}

.dataTables_filter label.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_filter label.is-focused,
.b3__theme--trader .dataTables_filter label.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .dataTables_filter label.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .dataTables_filter label.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_filter label,
.b3__theme--trader .dataTables_filter label {
    border-bottom-color: #fff
}

.b3__theme--light .dataTables_filter label {
    border-bottom-color: #00b0e6
}

.dataTables_length:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: .13333rem;
    width: 0;
    left: 50%;
    background: #00b0e6;
    transition: all .4s ease-in-out
}

.dataTables_length:before {
    transform: translateX(-50%)
}

.dataTables_length:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .93333rem;
    right: 60%;
    top: 50%;
    transform: translateY(-35%)
}

.b3__theme--light .dataTables_length:after {
    color: #002c63
}

.b3__theme--dark .dataTables_length:after,
.b3__theme--trader .dataTables_length:after {
    color: #fff
}

.b3__theme--trader .dataTables_length:after {
    color: #fff
}

.dataTables_paginate {
    text-align: right;
    padding-top: .46667rem
}

.dataTables_paginate a {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: 50%!important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0!important;
    transition: all .2s;
    color: #0063de
}

.b3__theme--dark .dataTables_paginate a,
.b3__theme--trader .dataTables_paginate a {
    color: #ffd862
}

.b3__theme--light .dataTables_paginate a {
    color: #0063de
}

.dataTables_paginate a:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de
}

.b3__theme--dark .dataTables_paginate a:hover,
.b3__theme--trader .dataTables_paginate a:hover {
    color: #ffd862
}

.b3__theme--light .dataTables_paginate a:hover {
    color: #0063de
}

.dataTables_paginate a.next,
.dataTables_paginate a.previous {
    border-radius: 0;
    background: 0 0;
    width: auto;
    height: auto
}

.dataTables_paginate a.current {
    line-height: 1.73333rem;
    background: 0 0;
    border: 2px solid #00b0e6;
    color: #40444d
}

.b3__theme--dark .dataTables_paginate a.current,
.b3__theme--trader .dataTables_paginate a.current {
    color: #fff
}

.b3__theme--light .dataTables_paginate a.current {
    color: #40444d
}

.dataTables_paginate a.disabled {
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .dataTables_paginate a.disabled,
.b3__theme--trader .dataTables_paginate a.disabled {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .dataTables_paginate a.disabled {
    color: rgba(102, 110, 122, .4)
}

.dataTables_wrapper .dataTable thead .sorting_asc {
    position: relative
}

.badge {
    border-radius: 1.6rem;
    font-size: .66667rem;
    line-height: 1.46667rem;
    padding: 0 .46667rem;
    height: 1.73333rem;
    min-width: 1.73333rem;
    letter-spacing: .5px;
    display: inline-block;
    vertical-align: text-top;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    color: #002c63;
    background: #ffd862;
    color: #002c63
}

.b3__theme--dark .badge,
.b3__theme--trader .badge {
    border-color: #002c63
}

.b3__theme--trader .badge {
    border-color: #1e2023
}

.b3__theme--light .badge {
    border-color: #fff
}

.badge-light,
.badge-primary {
    background: #ffd862;
    color: #002c63
}

.badge-dark,
.badge-info,
.badge-secondary {
    background: #666e7a;
    color: #fff
}

.badge-success {
    background: #08ce79;
    color: #002c63
}

.badge-danger,
.badge-warning {
    background: #fa7c4a;
    color: #002c63
}

.display-1 .badge,
.display-2 .badge,
.display-3 .badge,
.display-4 .badge,
.h1 .badge .h2 .badge,
.h3 .badge,
.h4 .badge,
.h5 .badge,
.h6 .badge,
.lead,
h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge {
    margin-left: -.6em
}

.btn+.badge {
    vertical-align: text-bottom;
    margin: 0 0 1.6rem -1.4rem;
    position: relative;
    z-index: 2
}

.carousel {
    position: relative;
    padding-bottom: 2.8rem
}

.carousel-inner {
    border-radius: .2rem
}

.carousel-indicators {
    position: absolute;
    bottom: .8rem;
    left: 50%;
    transform: translate(-50%);
    margin: 0
}

.carousel-indicators li {
    width: .4rem;
    height: .4rem;
    transition: all .25s;
    border-radius: .4rem;
    opacity: 1;
    padding: 0;
    box-sizing: border-box;
    border: none;
    margin: 0 .3rem;
    background: #a2a8b1;
    overflow: hidden
}

.b3__theme--dark .carousel-indicators li,
.b3__theme--trader .carousel-indicators li {
    background: rgba(255, 255, 255, .25)
}

.b3__theme--light .carousel-indicators li {
    background: #a2a8b1
}

.carousel-indicators li.active {
    width: 1.4rem;
    background: #00b0e6
}

.carousel-control-next,
.carousel-control-prev {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    margin-top: -1.4rem;
    transform: translateY(-50%);
    border-radius: 2.4rem;
    background: #0063de;
    text-align: center;
    opacity: 0;
    transition: all .2s;
    padding: 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    transition: all .2s
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 0
}

.carousel-control-next:hover:active,
.carousel-control-prev:hover:active {
    transform: translateY(-50%) scale(.8)
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: .5;
    background: #0063de
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1!important;
    background: #0063de
}

.carousel-control-prev {
    left: 1.4rem
}

.carousel-control-next {
    right: 1.4rem
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 0 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0
}

.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    content: '';
    font-family: b3-icons;
    display: inline-block;
    vertical-align: top
}

.carousel-control-prev-icon:before {
    content: ""
}

.carousel-control-next-icon:before {
    content: ""
}

.carousel-caption {
    background: rgba(102, 110, 122, .18);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: #fff
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: #fff
}

.carousel-caption p {
    margin-bottom: 0
}

.progress {
    height: .2rem;
    border-radius: .2rem;
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #a2a8b1;
    background: 0 0;
    overflow: visible;
    height: 1.86667rem;
    position: relative
}

.progress:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: .2rem;
    height: .2rem;
    background: rgba(102, 110, 122, .4)
}

.b3__theme--dark .progress:before,
.b3__theme--trader .progress:before {
    background: rgba(255, 255, 255, .25)
}

.b3__theme--light .progress:before {
    background: rgba(102, 110, 122, .4)
}

.progress-bar {
    position: relative;
    height: 1.86667rem;
    border-radius: .46667rem;
    color: #a2a8b1;
    background-color: transparent!important;
    padding-bottom: 1rem
}

.progress-bar:before {
    position: absolute;
    content: '';
    display: block;
    bottom: -.13333rem;
    left: 0;
    right: 0;
    height: .46667rem;
    border-radius: .46667rem;
    background: #00b0e6
}

.progress-bar~.progress-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -.46667rem
}

.progress-bar.bg-info:before {
    background: #0063de
}

.b3__theme--dark .progress-bar.bg-info:before,
.b3__theme--trader .progress-bar.bg-info:before {
    background: #ffd862
}

.b3__theme--light .progress-bar.bg-info:before {
    background: #0063de
}

.progress-bar.bg-success:before {
    background: #08ce79
}

.b3__theme--dark .progress-bar.bg-success:before,
.b3__theme--trader .progress-bar.bg-success:before {
    background: #08ce79
}

.b3__theme--light .progress-bar.bg-success:before {
    background: #08ce79
}

.progress-bar.bg-danger:before,
.progress-bar.bg-warning:before {
    background: #fa7c4a
}

.b3__theme--dark .progress-bar.bg-danger:before,
.b3__theme--dark .progress-bar.bg-warning:before,
.b3__theme--trader .progress-bar.bg-danger:before,
.b3__theme--trader .progress-bar.bg-warning:before {
    background: #fa7c4a
}

.b3__theme--light .progress-bar.bg-danger:before,
.b3__theme--light .progress-bar.bg-warning:before {
    background: #fa7c4a
}

.img-thumbnail {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: .2rem;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.tooltip .arrow {
    visibility: hidden
}

.tooltip-inner {
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1);
    font-size: .8rem;
    letter-spacing: 0;
    font-weight: 700;
    border-radius: .2rem;
    padding: .4rem .8rem;
    background: #40444d;
    color: #fff;
    opacity: .95
}

.b3__theme--dark .tooltip-inner,
.b3__theme--trader .tooltip-inner {
    background: #fff;
    color: #002c63
}

.b3__theme--light .tooltip-inner {
    background: #40444d;
    color: #fff
}

.tooltip-inner:after,
.tooltip-inner:before {
    display: none!important
}

.b3__loading-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.66667rem;
    height: 6.66667rem;
    opacity: 0;
    transition: opacity .5s linear;
    transition-delay: .5s;
    z-index: 1050
}

.b3__loading-backdrop {
    transition: opacity .5s linear;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040
}

.b3__loading-backdrop--dark {
    background: #003475
}

.b3__loading-backdrop--light {
    background: #fff
}

.b3__loading-visible .b3__loading-backdrop,
.b3__loading-visible .b3__loading-block {
    opacity: 1
}

.b3__loading-hide .b3__loading-backdrop {
    transition-delay: .7s
}

.b3__loading-hide .b3__loading-block {
    transition-delay: 0
}

.b3__loading-inline {
    position: relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem
}

.b3__loading-inline:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid rgba(0, 176, 230, .2);
    border-top-color: #002c63;
    animation: spinner .8s linear infinite;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
    margin-left: -.8rem
}

.b3__theme--dark .b3__loading-inline:before,
.b3__theme--trader .b3__loading-inline:before {
    border-color: rgba(0, 176, 230, .6);
    border-top-color: #fff
}

.b3__theme--light .b3__loading-inline:before {
    border-color: rgba(0, 176, 230, .2);
    border-top-color: #002c63
}

[class*=b3__btn-with-icon] .b3__loading-inline:before {
    border-color: rgba(255, 255, 255, .25);
    border-top-color: #002c63
}

.b3__theme--dark [class*=b3__btn-with-icon] .b3__loading-inline:before,
.b3__theme--trader [class*=b3__btn-with-icon] .b3__loading-inline:before {
    border-color: rgba(255, 255, 255, .25);
    border-top-color: #002c63
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico]:before {
    vertical-align: top
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico] {
    left: .8rem
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico]:before {
    vertical-align: top
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico] {
    right: .8rem
}

.btn-group-lg>.btn .b3__loading-inline,
.btn-lg .b3__loading-inline {
    width: 2rem;
    height: 2rem
}

.btn-group-lg>.btn .b3__loading-inline:before,
.btn-lg .b3__loading-inline:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.b3__sidenav__bottom-menu {
    display: none
}

@media screen and (min-width:1024px) {
    .b3__sidenav__bottom-menu {
        display: block;
        position: fixed;
        transition: .5s all;
        left: 0;
        bottom: 0;
        width: 18rem;
        background: #1e2023
    }
    .b3__theme--dark .b3__sidenav__bottom-menu,
    .b3__theme--trader .b3__sidenav__bottom-menu {
        background: rgba(255, 255, 255, .25)
    }
    .b3__theme--light .b3__sidenav__bottom-menu {
        background: #1e2023
    }
    .b3__sidenav__bottom-menu ul {
        width: 18rem
    }
    .b3__sidenav__bottom-menu .b3__ico--double_arrow_left:before {
        transition: .25s all
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header {
        display: grid;
        grid-template-columns: 18rem auto;
        transition: .5s all
    }
}

.b3__sidenav__header .b3__sidenav__toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1rem;
    padding-right: 1rem
}

.b3__sidenav__header-brand,
.b3__sidenav__header-site {
    position: relative;
    padding: .8rem 1rem
}

.b3__sidenav__header-brand {
    line-height: 2.4rem;
    padding-left: 1.4rem
}

.b3__sidenav__header-brand .b3__logo--small {
    vertical-align: middle
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-brand {
        position: fixed;
        top: 0;
        z-index: 2;
        transition: .5s all;
        grid-column: 1;
        width: 18rem;
        line-height: 3.2rem
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-site {
        transition: .5s all;
        grid-column: 2;
        display: grid;
        grid-template-columns: 35% auto;
        grid-template-rows: 3.2rem;
        border-bottom: 1px solid rgba(102, 110, 122, .18);
        padding-left: 2.26667rem;
        padding-right: 2.26667rem
    }
}

@media screen and (min-width:1280px) {
    .b3__sidenav__header-site {
        grid-template-columns: 45% auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem
    }
}

@media screen and (min-width:1440px) {
    .b3__sidenav__header-site {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

.b3__sidenav__header-functions {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-areas: "a b" "c c"
}

.b3__sidenav__header-functions .btn {
    margin-bottom: 0
}

.b3__sidenav__header-functions .btn+.badge {
    margin-bottom: .2rem;
    margin-left: -1.8rem;
    pointer-events: none
}

.b3__sidenav__header-functions .input-group.is-search input {
    max-width: 11.33333rem
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-functions .input-group.is-search input {
        max-width: 100%
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-functions {
        grid-column: 2;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: .8rem;
        grid-template-areas: "c b a"
    }
}

.b3__sidenav__header-functions__item {
    grid-area: a;
    white-space: nowrap
}

.b3__sidenav__header-functions__item--small {
    grid-area: b;
    text-align: right;
    white-space: nowrap
}

.b3__sidenav__header-functions__item--large {
    grid-area: c;
    white-space: nowrap
}

.b3__sidenav__header-title {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: .8rem;
    margin-bottom: 1.6rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-title {
        grid-column: 1;
        margin: 0;
        padding: 0;
        color: #666e7a;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.25em;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 3.2rem;
        border-bottom: none
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__menu {
        position: fixed;
        left: 0;
        top: 4.8rem;
        bottom: 3.2rem;
        transition: .5s all;
        overflow-y: auto;
        overflow-x: hidden;
        width: 18rem
    }
    .b3__sidenav__menu ul {
        width: 18rem
    }
    .b3__sidenav__menu-item {
        transition: .25s all;
        transition-delay: .5s;
        opacity: 1;
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .b3__theme--dark .b3__sidenav,
    .b3__theme--trader .b3__sidenav {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (min-width:1024px) {
    .b3__theme--dark .b3__sidenav__bottom-menu,
    .b3__theme--dark .b3__sidenav__menu,
    .b3__theme--trader .b3__sidenav__bottom-menu,
    .b3__theme--trader .b3__sidenav__menu {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (min-width:1024px) {
    .b3__theme--dark .b3__sidenav__header-brand,
    .b3__theme--dark .b3__sidenav__header-site,
    .b3__theme--trader .b3__sidenav__header-brand,
    .b3__theme--trader .b3__sidenav__header-site {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (max-width:1023px) {
    .b3__theme--dark .b3__sidenav__header-title,
    .b3__theme--trader .b3__sidenav__header-title {
        background: #002c63;
        color: rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        margin-top: -.8rem;
        padding-top: .8rem
    }
}

@media screen and (max-width:1023px) {
    .b3__sidenav+.container {
        padding-top: 5.6rem
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav+.container {
        transition: .5s all;
        padding-left: 20.26667rem;
        padding-right: 2.26667rem;
        max-width: 100%!important
    }
}

@media screen and (min-width:1280px) {
    .b3__sidenav+.container {
        padding-left: 20.8rem;
        padding-right: 2.8rem
    }
}

@media screen and (min-width:1440px) {
    .b3__sidenav+.container {
        padding-left: 21.2rem;
        padding-right: 3.2rem
    }
}

@media screen and (max-width:1023px) {
    .b3__sidenav {
        position: fixed;
        top: 0;
        width: 100%;
        height: 4rem;
        overflow: hidden;
        transition: .5s;
        z-index: 9
    }
    .b3__sidenav--opened {
        height: 100vh;
        overflow: auto
    }
    .b3__sidenav--opened .b3__sidenav__toggle-text--closed {
        display: none
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle {
        padding: 0;
        width: 2.4rem;
        height: 2.4rem
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6rem;
        height: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.6rem
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico]:before {
        vertical-align: top
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav--minimized .b3__sidenav__bottom-menu,
    .b3__sidenav--minimized .b3__sidenav__header-brand,
    .b3__sidenav--minimized .b3__sidenav__menu {
        overflow-x: hidden;
        width: 4.8rem
    }
    .b3__sidenav--minimized .b3__sidenav__header {
        grid-template-columns: 4.8rem auto
    }
    .b3__sidenav--minimized .b3__sidenav__bottom-menu .b3__ico--double_arrow_left:before {
        transform: rotate(180deg)
    }
    .b3__sidenav--minimized .b3__sidenav__menu-item {
        opacity: 0
    }
}

@media screen and (min-width:1024px) and (min-width:1024px) {
    .b3__sidenav--minimized+.container {
        padding-left: 7.06667rem
    }
}

@media screen and (min-width:1024px) and (min-width:1280px) {
    .b3__sidenav--minimized+.container {
        padding-left: 7.6rem
    }
}

@media screen and (min-width:1024px) and (min-width:1440px) {
    .b3__sidenav--minimized+.container {
        padding-left: 8rem
    }
}

footer {
    margin: 0;
    padding-top: .8rem;
    padding-bottom: 3.2rem;
    border-top: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--dark footer,
.b3__theme--trader footer {
    background: #002c63
}

.b3__theme--light footer {
    background: #fff;
    border-top-color: rgba(255, 255, 255, .25)
}

footer {
    background: unset
}

.b3__text-color--light {
    color: #666e7a!important
}

.b3__text-color--dark {
    color: rgba(255, 255, 255, .7)!important
}

.b3__text-color__emphasis--light {
    color: #40444d!important
}

.b3__text-color__emphasis--dark {
    color: #fff!important
}

.b3__text-color__menu--light {
    color: #002c63!important
}

.b3__text-color__menu--dark {
    color: #fff!important
}

.b3__text-color__interaction--light {
    color: #0063de!important
}

.b3__text-color__interaction--dark {
    color: #ffd862!important
}

.b3__text-color__positive--light {
    color: #008750!important
}

.b3__text-color__positive--dark {
    color: #08ce79!important
}

.b3__text-color__negative--light {
    color: #c40!important
}

.b3__text-color__negative--dark {
    color: #fa7c4a!important
}

.b3__bg__gray--1 {
    background-color: #f6f6f7!important
}

.b3__bg__gray--2 {
    background-color: rgba(102, 110, 122, .18)!important
}

.b3__bg__white--1 {
    background-color: rgba(255, 255, 255, .15)!important
}

.b3__bg__white--2 {
    background-color: rgba(255, 255, 255, .25)!important
}

.b3__border-top {
    border-top: 2px solid #002c63!important
}

.b3__theme--dark .b3__border-top,
.b3__theme--trader .b3__border-top {
    border-top-color: #fff!important
}

.b3__theme--light .b3__border-top {
    border-top-color: #002c63!important
}

.b3__border-bottom {
    border-bottom: 2px solid #002c63!important
}

.b3__theme--dark .b3__border-bottom,
.b3__theme--trader .b3__border-bottom {
    border-bottom-color: #fff!important
}

.b3__theme--light .b3__border-bottom {
    border-bottom-color: #002c63!important
}

.b3__padding-top {
    padding-top: 1.6rem
}

.b3__padding-top--small {
    padding-top: .8rem
}

.b3__padding-top--large {
    padding-top: 3.2rem
}

.b3__padding-top--none {
    padding-top: 0
}

.b3__padding-bottom {
    padding-bottom: 1.6rem
}

.b3__padding-bottom--small {
    padding-bottom: .8rem
}

.b3__padding-bottom--large {
    padding-bottom: 3.2rem
}

.b3__padding-bottom--none {
    padding-bottom: 0
}

.b3__padding-top-bottom {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.b3__padding-top-bottom--small {
    padding-top: .8rem;
    padding-bottom: .8rem
}

.b3__padding-top-bottom--large {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
}

.b3__padding-top-bottom--none {
    padding-top: 0;
    padding-bottom: 0
}

.b3__padding-left {
    padding-left: 1.6rem
}

.b3__padding-left--small {
    padding-left: .8rem
}

.b3__padding-left--large {
    padding-left: 3.2rem
}

.b3__padding-left--none {
    padding-left: 0
}

.b3__padding-right {
    padding-right: 1.6rem
}

.b3__padding-right--small {
    padding-right: .8rem
}

.b3__padding-right--large {
    padding-right: 3.2rem
}

.b3__padding-right--none {
    padding-right: 0
}

.b3__padding-left-right {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.b3__padding-left-right--small {
    padding-left: .8rem;
    padding-right: .8rem
}

.b3__padding-left-right--large {
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.b3__padding-left-right--none {
    padding-left: 0;
    padding-right: 0
}

.b3__margin-top {
    margin-top: 1.6rem!important
}

.b3__margin-top--small {
    margin-top: .8rem!important
}

.b3__margin-top--large {
    margin-top: 3.2rem!important
}

.b3__margin-top--none {
    margin-top: 0
}

.b3__margin-bottom {
    margin-bottom: 1.6rem!important
}

.b3__margin-bottom--small {
    margin-bottom: .8rem!important
}

.b3__margin-bottom--medium {
    margin-bottom: 1.6rem !important;
}

.b3__margin-bottom--large {
    margin-bottom: 3.2rem!important
}

.b3__margin-bottom--none {
    margin-bottom: 0
}

.b3__margin-top-bottom {
    margin-top: 1.6rem!important;
    margin-bottom: 1.6rem!important
}

.b3__margin-top-bottom--small {
    margin-top: .8rem!important;
    margin-bottom: .8rem!important
}

.b3__margin-top-bottom--large {
    margin-top: 3.2rem!important;
    margin-bottom: 3.2rem!important
}

.b3__margin-top-bottom--none {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.b3__margin-left {
    margin-left: 1.6rem!important
}

.b3__margin-left--small {
    margin-left: .8rem!important
}

.b3__margin-left--large {
    margin-left: 3.2rem!important
}

.b3__margin-left--none {
    margin-left: 0!important
}

.b3__margin-right {
    margin-right: 1.6rem!important
}

.b3__margin-right--small {
    margin-right: .8rem!important
}

.b3__margin-right--large {
    margin-right: 3.2rem!important
}

.b3__margin-right--none {
    margin-right: 0!important
}

.b3__margin-left-right {
    margin-left: 1.6rem!important;
    margin-right: 1.6rem!important
}

.b3__margin-left-right--small {
    margin-left: .8rem!important;
    margin-right: .8rem!important
}

.b3__margin-left-right--large {
    margin-left: 3.2rem!important;
    margin-right: 3.2rem!important
}

.b3__margin-left-right--none {
    margin-left: 0!important;
    margin-right: 0!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.fix-scroll{
    width: calc(100% - 1px) !important;
}