body {
    font-size: 18px;
}

.bootstrap-select .dropdown-toggle:focus,
.multisteps-form__progress-btn,
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.btn-link,
.btn-link.focus,
.btn-link:focus,
.btn-link:hover,
.btn:hover,
.card-link:hover,
.close:hover,
.custom-file-control:hover::before,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.list-group-item-action:focus,
.list-group-item-action:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
a.badge:focus,
a.badge:hover,
a:not([href]),
a:not([href]):hover {
    text-decoration: none
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

.accordion>.card,
.collapsing,
.dropdown-divider,
.modal-open,
.progress,
.progress-bar,
.toast,
svg {
    overflow: hidden
}

img,
svg {
    vertical-align: middle
}

body,
caption {
    text-align: left
}

.dropdown-item,
th {
    text-align: inherit
}

dd,
label {
    margin-bottom: .5rem
}

pre,
textarea {
    overflow: auto
}

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

progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

button,
hr,
input {
    overflow: visible
}

.card,
code {
    word-wrap: break-word
}

.card {
    font-weight: 400
}

.alert-link,
.close,
dt,
kbd kbd {
    font-weight: 700
}


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

:root {
    --blue: #0081FF;
    --indigo: #5e5ce6;
    --purple: #7367F0;
    --pink: #ff375f;
    --red: #FF3D57;
    --orange: #FF8A48;
    --yellow: #FDBF5E;
    --green: #09B66D;
    --teal: #009688;
    --cyan: #00bcd4;
    --white: #fff;
    --gray: #828D99;
    --gray-dark: #304156;
    --primary: #0081FF;
    --secondary: #304156;
    --success: #09B66D;
    --info: #5e5ce6;
    --warning: #FF8A48;
    --danger: #FF3D57;
    --light: #73808c;
    --dark: #1e2835;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 321px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1399px;
    --breakpoint-xxl: 1699px;
    --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tagify-dd-color-primary: #0081FF;
    --tagify-dd-bg-color: #fff
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    background-color: #F2F4F4
}

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

address {
    font-style: normal;
    line-height: inherit
}

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

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a:not([href]),
a:not([href]):hover {
    color: inherit
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

img {
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #828D99;
    caption-side: bottom
}

button {
    border-radius: 0
}

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

button,
select {
    text-transform: none
}

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

select {
    word-wrap: normal
}

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

[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=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    resize: vertical
}

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

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

.badge,
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand,
.progress-bar,
.sr-only {
    white-space: nowrap
}

[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
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.blockquote,
hr {
    margin-bottom: 1rem
}

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

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

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

.list-inline,
.list-unstyled {
    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-footer {
    display: block;
    font-size: 80%
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #F2F4F4;
    border: 1px solid #E7EDF3;
    border-radius: .25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #828D99
}

code,
kbd {
    font-size: 87.5%
}

a>code,
pre code {
    color: inherit
}

code {
    color: #ff375f
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #1e2835;
    border-radius: .2rem;
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .container,
    .container-sm,
    .container-xs {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm,
    .container-xs {
        max-width: 720px
    }
}

@media (min-width:1024px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xs {
        max-width: 960px
    }
}

@media (min-width:1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xs {
        max-width: 1340px
    }
}

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

.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,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

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

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

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

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

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

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

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

.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:321px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-xs-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xs-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xs-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xs-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xs-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xs-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xs-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xs-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xs-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xs-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xs-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xs-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xs-first {
        order: -1
    }
    .order-xs-last {
        order: 13
    }
    .order-xs-0 {
        order: 0
    }
    .order-xs-1 {
        order: 1
    }
    .order-xs-2 {
        order: 2
    }
    .order-xs-3 {
        order: 3
    }
    .order-xs-4 {
        order: 4
    }
    .order-xs-5 {
        order: 5
    }
    .order-xs-6 {
        order: 6
    }
    .order-xs-7 {
        order: 7
    }
    .order-xs-8 {
        order: 8
    }
    .order-xs-9 {
        order: 9
    }
    .order-xs-10 {
        order: 10
    }
    .order-xs-11 {
        order: 11
    }
    .order-xs-12 {
        order: 12
    }
    .offset-xs-0 {
        margin-left: 0
    }
    .offset-xs-1 {
        margin-left: 8.33333%
    }
    .offset-xs-2 {
        margin-left: 16.66667%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .offset-xs-4 {
        margin-left: 33.33333%
    }
    .offset-xs-5 {
        margin-left: 41.66667%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .offset-xs-7 {
        margin-left: 58.33333%
    }
    .offset-xs-8 {
        margin-left: 66.66667%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .offset-xs-10 {
        margin-left: 83.33333%
    }
    .offset-xs-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .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:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .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:1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .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:1399px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .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%
    }
}

@media (min-width:1699px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

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

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, .06)
}

.table tbody+tbody {
    border-top: 2px solid rgba(0, 0, 0, .06)
}

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

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, .06)
}

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

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

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

.table-hover tbody tr:hover {
    color: #304156;
    background-color: rgba(0, 0, 0, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #304156;
    border-color: #3e546f
}

.table .thead-light th {
    color: #475F7B;
    background-color: #F2F4F4;
    border-color: rgba(0, 0, 0, .06)
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #3e546f
}

.table-dark.table-bordered,
.table-responsive>.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:320.98px) {
    .table-responsive-xs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xs>.table-bordered {
        border: 0
    }
}

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

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

@media (max-width:1023.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:1398.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width:1698.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

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

.custom-file-control,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #304156;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
}

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

.custom-file-control:-moz-focusring,
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #304156
}

.custom-file-control:focus,
.form-control:focus {
    color: #304156;
    background-color: rgba(0, 0, 0, 0);
    border-color: #4da7ff;
    outline: 0
}

.custom-file-control::placeholder,
.form-control::placeholder {
    opacity: 1
}

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

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

select.custom-file-control:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #304156;
    background-color: rgba(0, 0, 0, 0)
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    margin-bottom: 0;
    font-size: .9375rem;
    line-height: 1.5;
    color: #304156;
    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);
    padding: .25rem 0;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

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

.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: #09B66D
}

.invalid-tooltip,
.valid-tooltip {
    display: none;
    margin-top: .1rem;
    border-radius: .25rem;
    line-height: 1.5;
    max-width: 100%
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    padding: .25rem .5rem;
    font-size: .8125rem;
    color: #fff;
    background-color: rgba(9, 182, 109, .9)
}

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

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #09B66D
}

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

.form-control.is-valid:focus,
.is-valid.custom-file-control:focus,
.was-validated .custom-file-control:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

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

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

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

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

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

.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(9, 182, 109, .25)
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    padding: .25rem .5rem;
    font-size: .8125rem;
    color: #fff;
    background-color: rgba(255, 61, 87, .9)
}

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

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

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

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

.form-control.is-invalid:focus,
.is-invalid.custom-file-control:focus,
.was-validated .custom-file-control:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

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

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

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

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

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

.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(255, 61, 87, .25)
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

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

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

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .custom-file-control,
    .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,
.custom-file-control::before {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5
}

@media (prefers-reduced-motion:reduce) {
    .btn,
    .custom-file-control,
    .custom-file-control::before,
    .form-control {
        transition: none
    }
}

.btn.focus,
.btn:focus,
.custom-file-control:focus::before,
.focus.custom-file-control::before {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled,
.custom-file-control:disabled::before,
.disabled.custom-file-control::before {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled),
.custom-file-control:not(:disabled):not(.disabled)::before {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.custom-file-control:not(:disabled):not(.disabled).active::before,
.custom-file-control:not(:disabled):not(.disabled):active::before {
    box-shadow: none
}

a.btn.disabled,
a.disabled.custom-file-control::before,
fieldset:disabled a.btn,
fieldset:disabled a.custom-file-control::before {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF;
    box-shadow: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #006ed9;
    border-color: #0067cc;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.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, 148, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0067cc;
    border-color: #0061bf
}

.btn-secondary {
    color: #fff;
    background-color: #304156;
    border-color: #304156;
    box-shadow: none
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #222e3d;
    border-color: #1e2835;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.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(79, 94, 111, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1e2835;
    border-color: #19222d
}

.btn-success {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D;
    box-shadow: none
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #079257;
    border-color: #078550;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.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(46, 193, 131, .5)
}

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

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

.btn-info {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6;
    box-shadow: none
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #3d3be1;
    border-color: #3230df;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.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(118, 116, 234, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3230df;
    border-color: #2725de
}

.btn-warning {
    color: #1e2835;
    background-color: #FF8A48;
    border-color: #FF8A48;
    box-shadow: none
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #ff7222;
    border-color: #ff6915
}

.btn-warning.focus,
.btn-warning:focus,
.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(221, 123, 69, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #1e2835;
    background-color: #FF8A48;
    border-color: #FF8A48
}

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

.btn-danger {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57;
    box-shadow: none
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #ff1736;
    border-color: #ff0a2b;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.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(255, 90, 112, .5)
}

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

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

.btn-light {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c;
    box-shadow: none
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #626d77;
    border-color: #5c6670;
    color: #fff
}

.btn-light.focus,
.btn-light:focus,
.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(136, 147, 157, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #5c6670;
    border-color: #566069
}

.btn-dark {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835;
    box-shadow: none
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #10161d;
    border-color: #0b1015;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.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(64, 72, 84, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0b1015;
    border-color: #07090c
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.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, 129, 255, .5)
}

.btn-outline-primary {
    color: #0081FF;
    border-color: #0081FF
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.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(48, 65, 86, .5)
}

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

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

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

.btn-outline-success.focus,
.btn-outline-success:focus,
.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(9, 182, 109, .5)
}

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

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

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

.btn-outline-info.focus,
.btn-outline-info:focus,
.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(94, 92, 230, .5)
}

.btn-outline-info {
    color: #5e5ce6;
    border-color: #5e5ce6
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

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

.btn-outline-warning.focus,
.btn-outline-warning:focus,
.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(255, 138, 72, .5)
}

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

.btn-outline-warning:hover {
    color: #1e2835;
    background-color: #FF8A48;
    border-color: #FF8A48
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #FF8A48;
    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: #1e2835;
    background-color: #FF8A48;
    border-color: #FF8A48
}

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.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(255, 61, 87, .5)
}

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

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

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

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

.btn-outline-light.focus,
.btn-outline-light:focus,
.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(115, 128, 140, .5)
}

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

.btn-outline-light:hover {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #73808c;
    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: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.btn-outline-dark.focus,
.btn-outline-dark:focus,
.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(30, 40, 53, .5)
}

.btn-outline-dark {
    color: #1e2835;
    border-color: #1e2835
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835
}

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

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.btn-link {
    font-weight: 400;
    color: #0081FF
}

.btn-link:hover {
    color: #0067cc
}

.btn-link.disabled,
.btn-link:disabled {
    color: rgba(0, 0, 0, .26);
    pointer-events: none
}

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

.btn-group-sm>.btn,
.btn-group-sm>.custom-file-control::before,
.btn-sm {
    padding: .40625rem .5rem;
    font-size: .8125rem;
    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
}

.dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: inline-block;
    content: ""
}

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

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

.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: .9375rem;
    color: #304156;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.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 {
    margin-left: .255em;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

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

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

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

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

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1e2835;
    background-color: transparent;
    border: 0
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #151c25;
    background-color: #FAFBFB
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #0067cc
}

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .8125rem;
    color: #828D99
}

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

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

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

.btn-group-vertical>.active.custom-file-control::before,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.custom-file-control:active::before,
.btn-group-vertical>.custom-file-control:focus::before,
.btn-group-vertical>.custom-file-control:hover::before,
.btn-group>.active.custom-file-control::before,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.custom-file-control:active::before,
.btn-group>.custom-file-control:focus::before,
.btn-group>.custom-file-control:hover::before {
    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),
.btn-group>.custom-file-control:not(:first-child)::before {
    margin-left: -1px
}

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

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

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

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

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

.btn-group.show .dropdown-toggle,
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

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

.input-group,
.nav,
.navbar {
    flex-wrap: wrap
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.custom-file-control::before {
    width: 100%
}

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>.custom-file-control::before,
.btn-group-toggle>.custom-file-control::before {
    margin-bottom: 0
}

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

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

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

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-file-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-file-control+.custom-file,
.input-group>.custom-file-control+.custom-file-control,
.input-group>.custom-file-control+.custom-select,
.input-group>.custom-file-control+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-file-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-file-control,
.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-file-control,
.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-file-control:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

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

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

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

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

.input-group-append .btn:focus,
.input-group-append .custom-file-control:focus::before,
.input-group-prepend .btn:focus,
.input-group-prepend .custom-file-control:focus::before {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.custom-file-control::before,
.input-group-append .btn+.input-group-text,
.input-group-append .custom-file-control::before+.btn,
.input-group-append .custom-file-control::before+.custom-file-control::before,
.input-group-append .custom-file-control::before+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.custom-file-control::before,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.custom-file-control::before,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .custom-file-control::before+.btn,
.input-group-prepend .custom-file-control::before+.custom-file-control::before,
.input-group-prepend .custom-file-control::before+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.custom-file-control::before,
.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 {
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #304156;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0
}

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

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

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

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

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

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

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.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)>.custom-file-control::before,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.custom-file-control::before,
.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>.custom-file-control::before,
.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>.custom-file-control:not(:first-child)::before,
.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)>.custom-file-control::before,
.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.40625rem;
    padding-left: 1.5rem
}

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

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

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0067cc;
    background-color: #0067cc;
    box-shadow: none
}

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

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

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #80c0ff;
    border-color: #80c0ff;
    box-shadow: none
}

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

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

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

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .20312rem;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    content: "";
    display: block
}

.custom-control-label::before {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #73808c;
    box-shadow: none
}

.custom-control-label::after {
    background: 50%/50% 50% no-repeat
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #0067cc;
    background-color: #0067cc;
    box-shadow: none
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 129, 255, .5)
}

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

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

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

.custom-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(.20312rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #73808c;
    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: rgba(0, 0, 0, 0);
    transform: translateX(.75rem)
}

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

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

.custom-select:focus {
    outline: 0;
}

.custom-select:focus::-ms-value {
    color: #304156;
    background-color: rgba(0, 0, 0, 0)
}

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

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

.custom-select:disabled {
    color: #828D99
}

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

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

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

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

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(1.5em + .875rem + 2px)
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.custom-file-input {
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    padding: .4375rem 0;
    line-height: 1.3;
    color: #304156;
    top: 0;
    right: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #4da7ff;
    box-shadow: 0 0 0 .2rem rgba(0, 103, 204, .25)
}

.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 {
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: transparent;
    border: 0 solid #F0F1F2;
    border-radius: 0;
    box-shadow: none
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .875rem);
    content: "Browse";
    background-color: transparent;
    border-left: inherit;
    border-radius: 0
}

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

.custom-range:focus {
    outline: 0
}

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

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #F2F4F4, 0 0 0 .2rem rgba(0, 103, 204, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #F2F4F4, 0 0 0 .2rem rgba(0, 103, 204, .25)
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0067cc;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    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: #80c0ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E7EDF3;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0067cc;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    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: #80c0ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E7EDF3;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0067cc;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    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: #80c0ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

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

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

.nav-link.disabled {
    pointer-events: none;
    cursor: default
}

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #E7EDF3 #E7EDF3 #F2F4F4
}

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

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0067cc
}

.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,
.toast.show {
    display: block
}

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

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

.navbar-brand {
    display: inline-block;
    padding-top: .45312rem;
    padding-bottom: .45312rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit
}

.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: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.badge,
button,
input,
select,
textarea {
    vertical-align: baseline
}

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

@media (min-width:321px) {
    .navbar-expand-xs {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xs .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xs>.container,
    .navbar-expand-xs>.container-fluid,
    .navbar-expand-xs>.container-lg,
    .navbar-expand-xs>.container-md,
    .navbar-expand-xs>.container-sm,
    .navbar-expand-xs>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xs .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xs .navbar-toggler {
        display: none
    }
}

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

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

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

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

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

@media (min-width:1024px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

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

@media (min-width:1399px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

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

@media (min-width:1699px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-lg,
    .navbar-expand-xxl>.container-md,
    .navbar-expand-xxl>.container-sm,
    .navbar-expand-xxl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

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

.list-group-horizontal,
.navbar-expand .navbar-nav,
.ul-list-group-2 .list-group-item {
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand,
.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

.navbar-dark .navbar-text a,
.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;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0
}

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

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

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

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

.card-footer,
.card-header {
    padding: .75rem 1.25rem;
    background-color: #fff
}

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

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

.card-subtitle {
    margin-top: -.375rem
}

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

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

.card-header {
    border-bottom: 1px solid #F2F4F4
}

.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 {
    border-top: 1px solid #F2F4F4
}

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

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

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

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

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

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

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

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

.page-item:first-child .page-link,
.page-link {
    margin-left: 0
}

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

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-columns .card,
.toast:not(:last-child) {
    margin-bottom: .75rem
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

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

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

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

.badge,
.breadcrumb,
.list-group {
    border-radius: .25rem
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none
}

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

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

.breadcrumb-item.active {
    color: #828D99
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    line-height: 1.25;
    background-color: transparent
}

.badge,
.close {
    line-height: 1
}

.page-link:hover {
    z-index: 2;
    border-color: #E7EDF3
}

.page-link:focus {
    z-index: 3;
    outline: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #0067cc
}

.page-item.disabled .page-link {
    color: #828D99;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #E7EDF3
}

.badge {
    display: inline-block;
    text-align: center;
    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
    }
}

.badge:empty {
    display: none
}

.btn .badge,
.custom-file-control::before .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0081FF
}

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

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

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(48, 65, 86, .5)
}

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

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

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

.badge-info {
    color: #fff;
    background-color: #5e5ce6
}

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

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

.badge-warning {
    color: #1e2835;
    background-color: #FF8A48
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #1e2835;
    background-color: #ff6915
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .5)
}

.badge-danger {
    color: #fff;
    background-color: #FF3D57
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ff0a2b
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .5)
}

.badge-light {
    color: #fff;
    background-color: #73808c
}

a.badge-light:focus,
a.badge-light:hover {
    color: #fff;
    background-color: #5c6670
}

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

.badge-dark {
    color: #fff;
    background-color: #1e2835
}

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

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(30, 40, 53, .5)
}

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

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

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

.alert {
    margin-bottom: 1rem
}

.alert-heading {
    color: inherit
}

.alert-dismissible {
    padding-right: 4.40625rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem;
    color: inherit
}

.alert-primary {
    color: #004385;
    background-color: #cce6ff;
    border-color: #b8dcff
}

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

.alert-primary .alert-link {
    color: #002952
}

.alert-secondary {
    color: #19222d;
    background-color: #d6d9dd;
    border-color: #c5cad0
}

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

.alert-secondary .alert-link {
    color: #07090c
}

.alert-success {
    color: #055f39;
    background-color: #cef0e2;
    border-color: #baebd6
}

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

.alert-success .alert-link {
    color: #022f1c
}

.alert-info {
    color: #313078;
    background-color: #dfdefa;
    border-color: #d2d1f8
}

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

.alert-info .alert-link {
    color: #222154
}

.alert-warning {
    color: #854825;
    background-color: #ffe8da;
    border-color: #ffdecc
}

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

.alert-warning .alert-link {
    color: #5d321a
}

.alert-danger {
    color: #85202d;
    background-color: #ffd8dd;
    border-color: #ffc9d0
}

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

.alert-danger .alert-link {
    color: #5c161f
}

.alert-light {
    color: #3c4249;
    background-color: #e3e6e8;
    border-color: #d8dbdf
}

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

.alert-light .alert-link {
    color: #25292d
}

.alert-dark {
    color: #0f151c;
    background-color: #d2d4d7;
    border-color: #c0c3c7
}

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

.alert-dark .alert-link {
    color: #000
}

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

.progress {
    display: flex;
    line-height: 0;
    font-size: .70312rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: width .6s ease
}

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

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

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

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

.media-body {
    flex: 1
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #475F7B;
    background-color: #FAFBFB
}

.list-group-item-action:active {
    color: #304156;
    background-color: #F2F4F4
}

.list-group-item {
    position: relative;
    background-color: inherit;
    border: 1px solid #F0F1F2
}

.list-group-item+.list-group-item,
.table thead th {
    border-top-width: 0
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #828D99;
    pointer-events: none;
    background-color: inherit
}

.badge-primary[href]:focus,
.badge-primary[href]:hover,
.list-group-item.active {
    background-color: #0067cc
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    border-color: #0067cc
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #004385;
    background-color: #b8dcff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004385;
    background-color: #9fcfff
}

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

.list-group-item-secondary {
    color: #19222d;
    background-color: #c5cad0
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #19222d;
    background-color: #b7bdc5
}

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

.list-group-item-success {
    color: #055f39;
    background-color: #baebd6
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #055f39;
    background-color: #a6e5ca
}

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

.list-group-item-info {
    color: #313078;
    background-color: #d2d1f8
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #313078;
    background-color: #bcbbf5
}

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

.list-group-item-warning {
    color: #854825;
    background-color: #ffdecc
}

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

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

.list-group-item-danger {
    color: #85202d;
    background-color: #ffc9d0
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #85202d;
    background-color: #ffb0ba
}

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

.list-group-item-light {
    color: #3c4249;
    background-color: #d8dbdf
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #3c4249;
    background-color: #caced4
}

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

.list-group-item-dark {
    color: #0f151c;
    background-color: #c0c3c7
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #0f151c;
    background-color: #b3b6bb
}

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

.close {
    float: right;
    font-size: 1.40625rem;
    color: #000;
    opacity: .5
}

.close:hover {
    color: #000
}

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

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

.toast,
.toast-header {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box
}

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

.toast {
    max-width: 350px;
    font-size: .875rem;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.popover,
.tooltip {
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    text-decoration: none;
    word-wrap: break-word;
    text-shadow: none
}

.toast.show,
.toast.showing {
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #828D99;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.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 .3s ease-out;
    transform: translate(0, -50px)
}

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

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

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

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

.modal-dialog-scrollable .modal-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);
    height: min-content;
    content: ""
}

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

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #F0F1F2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #F0F1F2;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }
    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    letter-spacing: normal;
    opacity: 0
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    background-color: rgba(97, 97, 97, .9);
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    letter-spacing: normal;
    background-color: #fff;
    background-clip: padding-box;
    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)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .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);
    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(0, 0, 0, .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)
}

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

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .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
}

.carousel,
.carousel-inner,
.carousel-item {
    position: relative
}

.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);
    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(0, 0, 0, .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: .9375rem;
    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: #304156
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    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: opacity 0s .6s
}

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

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .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: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: text-bottom
}

.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 {
    width: 2rem;
    height: 2rem;
    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;
        transform: none
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    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
}

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

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

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

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

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

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0b1015 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #F0F1F2 !important
}

.border-top {
    border-top: 1px solid #F0F1F2 !important
}

.border-right {
    border-right: 1px solid #F0F1F2 !important
}

.border-bottom {
    border-bottom: 1px solid #F0F1F2 !important
}

.border-left {
    border-left: 1px solid #F0F1F2 !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-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded {
    border-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:321px) {
    .d-xs-none {
        display: none !important
    }
    .d-xs-inline {
        display: inline !important
    }
    .d-xs-inline-block {
        display: inline-block !important
    }
    .d-xs-block {
        display: block !important
    }
    .d-xs-table {
        display: table !important
    }
    .d-xs-table-row {
        display: table-row !important
    }
    .d-xs-table-cell {
        display: table-cell !important
    }
    .d-xs-flex {
        display: flex !important
    }
    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1024px) {
    .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:1399px) {
    .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 (min-width:1699px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-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:321px) {
    .flex-xs-row {
        flex-direction: row !important
    }
    .flex-xs-column {
        flex-direction: column !important
    }
    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xs-wrap {
        flex-wrap: wrap !important
    }
    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xs-fill {
        flex: 1 1 auto !important
    }
    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xs-start {
        justify-content: flex-start !important
    }
    .justify-content-xs-end {
        justify-content: flex-end !important
    }
    .justify-content-xs-center {
        justify-content: center !important
    }
    .justify-content-xs-between {
        justify-content: space-between !important
    }
    .justify-content-xs-around {
        justify-content: space-around !important
    }
    .align-items-xs-start {
        align-items: flex-start !important
    }
    .align-items-xs-end {
        align-items: flex-end !important
    }
    .align-items-xs-center {
        align-items: center !important
    }
    .align-items-xs-baseline {
        align-items: baseline !important
    }
    .align-items-xs-stretch {
        align-items: stretch !important
    }
    .align-content-xs-start {
        align-content: flex-start !important
    }
    .align-content-xs-end {
        align-content: flex-end !important
    }
    .align-content-xs-center {
        align-content: center !important
    }
    .align-content-xs-between {
        align-content: space-between !important
    }
    .align-content-xs-around {
        align-content: space-around !important
    }
    .align-content-xs-stretch {
        align-content: stretch !important
    }
    .align-self-xs-auto {
        align-self: auto !important
    }
    .align-self-xs-start {
        align-self: flex-start !important
    }
    .align-self-xs-end {
        align-self: flex-end !important
    }
    .align-self-xs-center {
        align-self: center !important
    }
    .align-self-xs-baseline {
        align-self: baseline !important
    }
    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    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(0, 0, 0, .075) !important
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .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
}

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

.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:321px) {
    .m-xs-0 {
        margin: 0 !important
    }
    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important
    }
    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important
    }
    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important
    }
    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important
    }
    .m-xs-1 {
        margin: .25rem !important
    }
    .mt-xs-1,
    .my-xs-1 {
        margin-top: .25rem !important
    }
    .mr-xs-1,
    .mx-xs-1 {
        margin-right: .25rem !important
    }
    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: .25rem !important
    }
    .ml-xs-1,
    .mx-xs-1 {
        margin-left: .25rem !important
    }
    .m-xs-2 {
        margin: .5rem !important
    }
    .mt-xs-2,
    .my-xs-2 {
        margin-top: .5rem !important
    }
    .mr-xs-2,
    .mx-xs-2 {
        margin-right: .5rem !important
    }
    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: .5rem !important
    }
    .ml-xs-2,
    .mx-xs-2 {
        margin-left: .5rem !important
    }
    .m-xs-3 {
        margin: 1rem !important
    }
    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important
    }
    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important
    }
    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important
    }
    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important
    }
    .m-xs-4 {
        margin: 1.5rem !important
    }
    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important
    }
    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important
    }
    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important
    }
    .m-xs-5 {
        margin: 3rem !important
    }
    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important
    }
    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important
    }
    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important
    }
    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important
    }
    .p-xs-0 {
        padding: 0 !important
    }
    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important
    }
    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important
    }
    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important
    }
    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important
    }
    .p-xs-1 {
        padding: .25rem !important
    }
    .pt-xs-1,
    .py-xs-1 {
        padding-top: .25rem !important
    }
    .pr-xs-1,
    .px-xs-1 {
        padding-right: .25rem !important
    }
    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: .25rem !important
    }
    .pl-xs-1,
    .px-xs-1 {
        padding-left: .25rem !important
    }
    .p-xs-2 {
        padding: .5rem !important
    }
    .pt-xs-2,
    .py-xs-2 {
        padding-top: .5rem !important
    }
    .pr-xs-2,
    .px-xs-2 {
        padding-right: .5rem !important
    }
    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: .5rem !important
    }
    .pl-xs-2,
    .px-xs-2 {
        padding-left: .5rem !important
    }
    .p-xs-3 {
        padding: 1rem !important
    }
    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important
    }
    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important
    }
    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important
    }
    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important
    }
    .p-xs-4 {
        padding: 1.5rem !important
    }
    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important
    }
    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important
    }
    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important
    }
    .p-xs-5 {
        padding: 3rem !important
    }
    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important
    }
    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important
    }
    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important
    }
    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important
    }
    .m-xs-n1 {
        margin: -.25rem !important
    }
    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -.25rem !important
    }
    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -.25rem !important
    }
    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -.25rem !important
    }
    .m-xs-n2 {
        margin: -.5rem !important
    }
    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -.5rem !important
    }
    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -.5rem !important
    }
    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -.5rem !important
    }
    .m-xs-n3 {
        margin: -1rem !important
    }
    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -1rem !important
    }
    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -1rem !important
    }
    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -1rem !important
    }
    .m-xs-n4 {
        margin: -1.5rem !important
    }
    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -1.5rem !important
    }
    .m-xs-n5 {
        margin: -3rem !important
    }
    .mt-xs-n5,
    .my-xs-n5 {
        margin-top: -3rem !important
    }
    .mr-xs-n5,
    .mx-xs-n5 {
        margin-right: -3rem !important
    }
    .mb-xs-n5,
    .my-xs-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xs-n5,
    .mx-xs-n5 {
        margin-left: -3rem !important
    }
    .m-xs-auto {
        margin: auto !important
    }
    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important
    }
    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important
    }
    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important
    }
    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important
    }
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

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

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

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

@media (min-width:768px) {
    .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
    }
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .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
    }
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1024px) {
    .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
    }
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .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
    }
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1399px) {
    .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-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .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-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1699px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-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
}

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

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

a.text-success:focus,
a.text-success:hover {
    color: #056d41 !important
}

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

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

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

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

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

.text-body {
    color: #304156 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .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
}

.bmd-help,
body {
    font-weight: 400
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

a:focus,
button:focus {
    outline: 0
}

.bmd-layout-canvas {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.bmd-layout-container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bmd-layout-header {
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-shrink: 0;
    justify-content: flex-start;
    width: 100%;
    max-height: 1000px;
    transform: translateZ(0);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-layout-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-layout-spacer {
    flex-grow: 1
}

.bmd-layout-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@supports (pointer-events:auto) {
    .bmd-layout-backdrop {
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none
    }
}

.btn,
.custom-file-control::before {
    position: relative;
    margin-bottom: .3125rem;
    text-decoration: none;
    cursor: pointer;
    border: 0 #ccc;
    outline: 0;
    will-change: box-shadow, transform;
    color: #304156;
    background-color: transparent
}

.active.custom-file-control::before,
.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover,
.custom-file-control:active::before,
.custom-file-control:focus::before,
.custom-file-control:hover::before,
.focus.custom-file-control::before,
.open>.btn.dropdown-toggle,
.open>.dropdown-toggle.custom-file-control::before {
    color: #304156;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.active.custom-file-control:focus::before,
.active.custom-file-control:hover::before,
.active.focus.custom-file-control::before,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.custom-file-control:active.focus::before,
.custom-file-control:active:focus::before,
.custom-file-control:active:hover::before,
.open>.btn.dropdown-toggle.focus,
.open>.btn.dropdown-toggle:focus,
.open>.btn.dropdown-toggle:hover,
.open>.dropdown-toggle.custom-file-control:focus::before,
.open>.dropdown-toggle.custom-file-control:hover::before,
.open>.dropdown-toggle.focus.custom-file-control::before {
    color: #304156;
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn.dropdown-toggle.bmd-btn-icon,
.open>.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
    color: inherit;
    background-color: transparent
}

.open>.btn.dropdown-toggle.bmd-btn-icon:hover,
.open>.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
    background-color: rgba(153, 153, 153, .2)
}

.btn.disabled.focus,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled.focus,
.btn:disabled:focus,
.btn:disabled:hover,
.custom-file-control:disabled.focus::before,
.custom-file-control:disabled:focus::before,
.custom-file-control:disabled:hover::before,
.disabled.custom-file-control:focus::before,
.disabled.custom-file-control:hover::before,
.disabled.focus.custom-file-control::before {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn,
.bg-inverse .custom-file-control::before {
    color: #304156;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .active.custom-file-control::before,
.bg-inverse .btn.active,
.bg-inverse .btn.focus,
.bg-inverse .btn:active,
.bg-inverse .btn:focus,
.bg-inverse .btn:hover,
.bg-inverse .custom-file-control:active::before,
.bg-inverse .custom-file-control:focus::before,
.bg-inverse .custom-file-control:hover::before,
.bg-inverse .focus.custom-file-control::before,
.open>.bg-inverse .btn.dropdown-toggle,
.open>.bg-inverse .dropdown-toggle.custom-file-control::before {
    color: #304156;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .active.custom-file-control:focus::before,
.bg-inverse .active.custom-file-control:hover::before,
.bg-inverse .active.focus.custom-file-control::before,
.bg-inverse .btn.active.focus,
.bg-inverse .btn.active:focus,
.bg-inverse .btn.active:hover,
.bg-inverse .btn:active.focus,
.bg-inverse .btn:active:focus,
.bg-inverse .btn:active:hover,
.bg-inverse .custom-file-control:active.focus::before,
.bg-inverse .custom-file-control:active:focus::before,
.bg-inverse .custom-file-control:active:hover::before,
.open>.bg-inverse .btn.dropdown-toggle.focus,
.open>.bg-inverse .btn.dropdown-toggle:focus,
.open>.bg-inverse .btn.dropdown-toggle:hover,
.open>.bg-inverse .dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .dropdown-toggle.focus.custom-file-control::before {
    color: #304156;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn.dropdown-toggle.bmd-btn-icon,
.open>.bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn.dropdown-toggle.bmd-btn-icon:hover,
.open>.bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn.disabled.focus,
.bg-inverse .btn.disabled:focus,
.bg-inverse .btn.disabled:hover,
.bg-inverse .btn:disabled.focus,
.bg-inverse .btn:disabled:focus,
.bg-inverse .btn:disabled:hover,
.bg-inverse .custom-file-control:disabled.focus::before,
.bg-inverse .custom-file-control:disabled:focus::before,
.bg-inverse .custom-file-control:disabled:hover::before,
.bg-inverse .disabled.custom-file-control:focus::before,
.bg-inverse .disabled.custom-file-control:hover::before,
.bg-inverse .disabled.focus.custom-file-control::before {
    background-color: transparent;
    border-color: #ccc
}

.btn-primary.custom-file-control::before,
.btn.btn-primary {
    color: #0081FF;
    background-color: transparent;
    border-color: #ccc
}

.btn-primary.active.custom-file-control::before,
.btn-primary.custom-file-control:active::before,
.btn-primary.custom-file-control:focus::before,
.btn-primary.custom-file-control:hover::before,
.btn-primary.focus.custom-file-control::before,
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.open>.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-primary.dropdown-toggle {
    color: #0081FF;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-primary.active.custom-file-control:focus::before,
.btn-primary.active.custom-file-control:hover::before,
.btn-primary.active.focus.custom-file-control::before,
.btn-primary.custom-file-control:active.focus::before,
.btn-primary.custom-file-control:active:focus::before,
.btn-primary.custom-file-control:active:hover::before,
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle:hover {
    color: #0081FF;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-primary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-primary.custom-file-control:disabled.focus::before,
.btn-primary.custom-file-control:disabled:focus::before,
.btn-primary.custom-file-control:disabled:hover::before,
.btn-primary.disabled.custom-file-control:focus::before,
.btn-primary.disabled.custom-file-control:hover::before,
.btn-primary.disabled.focus.custom-file-control::before,
.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-primary.custom-file-control::before,
.bg-inverse .btn.btn-primary {
    color: #0081FF;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-primary.active.custom-file-control::before,
.bg-inverse .btn-primary.custom-file-control:active::before,
.bg-inverse .btn-primary.custom-file-control:focus::before,
.bg-inverse .btn-primary.custom-file-control:hover::before,
.bg-inverse .btn-primary.focus.custom-file-control::before,
.bg-inverse .btn.btn-primary.active,
.bg-inverse .btn.btn-primary.focus,
.bg-inverse .btn.btn-primary:active,
.bg-inverse .btn.btn-primary:focus,
.bg-inverse .btn.btn-primary:hover,
.open>.bg-inverse .btn-primary.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle {
    color: #0081FF;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-primary.active.custom-file-control:focus::before,
.bg-inverse .btn-primary.active.custom-file-control:hover::before,
.bg-inverse .btn-primary.active.focus.custom-file-control::before,
.bg-inverse .btn-primary.custom-file-control:active.focus::before,
.bg-inverse .btn-primary.custom-file-control:active:focus::before,
.bg-inverse .btn-primary.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-primary.active.focus,
.bg-inverse .btn.btn-primary.active:focus,
.bg-inverse .btn.btn-primary.active:hover,
.bg-inverse .btn.btn-primary:active.focus,
.bg-inverse .btn.btn-primary:active:focus,
.bg-inverse .btn.btn-primary:active:hover,
.open>.bg-inverse .btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle:hover {
    color: #0081FF;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-primary.custom-file-control:disabled.focus::before,
.bg-inverse .btn-primary.custom-file-control:disabled:focus::before,
.bg-inverse .btn-primary.custom-file-control:disabled:hover::before,
.bg-inverse .btn-primary.disabled.custom-file-control:focus::before,
.bg-inverse .btn-primary.disabled.custom-file-control:hover::before,
.bg-inverse .btn-primary.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-primary.disabled.focus,
.bg-inverse .btn.btn-primary.disabled:focus,
.bg-inverse .btn.btn-primary.disabled:hover,
.bg-inverse .btn.btn-primary:disabled.focus,
.bg-inverse .btn.btn-primary:disabled:focus,
.bg-inverse .btn.btn-primary:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-primary.btn-link.custom-file-control::before,
.btn.btn-primary.btn-link {
    background-color: transparent
}

.btn-secondary.custom-file-control::before,
.btn.btn-secondary {
    color: #304156;
    background-color: transparent;
    border-color: #ccc
}

.btn-secondary.active.custom-file-control::before,
.btn-secondary.custom-file-control:active::before,
.btn-secondary.custom-file-control:focus::before,
.btn-secondary.custom-file-control:hover::before,
.btn-secondary.focus.custom-file-control::before,
.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.open>.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-secondary.dropdown-toggle {
    color: #304156;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-secondary.active.custom-file-control:focus::before,
.btn-secondary.active.custom-file-control:hover::before,
.btn-secondary.active.focus.custom-file-control::before,
.btn-secondary.custom-file-control:active.focus::before,
.btn-secondary.custom-file-control:active:focus::before,
.btn-secondary.custom-file-control:active:hover::before,
.btn.btn-secondary.active.focus,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary:active.focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-secondary.dropdown-toggle:hover {
    color: #304156;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-secondary.custom-file-control:disabled.focus::before,
.btn-secondary.custom-file-control:disabled:focus::before,
.btn-secondary.custom-file-control:disabled:hover::before,
.btn-secondary.disabled.custom-file-control:focus::before,
.btn-secondary.disabled.custom-file-control:hover::before,
.btn-secondary.disabled.focus.custom-file-control::before,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-secondary.custom-file-control::before,
.bg-inverse .btn.btn-secondary {
    color: #304156;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-secondary.active.custom-file-control::before,
.bg-inverse .btn-secondary.custom-file-control:active::before,
.bg-inverse .btn-secondary.custom-file-control:focus::before,
.bg-inverse .btn-secondary.custom-file-control:hover::before,
.bg-inverse .btn-secondary.focus.custom-file-control::before,
.bg-inverse .btn.btn-secondary.active,
.bg-inverse .btn.btn-secondary.focus,
.bg-inverse .btn.btn-secondary:active,
.bg-inverse .btn.btn-secondary:focus,
.bg-inverse .btn.btn-secondary:hover,
.open>.bg-inverse .btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle {
    color: #304156;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-secondary.active.custom-file-control:focus::before,
.bg-inverse .btn-secondary.active.custom-file-control:hover::before,
.bg-inverse .btn-secondary.active.focus.custom-file-control::before,
.bg-inverse .btn-secondary.custom-file-control:active.focus::before,
.bg-inverse .btn-secondary.custom-file-control:active:focus::before,
.bg-inverse .btn-secondary.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-secondary.active.focus,
.bg-inverse .btn.btn-secondary.active:focus,
.bg-inverse .btn.btn-secondary.active:hover,
.bg-inverse .btn.btn-secondary:active.focus,
.bg-inverse .btn.btn-secondary:active:focus,
.bg-inverse .btn.btn-secondary:active:hover,
.open>.bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle:hover {
    color: #304156;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-secondary.custom-file-control:disabled.focus::before,
.bg-inverse .btn-secondary.custom-file-control:disabled:focus::before,
.bg-inverse .btn-secondary.custom-file-control:disabled:hover::before,
.bg-inverse .btn-secondary.disabled.custom-file-control:focus::before,
.bg-inverse .btn-secondary.disabled.custom-file-control:hover::before,
.bg-inverse .btn-secondary.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-secondary.disabled.focus,
.bg-inverse .btn.btn-secondary.disabled:focus,
.bg-inverse .btn.btn-secondary.disabled:hover,
.bg-inverse .btn.btn-secondary:disabled.focus,
.bg-inverse .btn.btn-secondary:disabled:focus,
.bg-inverse .btn.btn-secondary:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-secondary.btn-link.custom-file-control::before,
.btn.btn-secondary.btn-link {
    background-color: transparent
}

.btn-success.custom-file-control::before,
.btn.btn-success {
    color: #09B66D;
    background-color: transparent;
    border-color: #ccc
}

.btn-success.active.custom-file-control::before,
.btn-success.custom-file-control:active::before,
.btn-success.custom-file-control:focus::before,
.btn-success.custom-file-control:hover::before,
.btn-success.focus.custom-file-control::before,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open>.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-success.dropdown-toggle {
    color: #09B66D;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-success.active.custom-file-control:focus::before,
.btn-success.active.custom-file-control:hover::before,
.btn-success.active.focus.custom-file-control::before,
.btn-success.custom-file-control:active.focus::before,
.btn-success.custom-file-control:active:focus::before,
.btn-success.custom-file-control:active:hover::before,
.btn.btn-success.active.focus,
.btn.btn-success.active:focus,
.btn.btn-success.active:hover,
.btn.btn-success:active.focus,
.btn.btn-success:active:focus,
.btn.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-success.dropdown-toggle.focus,
.open>.btn.btn-success.dropdown-toggle:focus,
.open>.btn.btn-success.dropdown-toggle:hover {
    color: #09B66D;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-success.custom-file-control:disabled.focus::before,
.btn-success.custom-file-control:disabled:focus::before,
.btn-success.custom-file-control:disabled:hover::before,
.btn-success.disabled.custom-file-control:focus::before,
.btn-success.disabled.custom-file-control:hover::before,
.btn-success.disabled.focus.custom-file-control::before,
.btn.btn-success.disabled.focus,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled:hover,
.btn.btn-success:disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-success.custom-file-control::before,
.bg-inverse .btn.btn-success {
    color: #09B66D;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-success.active.custom-file-control::before,
.bg-inverse .btn-success.custom-file-control:active::before,
.bg-inverse .btn-success.custom-file-control:focus::before,
.bg-inverse .btn-success.custom-file-control:hover::before,
.bg-inverse .btn-success.focus.custom-file-control::before,
.bg-inverse .btn.btn-success.active,
.bg-inverse .btn.btn-success.focus,
.bg-inverse .btn.btn-success:active,
.bg-inverse .btn.btn-success:focus,
.bg-inverse .btn.btn-success:hover,
.open>.bg-inverse .btn-success.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-success.dropdown-toggle {
    color: #09B66D;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-success.active.custom-file-control:focus::before,
.bg-inverse .btn-success.active.custom-file-control:hover::before,
.bg-inverse .btn-success.active.focus.custom-file-control::before,
.bg-inverse .btn-success.custom-file-control:active.focus::before,
.bg-inverse .btn-success.custom-file-control:active:focus::before,
.bg-inverse .btn-success.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-success.active.focus,
.bg-inverse .btn.btn-success.active:focus,
.bg-inverse .btn.btn-success.active:hover,
.bg-inverse .btn.btn-success:active.focus,
.bg-inverse .btn.btn-success:active:focus,
.bg-inverse .btn.btn-success:active:hover,
.open>.bg-inverse .btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-success.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-success.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-success.dropdown-toggle:hover {
    color: #09B66D;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-success.custom-file-control:disabled.focus::before,
.bg-inverse .btn-success.custom-file-control:disabled:focus::before,
.bg-inverse .btn-success.custom-file-control:disabled:hover::before,
.bg-inverse .btn-success.disabled.custom-file-control:focus::before,
.bg-inverse .btn-success.disabled.custom-file-control:hover::before,
.bg-inverse .btn-success.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-success.disabled.focus,
.bg-inverse .btn.btn-success.disabled:focus,
.bg-inverse .btn.btn-success.disabled:hover,
.bg-inverse .btn.btn-success:disabled.focus,
.bg-inverse .btn.btn-success:disabled:focus,
.bg-inverse .btn.btn-success:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-success.btn-link.custom-file-control::before,
.btn.btn-success.btn-link {
    background-color: transparent
}

.btn-info.custom-file-control::before,
.btn.btn-info {
    color: #5e5ce6;
    background-color: transparent;
    border-color: #ccc
}

.btn-info.active.custom-file-control::before,
.btn-info.custom-file-control:active::before,
.btn-info.custom-file-control:focus::before,
.btn-info.custom-file-control:hover::before,
.btn-info.focus.custom-file-control::before,
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.open>.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-info.dropdown-toggle {
    color: #5e5ce6;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-info.active.custom-file-control:focus::before,
.btn-info.active.custom-file-control:hover::before,
.btn-info.active.focus.custom-file-control::before,
.btn-info.custom-file-control:active.focus::before,
.btn-info.custom-file-control:active:focus::before,
.btn-info.custom-file-control:active:hover::before,
.btn.btn-info.active.focus,
.btn.btn-info.active:focus,
.btn.btn-info.active:hover,
.btn.btn-info:active.focus,
.btn.btn-info:active:focus,
.btn.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-info.dropdown-toggle.focus,
.open>.btn.btn-info.dropdown-toggle:focus,
.open>.btn.btn-info.dropdown-toggle:hover {
    color: #5e5ce6;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-info.custom-file-control:disabled.focus::before,
.btn-info.custom-file-control:disabled:focus::before,
.btn-info.custom-file-control:disabled:hover::before,
.btn-info.disabled.custom-file-control:focus::before,
.btn-info.disabled.custom-file-control:hover::before,
.btn-info.disabled.focus.custom-file-control::before,
.btn.btn-info.disabled.focus,
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled:hover,
.btn.btn-info:disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-info.custom-file-control::before,
.bg-inverse .btn.btn-info {
    color: #5e5ce6;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-info.active.custom-file-control::before,
.bg-inverse .btn-info.custom-file-control:active::before,
.bg-inverse .btn-info.custom-file-control:focus::before,
.bg-inverse .btn-info.custom-file-control:hover::before,
.bg-inverse .btn-info.focus.custom-file-control::before,
.bg-inverse .btn.btn-info.active,
.bg-inverse .btn.btn-info.focus,
.bg-inverse .btn.btn-info:active,
.bg-inverse .btn.btn-info:focus,
.bg-inverse .btn.btn-info:hover,
.open>.bg-inverse .btn-info.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-info.dropdown-toggle {
    color: #5e5ce6;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-info.active.custom-file-control:focus::before,
.bg-inverse .btn-info.active.custom-file-control:hover::before,
.bg-inverse .btn-info.active.focus.custom-file-control::before,
.bg-inverse .btn-info.custom-file-control:active.focus::before,
.bg-inverse .btn-info.custom-file-control:active:focus::before,
.bg-inverse .btn-info.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-info.active.focus,
.bg-inverse .btn.btn-info.active:focus,
.bg-inverse .btn.btn-info.active:hover,
.bg-inverse .btn.btn-info:active.focus,
.bg-inverse .btn.btn-info:active:focus,
.bg-inverse .btn.btn-info:active:hover,
.open>.bg-inverse .btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-info.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-info.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-info.dropdown-toggle:hover {
    color: #5e5ce6;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-info.custom-file-control:disabled.focus::before,
.bg-inverse .btn-info.custom-file-control:disabled:focus::before,
.bg-inverse .btn-info.custom-file-control:disabled:hover::before,
.bg-inverse .btn-info.disabled.custom-file-control:focus::before,
.bg-inverse .btn-info.disabled.custom-file-control:hover::before,
.bg-inverse .btn-info.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-info.disabled.focus,
.bg-inverse .btn.btn-info.disabled:focus,
.bg-inverse .btn.btn-info.disabled:hover,
.bg-inverse .btn.btn-info:disabled.focus,
.bg-inverse .btn.btn-info:disabled:focus,
.bg-inverse .btn.btn-info:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-info.btn-link.custom-file-control::before,
.btn.btn-info.btn-link {
    background-color: transparent
}

.btn-warning.custom-file-control::before,
.btn.btn-warning {
    color: #FF8A48;
    background-color: transparent;
    border-color: #ccc
}

.btn-warning.active.custom-file-control::before,
.btn-warning.custom-file-control:active::before,
.btn-warning.custom-file-control:focus::before,
.btn-warning.custom-file-control:hover::before,
.btn-warning.focus.custom-file-control::before,
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.open>.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-warning.dropdown-toggle {
    color: #FF8A48;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-warning.active.custom-file-control:focus::before,
.btn-warning.active.custom-file-control:hover::before,
.btn-warning.active.focus.custom-file-control::before,
.btn-warning.custom-file-control:active.focus::before,
.btn-warning.custom-file-control:active:focus::before,
.btn-warning.custom-file-control:active:hover::before,
.btn.btn-warning.active.focus,
.btn.btn-warning.active:focus,
.btn.btn-warning.active:hover,
.btn.btn-warning:active.focus,
.btn.btn-warning:active:focus,
.btn.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-warning.dropdown-toggle:hover {
    color: #FF8A48;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-warning.custom-file-control:disabled.focus::before,
.btn-warning.custom-file-control:disabled:focus::before,
.btn-warning.custom-file-control:disabled:hover::before,
.btn-warning.disabled.custom-file-control:focus::before,
.btn-warning.disabled.custom-file-control:hover::before,
.btn-warning.disabled.focus.custom-file-control::before,
.btn.btn-warning.disabled.focus,
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-warning.custom-file-control::before,
.bg-inverse .btn.btn-warning {
    color: #FF8A48;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-warning.active.custom-file-control::before,
.bg-inverse .btn-warning.custom-file-control:active::before,
.bg-inverse .btn-warning.custom-file-control:focus::before,
.bg-inverse .btn-warning.custom-file-control:hover::before,
.bg-inverse .btn-warning.focus.custom-file-control::before,
.bg-inverse .btn.btn-warning.active,
.bg-inverse .btn.btn-warning.focus,
.bg-inverse .btn.btn-warning:active,
.bg-inverse .btn.btn-warning:focus,
.bg-inverse .btn.btn-warning:hover,
.open>.bg-inverse .btn-warning.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle {
    color: #FF8A48;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-warning.active.custom-file-control:focus::before,
.bg-inverse .btn-warning.active.custom-file-control:hover::before,
.bg-inverse .btn-warning.active.focus.custom-file-control::before,
.bg-inverse .btn-warning.custom-file-control:active.focus::before,
.bg-inverse .btn-warning.custom-file-control:active:focus::before,
.bg-inverse .btn-warning.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-warning.active.focus,
.bg-inverse .btn.btn-warning.active:focus,
.bg-inverse .btn.btn-warning.active:hover,
.bg-inverse .btn.btn-warning:active.focus,
.bg-inverse .btn.btn-warning:active:focus,
.bg-inverse .btn.btn-warning:active:hover,
.open>.bg-inverse .btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle:hover {
    color: #FF8A48;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-warning.custom-file-control:disabled.focus::before,
.bg-inverse .btn-warning.custom-file-control:disabled:focus::before,
.bg-inverse .btn-warning.custom-file-control:disabled:hover::before,
.bg-inverse .btn-warning.disabled.custom-file-control:focus::before,
.bg-inverse .btn-warning.disabled.custom-file-control:hover::before,
.bg-inverse .btn-warning.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-warning.disabled.focus,
.bg-inverse .btn.btn-warning.disabled:focus,
.bg-inverse .btn.btn-warning.disabled:hover,
.bg-inverse .btn.btn-warning:disabled.focus,
.bg-inverse .btn.btn-warning:disabled:focus,
.bg-inverse .btn.btn-warning:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-warning.btn-link.custom-file-control::before,
.btn.btn-warning.btn-link {
    background-color: transparent
}

.btn-danger.custom-file-control::before,
.btn.btn-danger {
    color: #FF3D57;
    background-color: transparent;
    border-color: #ccc
}

.btn-danger.active.custom-file-control::before,
.btn-danger.custom-file-control:active::before,
.btn-danger.custom-file-control:focus::before,
.btn-danger.custom-file-control:hover::before,
.btn-danger.focus.custom-file-control::before,
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.open>.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-danger.dropdown-toggle {
    color: #FF3D57;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-danger.active.custom-file-control:focus::before,
.btn-danger.active.custom-file-control:hover::before,
.btn-danger.active.focus.custom-file-control::before,
.btn-danger.custom-file-control:active.focus::before,
.btn-danger.custom-file-control:active:focus::before,
.btn-danger.custom-file-control:active:hover::before,
.btn.btn-danger.active.focus,
.btn.btn-danger.active:focus,
.btn.btn-danger.active:hover,
.btn.btn-danger:active.focus,
.btn.btn-danger:active:focus,
.btn.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-danger.dropdown-toggle:hover {
    color: #FF3D57;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-danger.custom-file-control:disabled.focus::before,
.btn-danger.custom-file-control:disabled:focus::before,
.btn-danger.custom-file-control:disabled:hover::before,
.btn-danger.disabled.custom-file-control:focus::before,
.btn-danger.disabled.custom-file-control:hover::before,
.btn-danger.disabled.focus.custom-file-control::before,
.btn.btn-danger.disabled.focus,
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-danger.custom-file-control::before,
.bg-inverse .btn.btn-danger {
    color: #FF3D57;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-danger.active.custom-file-control::before,
.bg-inverse .btn-danger.custom-file-control:active::before,
.bg-inverse .btn-danger.custom-file-control:focus::before,
.bg-inverse .btn-danger.custom-file-control:hover::before,
.bg-inverse .btn-danger.focus.custom-file-control::before,
.bg-inverse .btn.btn-danger.active,
.bg-inverse .btn.btn-danger.focus,
.bg-inverse .btn.btn-danger:active,
.bg-inverse .btn.btn-danger:focus,
.bg-inverse .btn.btn-danger:hover,
.open>.bg-inverse .btn-danger.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle {
    color: #FF3D57;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-danger.active.custom-file-control:focus::before,
.bg-inverse .btn-danger.active.custom-file-control:hover::before,
.bg-inverse .btn-danger.active.focus.custom-file-control::before,
.bg-inverse .btn-danger.custom-file-control:active.focus::before,
.bg-inverse .btn-danger.custom-file-control:active:focus::before,
.bg-inverse .btn-danger.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-danger.active.focus,
.bg-inverse .btn.btn-danger.active:focus,
.bg-inverse .btn.btn-danger.active:hover,
.bg-inverse .btn.btn-danger:active.focus,
.bg-inverse .btn.btn-danger:active:focus,
.bg-inverse .btn.btn-danger:active:hover,
.open>.bg-inverse .btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle:hover {
    color: #FF3D57;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-danger.custom-file-control:disabled.focus::before,
.bg-inverse .btn-danger.custom-file-control:disabled:focus::before,
.bg-inverse .btn-danger.custom-file-control:disabled:hover::before,
.bg-inverse .btn-danger.disabled.custom-file-control:focus::before,
.bg-inverse .btn-danger.disabled.custom-file-control:hover::before,
.bg-inverse .btn-danger.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-danger.disabled.focus,
.bg-inverse .btn.btn-danger.disabled:focus,
.bg-inverse .btn.btn-danger.disabled:hover,
.bg-inverse .btn.btn-danger:disabled.focus,
.bg-inverse .btn.btn-danger:disabled:focus,
.bg-inverse .btn.btn-danger:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-danger.btn-link.custom-file-control::before,
.btn.btn-danger.btn-link {
    background-color: transparent
}

.btn-light.custom-file-control::before,
.btn.btn-light {
    color: #73808c;
    background-color: transparent;
    border-color: #ccc
}

.btn-light.active.custom-file-control::before,
.btn-light.custom-file-control:active::before,
.btn-light.custom-file-control:focus::before,
.btn-light.custom-file-control:hover::before,
.btn-light.focus.custom-file-control::before,
.btn.btn-light.active,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover,
.open>.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-light.dropdown-toggle {
    color: #73808c;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-light.active.custom-file-control:focus::before,
.btn-light.active.custom-file-control:hover::before,
.btn-light.active.focus.custom-file-control::before,
.btn-light.custom-file-control:active.focus::before,
.btn-light.custom-file-control:active:focus::before,
.btn-light.custom-file-control:active:hover::before,
.btn.btn-light.active.focus,
.btn.btn-light.active:focus,
.btn.btn-light.active:hover,
.btn.btn-light:active.focus,
.btn.btn-light:active:focus,
.btn.btn-light:active:hover,
.open>.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-light.dropdown-toggle.focus,
.open>.btn.btn-light.dropdown-toggle:focus,
.open>.btn.btn-light.dropdown-toggle:hover {
    color: #73808c;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-light.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-light.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-light.custom-file-control:disabled.focus::before,
.btn-light.custom-file-control:disabled:focus::before,
.btn-light.custom-file-control:disabled:hover::before,
.btn-light.disabled.custom-file-control:focus::before,
.btn-light.disabled.custom-file-control:hover::before,
.btn-light.disabled.focus.custom-file-control::before,
.btn.btn-light.disabled.focus,
.btn.btn-light.disabled:focus,
.btn.btn-light.disabled:hover,
.btn.btn-light:disabled.focus,
.btn.btn-light:disabled:focus,
.btn.btn-light:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-light.custom-file-control::before,
.bg-inverse .btn.btn-light {
    color: #73808c;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-light.active.custom-file-control::before,
.bg-inverse .btn-light.custom-file-control:active::before,
.bg-inverse .btn-light.custom-file-control:focus::before,
.bg-inverse .btn-light.custom-file-control:hover::before,
.bg-inverse .btn-light.focus.custom-file-control::before,
.bg-inverse .btn.btn-light.active,
.bg-inverse .btn.btn-light.focus,
.bg-inverse .btn.btn-light:active,
.bg-inverse .btn.btn-light:focus,
.bg-inverse .btn.btn-light:hover,
.open>.bg-inverse .btn-light.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-light.dropdown-toggle {
    color: #73808c;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-light.active.custom-file-control:focus::before,
.bg-inverse .btn-light.active.custom-file-control:hover::before,
.bg-inverse .btn-light.active.focus.custom-file-control::before,
.bg-inverse .btn-light.custom-file-control:active.focus::before,
.bg-inverse .btn-light.custom-file-control:active:focus::before,
.bg-inverse .btn-light.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-light.active.focus,
.bg-inverse .btn.btn-light.active:focus,
.bg-inverse .btn.btn-light.active:hover,
.bg-inverse .btn.btn-light:active.focus,
.bg-inverse .btn.btn-light:active:focus,
.bg-inverse .btn.btn-light:active:hover,
.open>.bg-inverse .btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-light.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-light.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-light.dropdown-toggle:hover {
    color: #73808c;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-light.custom-file-control:disabled.focus::before,
.bg-inverse .btn-light.custom-file-control:disabled:focus::before,
.bg-inverse .btn-light.custom-file-control:disabled:hover::before,
.bg-inverse .btn-light.disabled.custom-file-control:focus::before,
.bg-inverse .btn-light.disabled.custom-file-control:hover::before,
.bg-inverse .btn-light.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-light.disabled.focus,
.bg-inverse .btn.btn-light.disabled:focus,
.bg-inverse .btn.btn-light.disabled:hover,
.bg-inverse .btn.btn-light:disabled.focus,
.bg-inverse .btn.btn-light:disabled:focus,
.bg-inverse .btn.btn-light:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-light.btn-link.custom-file-control::before,
.btn.btn-light.btn-link {
    background-color: transparent
}

.btn-dark.custom-file-control::before,
.btn.btn-dark {
    color: #1e2835;
    background-color: transparent;
    border-color: #ccc
}

.btn-dark.active.custom-file-control::before,
.btn-dark.custom-file-control:active::before,
.btn-dark.custom-file-control:focus::before,
.btn-dark.custom-file-control:hover::before,
.btn-dark.focus.custom-file-control::before,
.btn.btn-dark.active,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover,
.open>.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-dark.dropdown-toggle {
    color: #1e2835;
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2)
}

.btn-dark.active.custom-file-control:focus::before,
.btn-dark.active.custom-file-control:hover::before,
.btn-dark.active.focus.custom-file-control::before,
.btn-dark.custom-file-control:active.focus::before,
.btn-dark.custom-file-control:active:focus::before,
.btn-dark.custom-file-control:active:hover::before,
.btn.btn-dark.active.focus,
.btn.btn-dark.active:focus,
.btn.btn-dark.active:hover,
.btn.btn-dark:active.focus,
.btn.btn-dark:active:focus,
.btn.btn-dark:active:hover,
.open>.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-dark.dropdown-toggle:hover {
    color: #1e2835;
    background-color: rgba(153, 153, 153, .4);
    border-color: rgba(153, 153, 153, .4)
}

.open>.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-dark.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.btn-dark.custom-file-control:disabled.focus::before,
.btn-dark.custom-file-control:disabled:focus::before,
.btn-dark.custom-file-control:disabled:hover::before,
.btn-dark.disabled.custom-file-control:focus::before,
.btn-dark.disabled.custom-file-control:hover::before,
.btn-dark.disabled.focus.custom-file-control::before,
.btn.btn-dark.disabled.focus,
.btn.btn-dark.disabled:focus,
.btn.btn-dark.disabled:hover,
.btn.btn-dark:disabled.focus,
.btn.btn-dark:disabled:focus,
.btn.btn-dark:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-dark.custom-file-control::before,
.bg-inverse .btn.btn-dark {
    color: #1e2835;
    background-color: transparent;
    border-color: #ccc
}

.bg-inverse .btn-dark.active.custom-file-control::before,
.bg-inverse .btn-dark.custom-file-control:active::before,
.bg-inverse .btn-dark.custom-file-control:focus::before,
.bg-inverse .btn-dark.custom-file-control:hover::before,
.bg-inverse .btn-dark.focus.custom-file-control::before,
.bg-inverse .btn.btn-dark.active,
.bg-inverse .btn.btn-dark.focus,
.bg-inverse .btn.btn-dark:active,
.bg-inverse .btn.btn-dark:focus,
.bg-inverse .btn.btn-dark:hover,
.open>.bg-inverse .btn-dark.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle {
    color: #1e2835;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-dark.active.custom-file-control:focus::before,
.bg-inverse .btn-dark.active.custom-file-control:hover::before,
.bg-inverse .btn-dark.active.focus.custom-file-control::before,
.bg-inverse .btn-dark.custom-file-control:active.focus::before,
.bg-inverse .btn-dark.custom-file-control:active:focus::before,
.bg-inverse .btn-dark.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-dark.active.focus,
.bg-inverse .btn.btn-dark.active:focus,
.bg-inverse .btn.btn-dark.active:hover,
.bg-inverse .btn.btn-dark:active.focus,
.bg-inverse .btn.btn-dark:active:focus,
.bg-inverse .btn.btn-dark:active:hover,
.open>.bg-inverse .btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle:hover {
    color: #1e2835;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-dark.custom-file-control:disabled.focus::before,
.bg-inverse .btn-dark.custom-file-control:disabled:focus::before,
.bg-inverse .btn-dark.custom-file-control:disabled:hover::before,
.bg-inverse .btn-dark.disabled.custom-file-control:focus::before,
.bg-inverse .btn-dark.disabled.custom-file-control:hover::before,
.bg-inverse .btn-dark.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-dark.disabled.focus,
.bg-inverse .btn.btn-dark.disabled:focus,
.bg-inverse .btn.btn-dark.disabled:hover,
.bg-inverse .btn.btn-dark:disabled.focus,
.bg-inverse .btn.btn-dark:disabled:focus,
.bg-inverse .btn.btn-dark:disabled:hover {
    background-color: transparent;
    border-color: #ccc
}

.btn-dark.btn-link.custom-file-control::before,
.btn.btn-dark.btn-link {
    background-color: transparent
}

.bmd-btn-fab.btn-primary.custom-file-control::before,
.btn-group-raised .btn-primary.custom-file-control::before,
.btn-group-raised .btn.btn-primary,
.btn-raised.btn-primary.custom-file-control::before,
.btn.bmd-btn-fab.btn-primary,
.btn.btn-raised.btn-primary {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF
}

.bmd-btn-fab.btn-primary.active.custom-file-control::before,
.bmd-btn-fab.btn-primary.custom-file-control:active::before,
.bmd-btn-fab.btn-primary.custom-file-control:focus::before,
.bmd-btn-fab.btn-primary.custom-file-control:hover::before,
.bmd-btn-fab.btn-primary.focus.custom-file-control::before,
.btn-group-raised .btn-primary.active.custom-file-control::before,
.btn-group-raised .btn-primary.custom-file-control:active::before,
.btn-group-raised .btn-primary.custom-file-control:focus::before,
.btn-group-raised .btn-primary.custom-file-control:hover::before,
.btn-group-raised .btn-primary.focus.custom-file-control::before,
.btn-group-raised .btn.btn-primary.active,
.btn-group-raised .btn.btn-primary.focus,
.btn-group-raised .btn.btn-primary:active,
.btn-group-raised .btn.btn-primary:focus,
.btn-group-raised .btn.btn-primary:hover,
.btn-raised.btn-primary.active.custom-file-control::before,
.btn-raised.btn-primary.custom-file-control:active::before,
.btn-raised.btn-primary.custom-file-control:focus::before,
.btn-raised.btn-primary.custom-file-control:hover::before,
.btn-raised.btn-primary.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-primary.active,
.btn.bmd-btn-fab.btn-primary.focus,
.btn.bmd-btn-fab.btn-primary:active,
.btn.bmd-btn-fab.btn-primary:focus,
.btn.bmd-btn-fab.btn-primary:hover,
.btn.btn-raised.btn-primary.active,
.btn.btn-raised.btn-primary.focus,
.btn.btn-raised.btn-primary:active,
.btn.btn-raised.btn-primary:focus,
.btn.btn-raised.btn-primary:hover,
.open>.bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle,
.open>.btn.btn-raised.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #148bff;
    border-color: #0062c2
}

.bmd-btn-fab.btn-primary.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-primary.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-primary.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-primary.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-primary.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-primary.custom-file-control:active:hover::before,
.btn-group-raised .btn-primary.active.custom-file-control:focus::before,
.btn-group-raised .btn-primary.active.custom-file-control:hover::before,
.btn-group-raised .btn-primary.active.focus.custom-file-control::before,
.btn-group-raised .btn-primary.custom-file-control:active.focus::before,
.btn-group-raised .btn-primary.custom-file-control:active:focus::before,
.btn-group-raised .btn-primary.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-primary.active.focus,
.btn-group-raised .btn.btn-primary.active:focus,
.btn-group-raised .btn.btn-primary.active:hover,
.btn-group-raised .btn.btn-primary:active.focus,
.btn-group-raised .btn.btn-primary:active:focus,
.btn-group-raised .btn.btn-primary:active:hover,
.btn-raised.btn-primary.active.custom-file-control:focus::before,
.btn-raised.btn-primary.active.custom-file-control:hover::before,
.btn-raised.btn-primary.active.focus.custom-file-control::before,
.btn-raised.btn-primary.custom-file-control:active.focus::before,
.btn-raised.btn-primary.custom-file-control:active:focus::before,
.btn-raised.btn-primary.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-primary.active.focus,
.btn.bmd-btn-fab.btn-primary.active:focus,
.btn.bmd-btn-fab.btn-primary.active:hover,
.btn.bmd-btn-fab.btn-primary:active.focus,
.btn.bmd-btn-fab.btn-primary:active:focus,
.btn.bmd-btn-fab.btn-primary:active:hover,
.btn.btn-raised.btn-primary.active.focus,
.btn.btn-raised.btn-primary.active:focus,
.btn.btn-raised.btn-primary.active:hover,
.btn.btn-raised.btn-primary:active.focus,
.btn.btn-raised.btn-primary:active:focus,
.btn.btn-raised.btn-primary:active:hover,
.open>.bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle:hover,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #148bff;
    border-color: #004180
}

.open>.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #0081FF
}

.open>.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #148bff
}

.bmd-btn-fab.btn-primary.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-primary.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-primary.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-primary.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-primary.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-primary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-primary.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-primary.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-primary.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-primary.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-primary.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-primary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-primary.disabled.focus,
.btn-group-raised .btn.btn-primary.disabled:focus,
.btn-group-raised .btn.btn-primary.disabled:hover,
.btn-group-raised .btn.btn-primary:disabled.focus,
.btn-group-raised .btn.btn-primary:disabled:focus,
.btn-group-raised .btn.btn-primary:disabled:hover,
.btn-raised.btn-primary.custom-file-control:disabled.focus::before,
.btn-raised.btn-primary.custom-file-control:disabled:focus::before,
.btn-raised.btn-primary.custom-file-control:disabled:hover::before,
.btn-raised.btn-primary.disabled.custom-file-control:focus::before,
.btn-raised.btn-primary.disabled.custom-file-control:hover::before,
.btn-raised.btn-primary.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-primary.disabled.focus,
.btn.bmd-btn-fab.btn-primary.disabled:focus,
.btn.bmd-btn-fab.btn-primary.disabled:hover,
.btn.bmd-btn-fab.btn-primary:disabled.focus,
.btn.bmd-btn-fab.btn-primary:disabled:focus,
.btn.bmd-btn-fab.btn-primary:disabled:hover,
.btn.btn-raised.btn-primary.disabled.focus,
.btn.btn-raised.btn-primary.disabled:focus,
.btn.btn-raised.btn-primary.disabled:hover,
.btn.btn-raised.btn-primary:disabled.focus,
.btn.btn-raised.btn-primary:disabled:focus,
.btn.btn-raised.btn-primary:disabled:hover {
    background-color: #0081FF;
    border-color: #0081FF
}

.bmd-btn-fab.btn-secondary.custom-file-control::before,
.btn-group-raised .btn-secondary.custom-file-control::before,
.btn-group-raised .btn.btn-secondary,
.btn-raised.btn-secondary.custom-file-control::before,
.btn.bmd-btn-fab.btn-secondary,
.btn.btn-raised.btn-secondary {
    color: #fff;
    background-color: #304156;
    border-color: #304156
}

.bmd-btn-fab.btn-secondary.active.custom-file-control::before,
.bmd-btn-fab.btn-secondary.custom-file-control:active::before,
.bmd-btn-fab.btn-secondary.custom-file-control:focus::before,
.bmd-btn-fab.btn-secondary.custom-file-control:hover::before,
.bmd-btn-fab.btn-secondary.focus.custom-file-control::before,
.btn-group-raised .btn-secondary.active.custom-file-control::before,
.btn-group-raised .btn-secondary.custom-file-control:active::before,
.btn-group-raised .btn-secondary.custom-file-control:focus::before,
.btn-group-raised .btn-secondary.custom-file-control:hover::before,
.btn-group-raised .btn-secondary.focus.custom-file-control::before,
.btn-group-raised .btn.btn-secondary.active,
.btn-group-raised .btn.btn-secondary.focus,
.btn-group-raised .btn.btn-secondary:active,
.btn-group-raised .btn.btn-secondary:focus,
.btn-group-raised .btn.btn-secondary:hover,
.btn-raised.btn-secondary.active.custom-file-control::before,
.btn-raised.btn-secondary.custom-file-control:active::before,
.btn-raised.btn-secondary.custom-file-control:focus::before,
.btn-raised.btn-secondary.custom-file-control:hover::before,
.btn-raised.btn-secondary.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-secondary.active,
.btn.bmd-btn-fab.btn-secondary.focus,
.btn.bmd-btn-fab.btn-secondary:active,
.btn.bmd-btn-fab.btn-secondary:focus,
.btn.bmd-btn-fab.btn-secondary:hover,
.btn.btn-raised.btn-secondary.active,
.btn.btn-raised.btn-secondary.focus,
.btn.btn-raised.btn-secondary:active,
.btn.btn-raised.btn-secondary:focus,
.btn.btn-raised.btn-secondary:hover,
.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #293749;
    border-color: #1a232f
}

.bmd-btn-fab.btn-secondary.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-secondary.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-secondary.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-secondary.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-secondary.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-secondary.custom-file-control:active:hover::before,
.btn-group-raised .btn-secondary.active.custom-file-control:focus::before,
.btn-group-raised .btn-secondary.active.custom-file-control:hover::before,
.btn-group-raised .btn-secondary.active.focus.custom-file-control::before,
.btn-group-raised .btn-secondary.custom-file-control:active.focus::before,
.btn-group-raised .btn-secondary.custom-file-control:active:focus::before,
.btn-group-raised .btn-secondary.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-secondary.active.focus,
.btn-group-raised .btn.btn-secondary.active:focus,
.btn-group-raised .btn.btn-secondary.active:hover,
.btn-group-raised .btn.btn-secondary:active.focus,
.btn-group-raised .btn.btn-secondary:active:focus,
.btn-group-raised .btn.btn-secondary:active:hover,
.btn-raised.btn-secondary.active.custom-file-control:focus::before,
.btn-raised.btn-secondary.active.custom-file-control:hover::before,
.btn-raised.btn-secondary.active.focus.custom-file-control::before,
.btn-raised.btn-secondary.custom-file-control:active.focus::before,
.btn-raised.btn-secondary.custom-file-control:active:focus::before,
.btn-raised.btn-secondary.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-secondary.active.focus,
.btn.bmd-btn-fab.btn-secondary.active:focus,
.btn.bmd-btn-fab.btn-secondary.active:hover,
.btn.bmd-btn-fab.btn-secondary:active.focus,
.btn.bmd-btn-fab.btn-secondary:active:focus,
.btn.bmd-btn-fab.btn-secondary:active:hover,
.btn.btn-raised.btn-secondary.active.focus,
.btn.btn-raised.btn-secondary.active:focus,
.btn.btn-raised.btn-secondary.active:hover,
.btn.btn-raised.btn-secondary:active.focus,
.btn.btn-raised.btn-secondary:active:focus,
.btn.btn-raised.btn-secondary:active:hover,
.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle:hover,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #293749;
    border-color: #020304
}

.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #304156
}

.open>.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #293749
}

.bmd-btn-fab.btn-secondary.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-secondary.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-secondary.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-secondary.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-secondary.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-secondary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-secondary.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-secondary.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-secondary.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-secondary.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-secondary.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-secondary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-secondary.disabled.focus,
.btn-group-raised .btn.btn-secondary.disabled:focus,
.btn-group-raised .btn.btn-secondary.disabled:hover,
.btn-group-raised .btn.btn-secondary:disabled.focus,
.btn-group-raised .btn.btn-secondary:disabled:focus,
.btn-group-raised .btn.btn-secondary:disabled:hover,
.btn-raised.btn-secondary.custom-file-control:disabled.focus::before,
.btn-raised.btn-secondary.custom-file-control:disabled:focus::before,
.btn-raised.btn-secondary.custom-file-control:disabled:hover::before,
.btn-raised.btn-secondary.disabled.custom-file-control:focus::before,
.btn-raised.btn-secondary.disabled.custom-file-control:hover::before,
.btn-raised.btn-secondary.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-secondary.disabled.focus,
.btn.bmd-btn-fab.btn-secondary.disabled:focus,
.btn.bmd-btn-fab.btn-secondary.disabled:hover,
.btn.bmd-btn-fab.btn-secondary:disabled.focus,
.btn.bmd-btn-fab.btn-secondary:disabled:focus,
.btn.bmd-btn-fab.btn-secondary:disabled:hover,
.btn.btn-raised.btn-secondary.disabled.focus,
.btn.btn-raised.btn-secondary.disabled:focus,
.btn.btn-raised.btn-secondary.disabled:hover,
.btn.btn-raised.btn-secondary:disabled.focus,
.btn.btn-raised.btn-secondary:disabled:focus,
.btn.btn-raised.btn-secondary:disabled:hover {
    background-color: #304156;
    border-color: #304156
}

.bmd-btn-fab.btn-success.custom-file-control::before,
.btn-group-raised .btn-success.custom-file-control::before,
.btn-group-raised .btn.btn-success,
.btn-raised.btn-success.custom-file-control::before,
.btn.bmd-btn-fab.btn-success,
.btn.btn-raised.btn-success {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D
}

.bmd-btn-fab.btn-success.active.custom-file-control::before,
.bmd-btn-fab.btn-success.custom-file-control:active::before,
.bmd-btn-fab.btn-success.custom-file-control:focus::before,
.bmd-btn-fab.btn-success.custom-file-control:hover::before,
.bmd-btn-fab.btn-success.focus.custom-file-control::before,
.btn-group-raised .btn-success.active.custom-file-control::before,
.btn-group-raised .btn-success.custom-file-control:active::before,
.btn-group-raised .btn-success.custom-file-control:focus::before,
.btn-group-raised .btn-success.custom-file-control:hover::before,
.btn-group-raised .btn-success.focus.custom-file-control::before,
.btn-group-raised .btn.btn-success.active,
.btn-group-raised .btn.btn-success.focus,
.btn-group-raised .btn.btn-success:active,
.btn-group-raised .btn.btn-success:focus,
.btn-group-raised .btn.btn-success:hover,
.btn-raised.btn-success.active.custom-file-control::before,
.btn-raised.btn-success.custom-file-control:active::before,
.btn-raised.btn-success.custom-file-control:focus::before,
.btn-raised.btn-success.custom-file-control:hover::before,
.btn-raised.btn-success.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-success.active,
.btn.bmd-btn-fab.btn-success.focus,
.btn.bmd-btn-fab.btn-success:active,
.btn.bmd-btn-fab.btn-success:focus,
.btn.bmd-btn-fab.btn-success:hover,
.btn.btn-raised.btn-success.active,
.btn.btn-raised.btn-success.focus,
.btn.btn-raised.btn-success:active,
.btn.btn-raised.btn-success:focus,
.btn.btn-raised.btn-success:hover,
.open>.bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle,
.open>.btn.btn-raised.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0ac979;
    border-color: #067c4a
}

.bmd-btn-fab.btn-success.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-success.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-success.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-success.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-success.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-success.custom-file-control:active:hover::before,
.btn-group-raised .btn-success.active.custom-file-control:focus::before,
.btn-group-raised .btn-success.active.custom-file-control:hover::before,
.btn-group-raised .btn-success.active.focus.custom-file-control::before,
.btn-group-raised .btn-success.custom-file-control:active.focus::before,
.btn-group-raised .btn-success.custom-file-control:active:focus::before,
.btn-group-raised .btn-success.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-success.active.focus,
.btn-group-raised .btn.btn-success.active:focus,
.btn-group-raised .btn.btn-success.active:hover,
.btn-group-raised .btn.btn-success:active.focus,
.btn-group-raised .btn.btn-success:active:focus,
.btn-group-raised .btn.btn-success:active:hover,
.btn-raised.btn-success.active.custom-file-control:focus::before,
.btn-raised.btn-success.active.custom-file-control:hover::before,
.btn-raised.btn-success.active.focus.custom-file-control::before,
.btn-raised.btn-success.custom-file-control:active.focus::before,
.btn-raised.btn-success.custom-file-control:active:focus::before,
.btn-raised.btn-success.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-success.active.focus,
.btn.bmd-btn-fab.btn-success.active:focus,
.btn.bmd-btn-fab.btn-success.active:hover,
.btn.bmd-btn-fab.btn-success:active.focus,
.btn.bmd-btn-fab.btn-success:active:focus,
.btn.bmd-btn-fab.btn-success:active:hover,
.btn.btn-raised.btn-success.active.focus,
.btn.btn-raised.btn-success.active:focus,
.btn.btn-raised.btn-success.active:hover,
.btn.btn-raised.btn-success:active.focus,
.btn.btn-raised.btn-success:active:focus,
.btn.btn-raised.btn-success:active:hover,
.open>.bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle:hover,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-success.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-success.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #0ac979;
    border-color: #033d24
}

.open>.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #09B66D
}

.open>.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #0ac979
}

.bmd-btn-fab.btn-success.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-success.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-success.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-success.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-success.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-success.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-success.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-success.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-success.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-success.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-success.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-success.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-success.disabled.focus,
.btn-group-raised .btn.btn-success.disabled:focus,
.btn-group-raised .btn.btn-success.disabled:hover,
.btn-group-raised .btn.btn-success:disabled.focus,
.btn-group-raised .btn.btn-success:disabled:focus,
.btn-group-raised .btn.btn-success:disabled:hover,
.btn-raised.btn-success.custom-file-control:disabled.focus::before,
.btn-raised.btn-success.custom-file-control:disabled:focus::before,
.btn-raised.btn-success.custom-file-control:disabled:hover::before,
.btn-raised.btn-success.disabled.custom-file-control:focus::before,
.btn-raised.btn-success.disabled.custom-file-control:hover::before,
.btn-raised.btn-success.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-success.disabled.focus,
.btn.bmd-btn-fab.btn-success.disabled:focus,
.btn.bmd-btn-fab.btn-success.disabled:hover,
.btn.bmd-btn-fab.btn-success:disabled.focus,
.btn.bmd-btn-fab.btn-success:disabled:focus,
.btn.bmd-btn-fab.btn-success:disabled:hover,
.btn.btn-raised.btn-success.disabled.focus,
.btn.btn-raised.btn-success.disabled:focus,
.btn.btn-raised.btn-success.disabled:hover,
.btn.btn-raised.btn-success:disabled.focus,
.btn.btn-raised.btn-success:disabled:focus,
.btn.btn-raised.btn-success:disabled:hover {
    background-color: #09B66D;
    border-color: #09B66D
}

.bmd-btn-fab.btn-info.custom-file-control::before,
.btn-group-raised .btn-info.custom-file-control::before,
.btn-group-raised .btn.btn-info,
.btn-raised.btn-info.custom-file-control::before,
.btn.bmd-btn-fab.btn-info,
.btn.btn-raised.btn-info {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

.bmd-btn-fab.btn-info.active.custom-file-control::before,
.bmd-btn-fab.btn-info.custom-file-control:active::before,
.bmd-btn-fab.btn-info.custom-file-control:focus::before,
.bmd-btn-fab.btn-info.custom-file-control:hover::before,
.bmd-btn-fab.btn-info.focus.custom-file-control::before,
.btn-group-raised .btn-info.active.custom-file-control::before,
.btn-group-raised .btn-info.custom-file-control:active::before,
.btn-group-raised .btn-info.custom-file-control:focus::before,
.btn-group-raised .btn-info.custom-file-control:hover::before,
.btn-group-raised .btn-info.focus.custom-file-control::before,
.btn-group-raised .btn.btn-info.active,
.btn-group-raised .btn.btn-info.focus,
.btn-group-raised .btn.btn-info:active,
.btn-group-raised .btn.btn-info:focus,
.btn-group-raised .btn.btn-info:hover,
.btn-raised.btn-info.active.custom-file-control::before,
.btn-raised.btn-info.custom-file-control:active::before,
.btn-raised.btn-info.custom-file-control:focus::before,
.btn-raised.btn-info.custom-file-control:hover::before,
.btn-raised.btn-info.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-info.active,
.btn.bmd-btn-fab.btn-info.focus,
.btn.bmd-btn-fab.btn-info:active,
.btn.bmd-btn-fab.btn-info:focus,
.btn.bmd-btn-fab.btn-info:hover,
.btn.btn-raised.btn-info.active,
.btn.btn-raised.btn-info.focus,
.btn.btn-raised.btn-info:active,
.btn.btn-raised.btn-info:focus,
.btn.btn-raised.btn-info:hover,
.open>.bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle,
.open>.btn.btn-raised.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4d4ae3;
    border-color: #2a27de
}

.bmd-btn-fab.btn-info.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-info.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-info.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-info.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-info.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-info.custom-file-control:active:hover::before,
.btn-group-raised .btn-info.active.custom-file-control:focus::before,
.btn-group-raised .btn-info.active.custom-file-control:hover::before,
.btn-group-raised .btn-info.active.focus.custom-file-control::before,
.btn-group-raised .btn-info.custom-file-control:active.focus::before,
.btn-group-raised .btn-info.custom-file-control:active:focus::before,
.btn-group-raised .btn-info.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-info.active.focus,
.btn-group-raised .btn.btn-info.active:focus,
.btn-group-raised .btn.btn-info.active:hover,
.btn-group-raised .btn.btn-info:active.focus,
.btn-group-raised .btn.btn-info:active:focus,
.btn-group-raised .btn.btn-info:active:hover,
.btn-raised.btn-info.active.custom-file-control:focus::before,
.btn-raised.btn-info.active.custom-file-control:hover::before,
.btn-raised.btn-info.active.focus.custom-file-control::before,
.btn-raised.btn-info.custom-file-control:active.focus::before,
.btn-raised.btn-info.custom-file-control:active:focus::before,
.btn-raised.btn-info.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-info.active.focus,
.btn.bmd-btn-fab.btn-info.active:focus,
.btn.bmd-btn-fab.btn-info.active:hover,
.btn.bmd-btn-fab.btn-info:active.focus,
.btn.bmd-btn-fab.btn-info:active:focus,
.btn.bmd-btn-fab.btn-info:active:hover,
.btn.btn-raised.btn-info.active.focus,
.btn.btn-raised.btn-info.active:focus,
.btn.btn-raised.btn-info.active:hover,
.btn.btn-raised.btn-info:active.focus,
.btn.btn-raised.btn-info:active:focus,
.btn.btn-raised.btn-info:active:hover,
.open>.bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle:hover,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-info.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-info.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #4d4ae3;
    border-color: #1c1aa9
}

.open>.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #5e5ce6
}

.open>.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #4d4ae3
}

.bmd-btn-fab.btn-info.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-info.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-info.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-info.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-info.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-info.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-info.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-info.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-info.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-info.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-info.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-info.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-info.disabled.focus,
.btn-group-raised .btn.btn-info.disabled:focus,
.btn-group-raised .btn.btn-info.disabled:hover,
.btn-group-raised .btn.btn-info:disabled.focus,
.btn-group-raised .btn.btn-info:disabled:focus,
.btn-group-raised .btn.btn-info:disabled:hover,
.btn-raised.btn-info.custom-file-control:disabled.focus::before,
.btn-raised.btn-info.custom-file-control:disabled:focus::before,
.btn-raised.btn-info.custom-file-control:disabled:hover::before,
.btn-raised.btn-info.disabled.custom-file-control:focus::before,
.btn-raised.btn-info.disabled.custom-file-control:hover::before,
.btn-raised.btn-info.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-info.disabled.focus,
.btn.bmd-btn-fab.btn-info.disabled:focus,
.btn.bmd-btn-fab.btn-info.disabled:hover,
.btn.bmd-btn-fab.btn-info:disabled.focus,
.btn.bmd-btn-fab.btn-info:disabled:focus,
.btn.bmd-btn-fab.btn-info:disabled:hover,
.btn.btn-raised.btn-info.disabled.focus,
.btn.btn-raised.btn-info.disabled:focus,
.btn.btn-raised.btn-info.disabled:hover,
.btn.btn-raised.btn-info:disabled.focus,
.btn.btn-raised.btn-info:disabled:focus,
.btn.btn-raised.btn-info:disabled:hover {
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

.bmd-btn-fab.btn-warning.custom-file-control::before,
.btn-group-raised .btn-warning.custom-file-control::before,
.btn-group-raised .btn.btn-warning,
.btn-raised.btn-warning.custom-file-control::before,
.btn.bmd-btn-fab.btn-warning,
.btn.btn-raised.btn-warning {
    color: #fff;
    background-color: #FF8A48;
    border-color: #FF8A48
}

.bmd-btn-fab.btn-warning.active.custom-file-control::before,
.bmd-btn-fab.btn-warning.custom-file-control:active::before,
.bmd-btn-fab.btn-warning.custom-file-control:focus::before,
.bmd-btn-fab.btn-warning.custom-file-control:hover::before,
.bmd-btn-fab.btn-warning.focus.custom-file-control::before,
.btn-group-raised .btn-warning.active.custom-file-control::before,
.btn-group-raised .btn-warning.custom-file-control:active::before,
.btn-group-raised .btn-warning.custom-file-control:focus::before,
.btn-group-raised .btn-warning.custom-file-control:hover::before,
.btn-group-raised .btn-warning.focus.custom-file-control::before,
.btn-group-raised .btn.btn-warning.active,
.btn-group-raised .btn.btn-warning.focus,
.btn-group-raised .btn.btn-warning:active,
.btn-group-raised .btn.btn-warning:focus,
.btn-group-raised .btn.btn-warning:hover,
.btn-raised.btn-warning.active.custom-file-control::before,
.btn-raised.btn-warning.custom-file-control:active::before,
.btn-raised.btn-warning.custom-file-control:focus::before,
.btn-raised.btn-warning.custom-file-control:hover::before,
.btn-raised.btn-warning.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-warning.active,
.btn.bmd-btn-fab.btn-warning.focus,
.btn.bmd-btn-fab.btn-warning:active,
.btn.bmd-btn-fab.btn-warning:focus,
.btn.bmd-btn-fab.btn-warning:hover,
.btn.btn-raised.btn-warning.active,
.btn.btn-raised.btn-warning.focus,
.btn.btn-raised.btn-warning:active,
.btn.btn-raised.btn-warning:focus,
.btn.btn-raised.btn-warning:hover,
.open>.bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle,
.open>.btn.btn-raised.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7d34;
    border-color: #ff630b
}

.bmd-btn-fab.btn-warning.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-warning.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-warning.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-warning.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-warning.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-warning.custom-file-control:active:hover::before,
.btn-group-raised .btn-warning.active.custom-file-control:focus::before,
.btn-group-raised .btn-warning.active.custom-file-control:hover::before,
.btn-group-raised .btn-warning.active.focus.custom-file-control::before,
.btn-group-raised .btn-warning.custom-file-control:active.focus::before,
.btn-group-raised .btn-warning.custom-file-control:active:focus::before,
.btn-group-raised .btn-warning.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-warning.active.focus,
.btn-group-raised .btn.btn-warning.active:focus,
.btn-group-raised .btn.btn-warning.active:hover,
.btn-group-raised .btn.btn-warning:active.focus,
.btn-group-raised .btn.btn-warning:active:focus,
.btn-group-raised .btn.btn-warning:active:hover,
.btn-raised.btn-warning.active.custom-file-control:focus::before,
.btn-raised.btn-warning.active.custom-file-control:hover::before,
.btn-raised.btn-warning.active.focus.custom-file-control::before,
.btn-raised.btn-warning.custom-file-control:active.focus::before,
.btn-raised.btn-warning.custom-file-control:active:focus::before,
.btn-raised.btn-warning.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-warning.active.focus,
.btn.bmd-btn-fab.btn-warning.active:focus,
.btn.bmd-btn-fab.btn-warning.active:hover,
.btn.bmd-btn-fab.btn-warning:active.focus,
.btn.bmd-btn-fab.btn-warning:active:focus,
.btn.bmd-btn-fab.btn-warning:active:hover,
.btn.btn-raised.btn-warning.active.focus,
.btn.btn-raised.btn-warning.active:focus,
.btn.btn-raised.btn-warning.active:hover,
.btn.btn-raised.btn-warning:active.focus,
.btn.btn-raised.btn-warning:active:focus,
.btn.btn-raised.btn-warning:active:hover,
.open>.bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle:hover,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff7d34;
    border-color: #c84800
}

.open>.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #FF8A48
}

.open>.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #ff7d34
}

.bmd-btn-fab.btn-warning.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-warning.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-warning.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-warning.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-warning.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-warning.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-warning.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-warning.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-warning.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-warning.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-warning.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-warning.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-warning.disabled.focus,
.btn-group-raised .btn.btn-warning.disabled:focus,
.btn-group-raised .btn.btn-warning.disabled:hover,
.btn-group-raised .btn.btn-warning:disabled.focus,
.btn-group-raised .btn.btn-warning:disabled:focus,
.btn-group-raised .btn.btn-warning:disabled:hover,
.btn-raised.btn-warning.custom-file-control:disabled.focus::before,
.btn-raised.btn-warning.custom-file-control:disabled:focus::before,
.btn-raised.btn-warning.custom-file-control:disabled:hover::before,
.btn-raised.btn-warning.disabled.custom-file-control:focus::before,
.btn-raised.btn-warning.disabled.custom-file-control:hover::before,
.btn-raised.btn-warning.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-warning.disabled.focus,
.btn.bmd-btn-fab.btn-warning.disabled:focus,
.btn.bmd-btn-fab.btn-warning.disabled:hover,
.btn.bmd-btn-fab.btn-warning:disabled.focus,
.btn.bmd-btn-fab.btn-warning:disabled:focus,
.btn.bmd-btn-fab.btn-warning:disabled:hover,
.btn.btn-raised.btn-warning.disabled.focus,
.btn.btn-raised.btn-warning.disabled:focus,
.btn.btn-raised.btn-warning.disabled:hover,
.btn.btn-raised.btn-warning:disabled.focus,
.btn.btn-raised.btn-warning:disabled:focus,
.btn.btn-raised.btn-warning:disabled:hover {
    background-color: #FF8A48;
    border-color: #FF8A48
}

.bmd-btn-fab.btn-danger.custom-file-control::before,
.btn-group-raised .btn-danger.custom-file-control::before,
.btn-group-raised .btn.btn-danger,
.btn-raised.btn-danger.custom-file-control::before,
.btn.bmd-btn-fab.btn-danger,
.btn.btn-raised.btn-danger {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57
}

.bmd-btn-fab.btn-danger.active.custom-file-control::before,
.bmd-btn-fab.btn-danger.custom-file-control:active::before,
.bmd-btn-fab.btn-danger.custom-file-control:focus::before,
.bmd-btn-fab.btn-danger.custom-file-control:hover::before,
.bmd-btn-fab.btn-danger.focus.custom-file-control::before,
.btn-group-raised .btn-danger.active.custom-file-control::before,
.btn-group-raised .btn-danger.custom-file-control:active::before,
.btn-group-raised .btn-danger.custom-file-control:focus::before,
.btn-group-raised .btn-danger.custom-file-control:hover::before,
.btn-group-raised .btn-danger.focus.custom-file-control::before,
.btn-group-raised .btn.btn-danger.active,
.btn-group-raised .btn.btn-danger.focus,
.btn-group-raised .btn.btn-danger:active,
.btn-group-raised .btn.btn-danger:focus,
.btn-group-raised .btn.btn-danger:hover,
.btn-raised.btn-danger.active.custom-file-control::before,
.btn-raised.btn-danger.custom-file-control:active::before,
.btn-raised.btn-danger.custom-file-control:focus::before,
.btn-raised.btn-danger.custom-file-control:hover::before,
.btn-raised.btn-danger.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-danger.active,
.btn.bmd-btn-fab.btn-danger.focus,
.btn.bmd-btn-fab.btn-danger:active,
.btn.bmd-btn-fab.btn-danger:focus,
.btn.bmd-btn-fab.btn-danger:hover,
.btn.btn-raised.btn-danger.active,
.btn.btn-raised.btn-danger.focus,
.btn.btn-raised.btn-danger:active,
.btn.btn-raised.btn-danger:focus,
.btn.btn-raised.btn-danger:hover,
.open>.bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle,
.open>.btn.btn-raised.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2945;
    border-color: #f02
}

.bmd-btn-fab.btn-danger.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-danger.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-danger.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-danger.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-danger.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-danger.custom-file-control:active:hover::before,
.btn-group-raised .btn-danger.active.custom-file-control:focus::before,
.btn-group-raised .btn-danger.active.custom-file-control:hover::before,
.btn-group-raised .btn-danger.active.focus.custom-file-control::before,
.btn-group-raised .btn-danger.custom-file-control:active.focus::before,
.btn-group-raised .btn-danger.custom-file-control:active:focus::before,
.btn-group-raised .btn-danger.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-danger.active.focus,
.btn-group-raised .btn.btn-danger.active:focus,
.btn-group-raised .btn.btn-danger.active:hover,
.btn-group-raised .btn.btn-danger:active.focus,
.btn-group-raised .btn.btn-danger:active:focus,
.btn-group-raised .btn.btn-danger:active:hover,
.btn-raised.btn-danger.active.custom-file-control:focus::before,
.btn-raised.btn-danger.active.custom-file-control:hover::before,
.btn-raised.btn-danger.active.focus.custom-file-control::before,
.btn-raised.btn-danger.custom-file-control:active.focus::before,
.btn-raised.btn-danger.custom-file-control:active:focus::before,
.btn-raised.btn-danger.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-danger.active.focus,
.btn.bmd-btn-fab.btn-danger.active:focus,
.btn.bmd-btn-fab.btn-danger.active:hover,
.btn.bmd-btn-fab.btn-danger:active.focus,
.btn.bmd-btn-fab.btn-danger:active:focus,
.btn.bmd-btn-fab.btn-danger:active:hover,
.btn.btn-raised.btn-danger.active.focus,
.btn.btn-raised.btn-danger.active:focus,
.btn.btn-raised.btn-danger.active:hover,
.btn.btn-raised.btn-danger:active.focus,
.btn.btn-raised.btn-danger:active:focus,
.btn.btn-raised.btn-danger:active:hover,
.open>.bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle:hover,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff2945;
    border-color: #bd0019
}

.open>.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #FF3D57
}

.open>.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #ff2945
}

.bmd-btn-fab.btn-danger.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-danger.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-danger.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-danger.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-danger.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-danger.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-danger.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-danger.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-danger.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-danger.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-danger.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-danger.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-danger.disabled.focus,
.btn-group-raised .btn.btn-danger.disabled:focus,
.btn-group-raised .btn.btn-danger.disabled:hover,
.btn-group-raised .btn.btn-danger:disabled.focus,
.btn-group-raised .btn.btn-danger:disabled:focus,
.btn-group-raised .btn.btn-danger:disabled:hover,
.btn-raised.btn-danger.custom-file-control:disabled.focus::before,
.btn-raised.btn-danger.custom-file-control:disabled:focus::before,
.btn-raised.btn-danger.custom-file-control:disabled:hover::before,
.btn-raised.btn-danger.disabled.custom-file-control:focus::before,
.btn-raised.btn-danger.disabled.custom-file-control:hover::before,
.btn-raised.btn-danger.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-danger.disabled.focus,
.btn.bmd-btn-fab.btn-danger.disabled:focus,
.btn.bmd-btn-fab.btn-danger.disabled:hover,
.btn.bmd-btn-fab.btn-danger:disabled.focus,
.btn.bmd-btn-fab.btn-danger:disabled:focus,
.btn.bmd-btn-fab.btn-danger:disabled:hover,
.btn.btn-raised.btn-danger.disabled.focus,
.btn.btn-raised.btn-danger.disabled:focus,
.btn.btn-raised.btn-danger.disabled:hover,
.btn.btn-raised.btn-danger:disabled.focus,
.btn.btn-raised.btn-danger:disabled:focus,
.btn.btn-raised.btn-danger:disabled:hover {
    background-color: #FF3D57;
    border-color: #FF3D57
}

.bmd-btn-fab.btn-light.custom-file-control::before,
.btn-group-raised .btn-light.custom-file-control::before,
.btn-group-raised .btn.btn-light,
.btn-raised.btn-light.custom-file-control::before,
.btn.bmd-btn-fab.btn-light,
.btn.btn-raised.btn-light {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.bmd-btn-fab.btn-light.active.custom-file-control::before,
.bmd-btn-fab.btn-light.custom-file-control:active::before,
.bmd-btn-fab.btn-light.custom-file-control:focus::before,
.bmd-btn-fab.btn-light.custom-file-control:hover::before,
.bmd-btn-fab.btn-light.focus.custom-file-control::before,
.btn-group-raised .btn-light.active.custom-file-control::before,
.btn-group-raised .btn-light.custom-file-control:active::before,
.btn-group-raised .btn-light.custom-file-control:focus::before,
.btn-group-raised .btn-light.custom-file-control:hover::before,
.btn-group-raised .btn-light.focus.custom-file-control::before,
.btn-group-raised .btn.btn-light.active,
.btn-group-raised .btn.btn-light.focus,
.btn-group-raised .btn.btn-light:active,
.btn-group-raised .btn.btn-light:focus,
.btn-group-raised .btn.btn-light:hover,
.btn-raised.btn-light.active.custom-file-control::before,
.btn-raised.btn-light.custom-file-control:active::before,
.btn-raised.btn-light.custom-file-control:focus::before,
.btn-raised.btn-light.custom-file-control:hover::before,
.btn-raised.btn-light.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-light.active,
.btn.bmd-btn-fab.btn-light.focus,
.btn.bmd-btn-fab.btn-light:active,
.btn.bmd-btn-fab.btn-light:focus,
.btn.bmd-btn-fab.btn-light:hover,
.btn.btn-raised.btn-light.active,
.btn.btn-raised.btn-light.focus,
.btn.btn-raised.btn-light:active,
.btn.btn-raised.btn-light:focus,
.btn.btn-raised.btn-light:hover,
.open>.bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle,
.open>.btn.btn-raised.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #7e8a95;
    border-color: #57616b
}

.bmd-btn-fab.btn-light.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-light.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-light.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-light.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-light.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-light.custom-file-control:active:hover::before,
.btn-group-raised .btn-light.active.custom-file-control:focus::before,
.btn-group-raised .btn-light.active.custom-file-control:hover::before,
.btn-group-raised .btn-light.active.focus.custom-file-control::before,
.btn-group-raised .btn-light.custom-file-control:active.focus::before,
.btn-group-raised .btn-light.custom-file-control:active:focus::before,
.btn-group-raised .btn-light.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-light.active.focus,
.btn-group-raised .btn.btn-light.active:focus,
.btn-group-raised .btn.btn-light.active:hover,
.btn-group-raised .btn.btn-light:active.focus,
.btn-group-raised .btn.btn-light:active:focus,
.btn-group-raised .btn.btn-light:active:hover,
.btn-raised.btn-light.active.custom-file-control:focus::before,
.btn-raised.btn-light.active.custom-file-control:hover::before,
.btn-raised.btn-light.active.focus.custom-file-control::before,
.btn-raised.btn-light.custom-file-control:active.focus::before,
.btn-raised.btn-light.custom-file-control:active:focus::before,
.btn-raised.btn-light.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-light.active.focus,
.btn.bmd-btn-fab.btn-light.active:focus,
.btn.bmd-btn-fab.btn-light.active:hover,
.btn.bmd-btn-fab.btn-light:active.focus,
.btn.bmd-btn-fab.btn-light:active:focus,
.btn.bmd-btn-fab.btn-light:active:hover,
.btn.btn-raised.btn-light.active.focus,
.btn.btn-raised.btn-light.active:focus,
.btn.btn-raised.btn-light.active:hover,
.btn.btn-raised.btn-light:active.focus,
.btn.btn-raised.btn-light:active:focus,
.btn.btn-raised.btn-light:active:hover,
.open>.bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle:hover,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-light.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-light.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #7e8a95;
    border-color: #394046
}

.open>.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #73808c
}

.open>.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #7e8a95
}

.bmd-btn-fab.btn-light.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-light.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-light.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-light.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-light.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-light.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-light.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-light.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-light.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-light.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-light.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-light.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-light.disabled.focus,
.btn-group-raised .btn.btn-light.disabled:focus,
.btn-group-raised .btn.btn-light.disabled:hover,
.btn-group-raised .btn.btn-light:disabled.focus,
.btn-group-raised .btn.btn-light:disabled:focus,
.btn-group-raised .btn.btn-light:disabled:hover,
.btn-raised.btn-light.custom-file-control:disabled.focus::before,
.btn-raised.btn-light.custom-file-control:disabled:focus::before,
.btn-raised.btn-light.custom-file-control:disabled:hover::before,
.btn-raised.btn-light.disabled.custom-file-control:focus::before,
.btn-raised.btn-light.disabled.custom-file-control:hover::before,
.btn-raised.btn-light.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-light.disabled.focus,
.btn.bmd-btn-fab.btn-light.disabled:focus,
.btn.bmd-btn-fab.btn-light.disabled:hover,
.btn.bmd-btn-fab.btn-light:disabled.focus,
.btn.bmd-btn-fab.btn-light:disabled:focus,
.btn.bmd-btn-fab.btn-light:disabled:hover,
.btn.btn-raised.btn-light.disabled.focus,
.btn.btn-raised.btn-light.disabled:focus,
.btn.btn-raised.btn-light.disabled:hover,
.btn.btn-raised.btn-light:disabled.focus,
.btn.btn-raised.btn-light:disabled:focus,
.btn.btn-raised.btn-light:disabled:hover {
    background-color: #73808c;
    border-color: #73808c
}

.bmd-btn-fab.btn-dark.custom-file-control::before,
.btn-group-raised .btn-dark.custom-file-control::before,
.btn-group-raised .btn.btn-dark,
.btn-raised.btn-dark.custom-file-control::before,
.btn.bmd-btn-fab.btn-dark,
.btn.btn-raised.btn-dark {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835
}

.bmd-btn-fab.btn-dark.active.custom-file-control::before,
.bmd-btn-fab.btn-dark.custom-file-control:active::before,
.bmd-btn-fab.btn-dark.custom-file-control:focus::before,
.bmd-btn-fab.btn-dark.custom-file-control:hover::before,
.bmd-btn-fab.btn-dark.focus.custom-file-control::before,
.btn-group-raised .btn-dark.active.custom-file-control::before,
.btn-group-raised .btn-dark.custom-file-control:active::before,
.btn-group-raised .btn-dark.custom-file-control:focus::before,
.btn-group-raised .btn-dark.custom-file-control:hover::before,
.btn-group-raised .btn-dark.focus.custom-file-control::before,
.btn-group-raised .btn.btn-dark.active,
.btn-group-raised .btn.btn-dark.focus,
.btn-group-raised .btn.btn-dark:active,
.btn-group-raised .btn.btn-dark:focus,
.btn-group-raised .btn.btn-dark:hover,
.btn-raised.btn-dark.active.custom-file-control::before,
.btn-raised.btn-dark.custom-file-control:active::before,
.btn-raised.btn-dark.custom-file-control:focus::before,
.btn-raised.btn-dark.custom-file-control:hover::before,
.btn-raised.btn-dark.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-dark.active,
.btn.bmd-btn-fab.btn-dark.focus,
.btn.bmd-btn-fab.btn-dark:active,
.btn.bmd-btn-fab.btn-dark:focus,
.btn.bmd-btn-fab.btn-dark:hover,
.btn.btn-raised.btn-dark.active,
.btn.btn-raised.btn-dark.focus,
.btn.btn-raised.btn-dark:active,
.btn.btn-raised.btn-dark:focus,
.btn.btn-raised.btn-dark:hover,
.open>.bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle,
.open>.btn.btn-raised.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #161e28;
    border-color: #080b0e
}

.bmd-btn-fab.btn-dark.active.custom-file-control:focus::before,
.bmd-btn-fab.btn-dark.active.custom-file-control:hover::before,
.bmd-btn-fab.btn-dark.active.focus.custom-file-control::before,
.bmd-btn-fab.btn-dark.custom-file-control:active.focus::before,
.bmd-btn-fab.btn-dark.custom-file-control:active:focus::before,
.bmd-btn-fab.btn-dark.custom-file-control:active:hover::before,
.btn-group-raised .btn-dark.active.custom-file-control:focus::before,
.btn-group-raised .btn-dark.active.custom-file-control:hover::before,
.btn-group-raised .btn-dark.active.focus.custom-file-control::before,
.btn-group-raised .btn-dark.custom-file-control:active.focus::before,
.btn-group-raised .btn-dark.custom-file-control:active:focus::before,
.btn-group-raised .btn-dark.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-dark.active.focus,
.btn-group-raised .btn.btn-dark.active:focus,
.btn-group-raised .btn.btn-dark.active:hover,
.btn-group-raised .btn.btn-dark:active.focus,
.btn-group-raised .btn.btn-dark:active:focus,
.btn-group-raised .btn.btn-dark:active:hover,
.btn-raised.btn-dark.active.custom-file-control:focus::before,
.btn-raised.btn-dark.active.custom-file-control:hover::before,
.btn-raised.btn-dark.active.focus.custom-file-control::before,
.btn-raised.btn-dark.custom-file-control:active.focus::before,
.btn-raised.btn-dark.custom-file-control:active:focus::before,
.btn-raised.btn-dark.custom-file-control:active:hover::before,
.btn.bmd-btn-fab.btn-dark.active.focus,
.btn.bmd-btn-fab.btn-dark.active:focus,
.btn.bmd-btn-fab.btn-dark.active:hover,
.btn.bmd-btn-fab.btn-dark:active.focus,
.btn.bmd-btn-fab.btn-dark:active:focus,
.btn.bmd-btn-fab.btn-dark:active:hover,
.btn.btn-raised.btn-dark.active.focus,
.btn.btn-raised.btn-dark.active:focus,
.btn.btn-raised.btn-dark.active:hover,
.btn.btn-raised.btn-dark:active.focus,
.btn.btn-raised.btn-dark:active:focus,
.btn.btn-raised.btn-dark:active:hover,
.open>.bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.bmd-btn-fab.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle.focus,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle:focus,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle:hover,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle.focus,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle:focus,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-dark.dropdown-toggle:hover {
    color: #fff;
    background-color: #161e28;
    border-color: #000
}

.open>.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon,
.open>.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #1e2835
}

.open>.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon:hover,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #161e28
}

.bmd-btn-fab.btn-dark.custom-file-control:disabled.focus::before,
.bmd-btn-fab.btn-dark.custom-file-control:disabled:focus::before,
.bmd-btn-fab.btn-dark.custom-file-control:disabled:hover::before,
.bmd-btn-fab.btn-dark.disabled.custom-file-control:focus::before,
.bmd-btn-fab.btn-dark.disabled.custom-file-control:hover::before,
.bmd-btn-fab.btn-dark.disabled.focus.custom-file-control::before,
.btn-group-raised .btn-dark.custom-file-control:disabled.focus::before,
.btn-group-raised .btn-dark.custom-file-control:disabled:focus::before,
.btn-group-raised .btn-dark.custom-file-control:disabled:hover::before,
.btn-group-raised .btn-dark.disabled.custom-file-control:focus::before,
.btn-group-raised .btn-dark.disabled.custom-file-control:hover::before,
.btn-group-raised .btn-dark.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-dark.disabled.focus,
.btn-group-raised .btn.btn-dark.disabled:focus,
.btn-group-raised .btn.btn-dark.disabled:hover,
.btn-group-raised .btn.btn-dark:disabled.focus,
.btn-group-raised .btn.btn-dark:disabled:focus,
.btn-group-raised .btn.btn-dark:disabled:hover,
.btn-raised.btn-dark.custom-file-control:disabled.focus::before,
.btn-raised.btn-dark.custom-file-control:disabled:focus::before,
.btn-raised.btn-dark.custom-file-control:disabled:hover::before,
.btn-raised.btn-dark.disabled.custom-file-control:focus::before,
.btn-raised.btn-dark.disabled.custom-file-control:hover::before,
.btn-raised.btn-dark.disabled.focus.custom-file-control::before,
.btn.bmd-btn-fab.btn-dark.disabled.focus,
.btn.bmd-btn-fab.btn-dark.disabled:focus,
.btn.bmd-btn-fab.btn-dark.disabled:hover,
.btn.bmd-btn-fab.btn-dark:disabled.focus,
.btn.bmd-btn-fab.btn-dark:disabled:focus,
.btn.bmd-btn-fab.btn-dark:disabled:hover,
.btn.btn-raised.btn-dark.disabled.focus,
.btn.btn-raised.btn-dark.disabled:focus,
.btn.btn-raised.btn-dark.disabled:hover,
.btn.btn-raised.btn-dark:disabled.focus,
.btn.btn-raised.btn-dark:disabled:focus,
.btn.btn-raised.btn-dark:disabled:hover {
    background-color: #1e2835;
    border-color: #1e2835
}

.bmd-btn-fab.custom-file-control:focus::before,
.bmd-btn-fab.custom-file-control:hover::before,
.btn-group-raised .btn:focus,
.btn-group-raised .btn:hover,
.btn-group-raised .custom-file-control:focus::before,
.btn-group-raised .custom-file-control:hover::before,
.btn-raised.custom-file-control:focus::before,
.btn-raised.custom-file-control:hover::before,
.btn.bmd-btn-fab:focus,
.btn.bmd-btn-fab:hover,
.btn.btn-raised:focus,
.btn.btn-raised:hover {
    z-index: 1;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.bmd-btn-fab.active.custom-file-control::before,
.bmd-btn-fab.custom-file-control:active::before,
.btn-group-raised .active.custom-file-control::before,
.btn-group-raised .btn.active,
.btn-group-raised .btn:active,
.btn-group-raised .custom-file-control:active::before,
.btn-raised.active.custom-file-control::before,
.btn-raised.custom-file-control:active::before,
.btn.bmd-btn-fab.active,
.btn.bmd-btn-fab:active,
.btn.btn-raised.active,
.btn.btn-raised:active {
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36)
}

.bmd-btn-fab.custom-file-control:focus::before,
.bmd-btn-fab.focus.custom-file-control::before,
.btn-group-raised .btn.focus,
.btn-group-raised .btn:focus,
.btn-group-raised .custom-file-control:focus::before,
.btn-group-raised .focus.custom-file-control::before,
.btn-raised.custom-file-control:focus::before,
.btn-raised.focus.custom-file-control::before,
.btn.bmd-btn-fab.focus,
.btn.bmd-btn-fab:focus,
.btn.btn-raised.focus,
.btn.btn-raised:focus {
    outline: 0
}

.btn-group-raised .btn,
.btn-group-raised .custom-file-control::before,
.btn-raised.custom-file-control::before,
.btn.btn-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-group-raised .btn-link.active.custom-file-control::before,
.btn-group-raised .btn-link.custom-file-control::before,
.btn-group-raised .btn-link.custom-file-control:active::before,
.btn-group-raised .btn-link.custom-file-control:focus::before,
.btn-group-raised .btn-link.custom-file-control:hover::before,
.btn-group-raised .btn.btn-link,
.btn-group-raised .btn.btn-link.active,
.btn-group-raised .btn.btn-link:active,
.btn-group-raised .btn.btn-link:focus,
.btn-group-raised .btn.btn-link:hover,
.btn-group-raised .btn.disabled,
.btn-group-raised .btn:disabled,
.btn-group-raised .btn[disabled],
.btn-group-raised .custom-file-control:disabled::before,
.btn-group-raised .custom-file-control[disabled]::before,
.btn-group-raised .disabled.custom-file-control::before,
.btn-raised.btn-link.active.custom-file-control::before,
.btn-raised.btn-link.custom-file-control::before,
.btn-raised.btn-link.custom-file-control:active::before,
.btn-raised.btn-link.custom-file-control:focus::before,
.btn-raised.btn-link.custom-file-control:hover::before,
.btn-raised.custom-file-control:disabled::before,
.btn-raised.custom-file-control[disabled]::before,
.btn-raised.disabled.custom-file-control::before,
.btn.btn-raised.btn-link,
.btn.btn-raised.btn-link.active,
.btn.btn-raised.btn-link:active,
.btn.btn-raised.btn-link:focus,
.btn.btn-raised.btn-link:hover,
.btn.btn-raised.disabled,
.btn.btn-raised:disabled,
.btn.btn-raised[disabled],
fieldset[disabled][disabled] .btn-group-raised .btn,
fieldset[disabled][disabled] .btn-group-raised .custom-file-control::before,
fieldset[disabled][disabled] .btn-raised.custom-file-control::before,
fieldset[disabled][disabled] .btn.btn-raised {
    box-shadow: none
}

.btn-outline.custom-file-control::before,
.btn.btn-outline {
    border-color: currentColor;
    border-style: solid;
    border-width: 1px
}

.btn-outline-primary.custom-file-control::before,
.btn.btn-outline-primary {
    border-style: solid;
    border-width: 1px
}

.btn-outline-primary.active.custom-file-control::before,
.btn-outline-primary.custom-file-control:active::before,
.btn-outline-primary.custom-file-control:focus::before,
.btn-outline-primary.custom-file-control:hover::before,
.btn-outline-primary.focus.custom-file-control::before,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle {
    color: #0081FF;
    background-color: rgba(153, 153, 153, .2);
    border-color: #0081FF
}

.btn-outline-primary.active.custom-file-control:focus::before,
.btn-outline-primary.active.custom-file-control:hover::before,
.btn-outline-primary.active.focus.custom-file-control::before,
.btn-outline-primary.custom-file-control:active.focus::before,
.btn-outline-primary.custom-file-control:active:focus::before,
.btn-outline-primary.custom-file-control:active:hover::before,
.btn.btn-outline-primary.active.focus,
.btn.btn-outline-primary.active:focus,
.btn.btn-outline-primary.active:hover,
.btn.btn-outline-primary:active.focus,
.btn.btn-outline-primary:active:focus,
.btn.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle.focus,
.open>.btn.btn-outline-primary.dropdown-toggle:focus,
.open>.btn.btn-outline-primary.dropdown-toggle:hover {
    color: #0081FF;
    background-color: rgba(153, 153, 153, .4);
    border-color: #0081FF
}

.open>.btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-primary.custom-file-control::before,
.bg-inverse .btn.btn-outline-primary {
    color: #0081FF;
    background-color: transparent;
    border-color: #0081FF
}

.bg-inverse .btn-outline-primary.active.custom-file-control::before,
.bg-inverse .btn-outline-primary.custom-file-control:active::before,
.bg-inverse .btn-outline-primary.custom-file-control:focus::before,
.bg-inverse .btn-outline-primary.custom-file-control:hover::before,
.bg-inverse .btn-outline-primary.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-primary.active,
.bg-inverse .btn.btn-outline-primary.focus,
.bg-inverse .btn.btn-outline-primary:active,
.bg-inverse .btn.btn-outline-primary:focus,
.bg-inverse .btn.btn-outline-primary:hover,
.open>.bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle {
    color: #0081FF;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-primary.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-primary.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-primary.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-primary.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-primary.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-primary.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-primary.active.focus,
.bg-inverse .btn.btn-outline-primary.active:focus,
.bg-inverse .btn.btn-outline-primary.active:hover,
.bg-inverse .btn.btn-outline-primary:active.focus,
.bg-inverse .btn.btn-outline-primary:active:focus,
.bg-inverse .btn.btn-outline-primary:active:hover,
.open>.bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover {
    color: #0081FF;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-primary.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-primary.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-primary.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-primary.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-primary.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-primary.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-primary.disabled.focus,
.bg-inverse .btn.btn-outline-primary.disabled:focus,
.bg-inverse .btn.btn-outline-primary.disabled:hover,
.bg-inverse .btn.btn-outline-primary:disabled.focus,
.bg-inverse .btn.btn-outline-primary:disabled:focus,
.bg-inverse .btn.btn-outline-primary:disabled:hover {
    background-color: transparent;
    border-color: #0081FF
}

.btn-outline-primary.btn-link.custom-file-control::before,
.btn.btn-outline-primary.btn-link {
    background-color: transparent
}

.btn-outline-secondary.custom-file-control::before,
.btn.btn-outline-secondary {
    border-style: solid;
    border-width: 1px
}

.btn-outline-secondary.active.custom-file-control::before,
.btn-outline-secondary.custom-file-control:active::before,
.btn-outline-secondary.custom-file-control:focus::before,
.btn-outline-secondary.custom-file-control:hover::before,
.btn-outline-secondary.focus.custom-file-control::before,
.btn.btn-outline-secondary.active,
.btn.btn-outline-secondary.focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle {
    color: #304156;
    background-color: rgba(153, 153, 153, .2);
    border-color: #304156
}

.btn-outline-secondary.active.custom-file-control:focus::before,
.btn-outline-secondary.active.custom-file-control:hover::before,
.btn-outline-secondary.active.focus.custom-file-control::before,
.btn-outline-secondary.custom-file-control:active.focus::before,
.btn-outline-secondary.custom-file-control:active:focus::before,
.btn-outline-secondary.custom-file-control:active:hover::before,
.btn.btn-outline-secondary.active.focus,
.btn.btn-outline-secondary.active:focus,
.btn.btn-outline-secondary.active:hover,
.btn.btn-outline-secondary:active.focus,
.btn.btn-outline-secondary:active:focus,
.btn.btn-outline-secondary:active:hover,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn.btn-outline-secondary.dropdown-toggle:hover {
    color: #304156;
    background-color: rgba(153, 153, 153, .4);
    border-color: #304156
}

.open>.btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-secondary.custom-file-control::before,
.bg-inverse .btn.btn-outline-secondary {
    color: #304156;
    background-color: transparent;
    border-color: #304156
}

.bg-inverse .btn-outline-secondary.active.custom-file-control::before,
.bg-inverse .btn-outline-secondary.custom-file-control:active::before,
.bg-inverse .btn-outline-secondary.custom-file-control:focus::before,
.bg-inverse .btn-outline-secondary.custom-file-control:hover::before,
.bg-inverse .btn-outline-secondary.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-secondary.active,
.bg-inverse .btn.btn-outline-secondary.focus,
.bg-inverse .btn.btn-outline-secondary:active,
.bg-inverse .btn.btn-outline-secondary:focus,
.bg-inverse .btn.btn-outline-secondary:hover,
.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle {
    color: #304156;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-secondary.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-secondary.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-secondary.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-secondary.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-secondary.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-secondary.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-secondary.active.focus,
.bg-inverse .btn.btn-outline-secondary.active:focus,
.bg-inverse .btn.btn-outline-secondary.active:hover,
.bg-inverse .btn.btn-outline-secondary:active.focus,
.bg-inverse .btn.btn-outline-secondary:active:focus,
.bg-inverse .btn.btn-outline-secondary:active:hover,
.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover {
    color: #304156;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-secondary.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-secondary.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-secondary.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-secondary.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-secondary.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-secondary.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-secondary.disabled.focus,
.bg-inverse .btn.btn-outline-secondary.disabled:focus,
.bg-inverse .btn.btn-outline-secondary.disabled:hover,
.bg-inverse .btn.btn-outline-secondary:disabled.focus,
.bg-inverse .btn.btn-outline-secondary:disabled:focus,
.bg-inverse .btn.btn-outline-secondary:disabled:hover {
    background-color: transparent;
    border-color: #304156
}

.btn-outline-secondary.btn-link.custom-file-control::before,
.btn.btn-outline-secondary.btn-link {
    background-color: transparent
}

.btn-outline-success.custom-file-control::before,
.btn.btn-outline-success {
    border-style: solid;
    border-width: 1px
}

.btn-outline-success.active.custom-file-control::before,
.btn-outline-success.custom-file-control:active::before,
.btn-outline-success.custom-file-control:focus::before,
.btn-outline-success.custom-file-control:hover::before,
.btn-outline-success.focus.custom-file-control::before,
.btn.btn-outline-success.active,
.btn.btn-outline-success.focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:hover,
.open>.btn-outline-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle {
    color: #09B66D;
    background-color: rgba(153, 153, 153, .2);
    border-color: #09B66D
}

.btn-outline-success.active.custom-file-control:focus::before,
.btn-outline-success.active.custom-file-control:hover::before,
.btn-outline-success.active.focus.custom-file-control::before,
.btn-outline-success.custom-file-control:active.focus::before,
.btn-outline-success.custom-file-control:active:focus::before,
.btn-outline-success.custom-file-control:active:hover::before,
.btn.btn-outline-success.active.focus,
.btn.btn-outline-success.active:focus,
.btn.btn-outline-success.active:hover,
.btn.btn-outline-success:active.focus,
.btn.btn-outline-success:active:focus,
.btn.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle.focus,
.open>.btn.btn-outline-success.dropdown-toggle:focus,
.open>.btn.btn-outline-success.dropdown-toggle:hover {
    color: #09B66D;
    background-color: rgba(153, 153, 153, .4);
    border-color: #09B66D
}

.open>.btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-success.custom-file-control::before,
.bg-inverse .btn.btn-outline-success {
    color: #09B66D;
    background-color: transparent;
    border-color: #09B66D
}

.bg-inverse .btn-outline-success.active.custom-file-control::before,
.bg-inverse .btn-outline-success.custom-file-control:active::before,
.bg-inverse .btn-outline-success.custom-file-control:focus::before,
.bg-inverse .btn-outline-success.custom-file-control:hover::before,
.bg-inverse .btn-outline-success.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-success.active,
.bg-inverse .btn.btn-outline-success.focus,
.bg-inverse .btn.btn-outline-success:active,
.bg-inverse .btn.btn-outline-success:focus,
.bg-inverse .btn.btn-outline-success:hover,
.open>.bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle {
    color: #09B66D;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-success.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-success.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-success.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-success.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-success.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-success.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-success.active.focus,
.bg-inverse .btn.btn-outline-success.active:focus,
.bg-inverse .btn.btn-outline-success.active:hover,
.bg-inverse .btn.btn-outline-success:active.focus,
.bg-inverse .btn.btn-outline-success:active:focus,
.bg-inverse .btn.btn-outline-success:active:hover,
.open>.bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-success.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle:hover {
    color: #09B66D;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-success.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-success.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-success.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-success.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-success.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-success.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-success.disabled.focus,
.bg-inverse .btn.btn-outline-success.disabled:focus,
.bg-inverse .btn.btn-outline-success.disabled:hover,
.bg-inverse .btn.btn-outline-success:disabled.focus,
.bg-inverse .btn.btn-outline-success:disabled:focus,
.bg-inverse .btn.btn-outline-success:disabled:hover {
    background-color: transparent;
    border-color: #09B66D
}

.btn-outline-success.btn-link.custom-file-control::before,
.btn.btn-outline-success.btn-link {
    background-color: transparent
}

.btn-outline-info.custom-file-control::before,
.btn.btn-outline-info {
    border-style: solid;
    border-width: 1px
}

.btn-outline-info.active.custom-file-control::before,
.btn-outline-info.custom-file-control:active::before,
.btn-outline-info.custom-file-control:focus::before,
.btn-outline-info.custom-file-control:hover::before,
.btn-outline-info.focus.custom-file-control::before,
.btn.btn-outline-info.active,
.btn.btn-outline-info.focus,
.btn.btn-outline-info:active,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:hover,
.open>.btn-outline-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle {
    color: #5e5ce6;
    background-color: rgba(153, 153, 153, .2);
    border-color: #5e5ce6
}

.btn-outline-info.active.custom-file-control:focus::before,
.btn-outline-info.active.custom-file-control:hover::before,
.btn-outline-info.active.focus.custom-file-control::before,
.btn-outline-info.custom-file-control:active.focus::before,
.btn-outline-info.custom-file-control:active:focus::before,
.btn-outline-info.custom-file-control:active:hover::before,
.btn.btn-outline-info.active.focus,
.btn.btn-outline-info.active:focus,
.btn.btn-outline-info.active:hover,
.btn.btn-outline-info:active.focus,
.btn.btn-outline-info:active:focus,
.btn.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle.focus,
.open>.btn.btn-outline-info.dropdown-toggle:focus,
.open>.btn.btn-outline-info.dropdown-toggle:hover {
    color: #5e5ce6;
    background-color: rgba(153, 153, 153, .4);
    border-color: #5e5ce6
}

.open>.btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-info.custom-file-control::before,
.bg-inverse .btn.btn-outline-info {
    color: #5e5ce6;
    background-color: transparent;
    border-color: #5e5ce6
}

.bg-inverse .btn-outline-info.active.custom-file-control::before,
.bg-inverse .btn-outline-info.custom-file-control:active::before,
.bg-inverse .btn-outline-info.custom-file-control:focus::before,
.bg-inverse .btn-outline-info.custom-file-control:hover::before,
.bg-inverse .btn-outline-info.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-info.active,
.bg-inverse .btn.btn-outline-info.focus,
.bg-inverse .btn.btn-outline-info:active,
.bg-inverse .btn.btn-outline-info:focus,
.bg-inverse .btn.btn-outline-info:hover,
.open>.bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle {
    color: #5e5ce6;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-info.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-info.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-info.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-info.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-info.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-info.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-info.active.focus,
.bg-inverse .btn.btn-outline-info.active:focus,
.bg-inverse .btn.btn-outline-info.active:hover,
.bg-inverse .btn.btn-outline-info:active.focus,
.bg-inverse .btn.btn-outline-info:active:focus,
.bg-inverse .btn.btn-outline-info:active:hover,
.open>.bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-info.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle:hover {
    color: #5e5ce6;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-info.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-info.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-info.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-info.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-info.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-info.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-info.disabled.focus,
.bg-inverse .btn.btn-outline-info.disabled:focus,
.bg-inverse .btn.btn-outline-info.disabled:hover,
.bg-inverse .btn.btn-outline-info:disabled.focus,
.bg-inverse .btn.btn-outline-info:disabled:focus,
.bg-inverse .btn.btn-outline-info:disabled:hover {
    background-color: transparent;
    border-color: #5e5ce6
}

.btn-outline-info.btn-link.custom-file-control::before,
.btn.btn-outline-info.btn-link {
    background-color: transparent
}

.btn-outline-warning.custom-file-control::before,
.btn.btn-outline-warning {
    border-style: solid;
    border-width: 1px
}

.btn-outline-warning.active.custom-file-control::before,
.btn-outline-warning.custom-file-control:active::before,
.btn-outline-warning.custom-file-control:focus::before,
.btn-outline-warning.custom-file-control:hover::before,
.btn-outline-warning.focus.custom-file-control::before,
.btn.btn-outline-warning.active,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle {
    color: #FF8A48;
    background-color: rgba(153, 153, 153, .2);
    border-color: #FF8A48
}

.btn-outline-warning.active.custom-file-control:focus::before,
.btn-outline-warning.active.custom-file-control:hover::before,
.btn-outline-warning.active.focus.custom-file-control::before,
.btn-outline-warning.custom-file-control:active.focus::before,
.btn-outline-warning.custom-file-control:active:focus::before,
.btn-outline-warning.custom-file-control:active:hover::before,
.btn.btn-outline-warning.active.focus,
.btn.btn-outline-warning.active:focus,
.btn.btn-outline-warning.active:hover,
.btn.btn-outline-warning:active.focus,
.btn.btn-outline-warning:active:focus,
.btn.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle.focus,
.open>.btn.btn-outline-warning.dropdown-toggle:focus,
.open>.btn.btn-outline-warning.dropdown-toggle:hover {
    color: #FF8A48;
    background-color: rgba(153, 153, 153, .4);
    border-color: #FF8A48
}

.open>.btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-warning.custom-file-control::before,
.bg-inverse .btn.btn-outline-warning {
    color: #FF8A48;
    background-color: transparent;
    border-color: #FF8A48
}

.bg-inverse .btn-outline-warning.active.custom-file-control::before,
.bg-inverse .btn-outline-warning.custom-file-control:active::before,
.bg-inverse .btn-outline-warning.custom-file-control:focus::before,
.bg-inverse .btn-outline-warning.custom-file-control:hover::before,
.bg-inverse .btn-outline-warning.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-warning.active,
.bg-inverse .btn.btn-outline-warning.focus,
.bg-inverse .btn.btn-outline-warning:active,
.bg-inverse .btn.btn-outline-warning:focus,
.bg-inverse .btn.btn-outline-warning:hover,
.open>.bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle {
    color: #FF8A48;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-warning.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-warning.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-warning.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-warning.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-warning.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-warning.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-warning.active.focus,
.bg-inverse .btn.btn-outline-warning.active:focus,
.bg-inverse .btn.btn-outline-warning.active:hover,
.bg-inverse .btn.btn-outline-warning:active.focus,
.bg-inverse .btn.btn-outline-warning:active:focus,
.bg-inverse .btn.btn-outline-warning:active:hover,
.open>.bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover {
    color: #FF8A48;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-warning.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-warning.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-warning.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-warning.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-warning.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-warning.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-warning.disabled.focus,
.bg-inverse .btn.btn-outline-warning.disabled:focus,
.bg-inverse .btn.btn-outline-warning.disabled:hover,
.bg-inverse .btn.btn-outline-warning:disabled.focus,
.bg-inverse .btn.btn-outline-warning:disabled:focus,
.bg-inverse .btn.btn-outline-warning:disabled:hover {
    background-color: transparent;
    border-color: #FF8A48
}

.btn-outline-warning.btn-link.custom-file-control::before,
.btn.btn-outline-warning.btn-link {
    background-color: transparent
}

.btn-outline-danger.custom-file-control::before,
.btn.btn-outline-danger {
    border-style: solid;
    border-width: 1px
}

.btn-outline-danger.active.custom-file-control::before,
.btn-outline-danger.custom-file-control:active::before,
.btn-outline-danger.custom-file-control:focus::before,
.btn-outline-danger.custom-file-control:hover::before,
.btn-outline-danger.focus.custom-file-control::before,
.btn.btn-outline-danger.active,
.btn.btn-outline-danger.focus,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:hover,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle {
    color: #FF3D57;
    background-color: rgba(153, 153, 153, .2);
    border-color: #FF3D57
}

.btn-outline-danger.active.custom-file-control:focus::before,
.btn-outline-danger.active.custom-file-control:hover::before,
.btn-outline-danger.active.focus.custom-file-control::before,
.btn-outline-danger.custom-file-control:active.focus::before,
.btn-outline-danger.custom-file-control:active:focus::before,
.btn-outline-danger.custom-file-control:active:hover::before,
.btn.btn-outline-danger.active.focus,
.btn.btn-outline-danger.active:focus,
.btn.btn-outline-danger.active:hover,
.btn.btn-outline-danger:active.focus,
.btn.btn-outline-danger:active:focus,
.btn.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle.focus,
.open>.btn.btn-outline-danger.dropdown-toggle:focus,
.open>.btn.btn-outline-danger.dropdown-toggle:hover {
    color: #FF3D57;
    background-color: rgba(153, 153, 153, .4);
    border-color: #FF3D57
}

.open>.btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-danger.custom-file-control::before,
.bg-inverse .btn.btn-outline-danger {
    color: #FF3D57;
    background-color: transparent;
    border-color: #FF3D57
}

.bg-inverse .btn-outline-danger.active.custom-file-control::before,
.bg-inverse .btn-outline-danger.custom-file-control:active::before,
.bg-inverse .btn-outline-danger.custom-file-control:focus::before,
.bg-inverse .btn-outline-danger.custom-file-control:hover::before,
.bg-inverse .btn-outline-danger.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-danger.active,
.bg-inverse .btn.btn-outline-danger.focus,
.bg-inverse .btn.btn-outline-danger:active,
.bg-inverse .btn.btn-outline-danger:focus,
.bg-inverse .btn.btn-outline-danger:hover,
.open>.bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle {
    color: #FF3D57;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-danger.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-danger.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-danger.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-danger.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-danger.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-danger.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-danger.active.focus,
.bg-inverse .btn.btn-outline-danger.active:focus,
.bg-inverse .btn.btn-outline-danger.active:hover,
.bg-inverse .btn.btn-outline-danger:active.focus,
.bg-inverse .btn.btn-outline-danger:active:focus,
.bg-inverse .btn.btn-outline-danger:active:hover,
.open>.bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover {
    color: #FF3D57;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-danger.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-danger.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-danger.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-danger.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-danger.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-danger.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-danger.disabled.focus,
.bg-inverse .btn.btn-outline-danger.disabled:focus,
.bg-inverse .btn.btn-outline-danger.disabled:hover,
.bg-inverse .btn.btn-outline-danger:disabled.focus,
.bg-inverse .btn.btn-outline-danger:disabled:focus,
.bg-inverse .btn.btn-outline-danger:disabled:hover {
    background-color: transparent;
    border-color: #FF3D57
}

.btn-outline-danger.btn-link.custom-file-control::before,
.btn.btn-outline-danger.btn-link {
    background-color: transparent
}

.btn-outline-light.custom-file-control::before,
.btn.btn-outline-light {
    border-style: solid;
    border-width: 1px
}

.btn-outline-light.active.custom-file-control::before,
.btn-outline-light.custom-file-control:active::before,
.btn-outline-light.custom-file-control:focus::before,
.btn-outline-light.custom-file-control:hover::before,
.btn-outline-light.focus.custom-file-control::before,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover,
.open>.btn-outline-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle {
    color: #73808c;
    background-color: rgba(153, 153, 153, .2);
    border-color: #73808c
}

.btn-outline-light.active.custom-file-control:focus::before,
.btn-outline-light.active.custom-file-control:hover::before,
.btn-outline-light.active.focus.custom-file-control::before,
.btn-outline-light.custom-file-control:active.focus::before,
.btn-outline-light.custom-file-control:active:focus::before,
.btn-outline-light.custom-file-control:active:hover::before,
.btn.btn-outline-light.active.focus,
.btn.btn-outline-light.active:focus,
.btn.btn-outline-light.active:hover,
.btn.btn-outline-light:active.focus,
.btn.btn-outline-light:active:focus,
.btn.btn-outline-light:active:hover,
.open>.btn-outline-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle.focus,
.open>.btn.btn-outline-light.dropdown-toggle:focus,
.open>.btn.btn-outline-light.dropdown-toggle:hover {
    color: #73808c;
    background-color: rgba(153, 153, 153, .4);
    border-color: #73808c
}

.open>.btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-light.custom-file-control::before,
.bg-inverse .btn.btn-outline-light {
    color: #73808c;
    background-color: transparent;
    border-color: #73808c
}

.bg-inverse .btn-outline-light.active.custom-file-control::before,
.bg-inverse .btn-outline-light.custom-file-control:active::before,
.bg-inverse .btn-outline-light.custom-file-control:focus::before,
.bg-inverse .btn-outline-light.custom-file-control:hover::before,
.bg-inverse .btn-outline-light.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-light.active,
.bg-inverse .btn.btn-outline-light.focus,
.bg-inverse .btn.btn-outline-light:active,
.bg-inverse .btn.btn-outline-light:focus,
.bg-inverse .btn.btn-outline-light:hover,
.open>.bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle {
    color: #73808c;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-light.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-light.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-light.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-light.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-light.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-light.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-light.active.focus,
.bg-inverse .btn.btn-outline-light.active:focus,
.bg-inverse .btn.btn-outline-light.active:hover,
.bg-inverse .btn.btn-outline-light:active.focus,
.bg-inverse .btn.btn-outline-light:active:focus,
.bg-inverse .btn.btn-outline-light:active:hover,
.open>.bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-light.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle:hover {
    color: #73808c;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-light.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-light.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-light.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-light.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-light.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-light.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-light.disabled.focus,
.bg-inverse .btn.btn-outline-light.disabled:focus,
.bg-inverse .btn.btn-outline-light.disabled:hover,
.bg-inverse .btn.btn-outline-light:disabled.focus,
.bg-inverse .btn.btn-outline-light:disabled:focus,
.bg-inverse .btn.btn-outline-light:disabled:hover {
    background-color: transparent;
    border-color: #73808c
}

.btn-outline-light.btn-link.custom-file-control::before,
.btn.btn-outline-light.btn-link {
    background-color: transparent
}

.btn-outline-dark.custom-file-control::before,
.btn.btn-outline-dark {
    border-style: solid;
    border-width: 1px
}

.btn-outline-dark.active.custom-file-control::before,
.btn-outline-dark.custom-file-control:active::before,
.btn-outline-dark.custom-file-control:focus::before,
.btn-outline-dark.custom-file-control:hover::before,
.btn-outline-dark.focus.custom-file-control::before,
.btn.btn-outline-dark.active,
.btn.btn-outline-dark.focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:hover,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle {
    color: #1e2835;
    background-color: rgba(153, 153, 153, .2);
    border-color: #1e2835
}

.btn-outline-dark.active.custom-file-control:focus::before,
.btn-outline-dark.active.custom-file-control:hover::before,
.btn-outline-dark.active.focus.custom-file-control::before,
.btn-outline-dark.custom-file-control:active.focus::before,
.btn-outline-dark.custom-file-control:active:focus::before,
.btn-outline-dark.custom-file-control:active:hover::before,
.btn.btn-outline-dark.active.focus,
.btn.btn-outline-dark.active:focus,
.btn.btn-outline-dark.active:hover,
.btn.btn-outline-dark:active.focus,
.btn.btn-outline-dark:active:focus,
.btn.btn-outline-dark:active:hover,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle.focus,
.open>.btn.btn-outline-dark.dropdown-toggle:focus,
.open>.btn.btn-outline-dark.dropdown-toggle:hover {
    color: #1e2835;
    background-color: rgba(153, 153, 153, .4);
    border-color: #1e2835
}

.open>.btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, .2)
}

.bg-inverse .btn-outline-dark.custom-file-control::before,
.bg-inverse .btn.btn-outline-dark {
    color: #1e2835;
    background-color: transparent;
    border-color: #1e2835
}

.bg-inverse .btn-outline-dark.active.custom-file-control::before,
.bg-inverse .btn-outline-dark.custom-file-control:active::before,
.bg-inverse .btn-outline-dark.custom-file-control:focus::before,
.bg-inverse .btn-outline-dark.custom-file-control:hover::before,
.bg-inverse .btn-outline-dark.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-dark.active,
.bg-inverse .btn.btn-outline-dark.focus,
.bg-inverse .btn.btn-outline-dark:active,
.bg-inverse .btn.btn-outline-dark:focus,
.bg-inverse .btn.btn-outline-dark:hover,
.open>.bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle {
    color: #1e2835;
    background-color: rgba(204, 204, 204, .15);
    border-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-dark.active.custom-file-control:focus::before,
.bg-inverse .btn-outline-dark.active.custom-file-control:hover::before,
.bg-inverse .btn-outline-dark.active.focus.custom-file-control::before,
.bg-inverse .btn-outline-dark.custom-file-control:active.focus::before,
.bg-inverse .btn-outline-dark.custom-file-control:active:focus::before,
.bg-inverse .btn-outline-dark.custom-file-control:active:hover::before,
.bg-inverse .btn.btn-outline-dark.active.focus,
.bg-inverse .btn.btn-outline-dark.active:focus,
.bg-inverse .btn.btn-outline-dark.active:hover,
.bg-inverse .btn.btn-outline-dark:active.focus,
.bg-inverse .btn.btn-outline-dark:active:focus,
.bg-inverse .btn.btn-outline-dark:active:hover,
.open>.bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.bg-inverse .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle.focus,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle:focus,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle:hover {
    color: #1e2835;
    background-color: rgba(204, 204, 204, .25);
    border-color: rgba(204, 204, 204, .25)
}

.open>.bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before,
.open>.bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(204, 204, 204, .15)
}

.bg-inverse .btn-outline-dark.custom-file-control:disabled.focus::before,
.bg-inverse .btn-outline-dark.custom-file-control:disabled:focus::before,
.bg-inverse .btn-outline-dark.custom-file-control:disabled:hover::before,
.bg-inverse .btn-outline-dark.disabled.custom-file-control:focus::before,
.bg-inverse .btn-outline-dark.disabled.custom-file-control:hover::before,
.bg-inverse .btn-outline-dark.disabled.focus.custom-file-control::before,
.bg-inverse .btn.btn-outline-dark.disabled.focus,
.bg-inverse .btn.btn-outline-dark.disabled:focus,
.bg-inverse .btn.btn-outline-dark.disabled:hover,
.bg-inverse .btn.btn-outline-dark:disabled.focus,
.bg-inverse .btn.btn-outline-dark:disabled:focus,
.bg-inverse .btn.btn-outline-dark:disabled:hover {
    background-color: transparent;
    border-color: #1e2835
}

.btn-outline-dark.btn-link.custom-file-control::before,
.btn.btn-outline-dark.btn-link {
    background-color: transparent
}

.bmd-btn-fab.custom-file-control::before,
.bmd-btn-icon.custom-file-control::before,
.btn.bmd-btn-fab,
.btn.bmd-btn-icon {
    overflow: hidden;
    font-size: 1.5rem
}

.bmd-btn-fab.custom-file-control::before,
.bmd-btn-icon.custom-file-control::before,
.btn-group-lg .bmd-btn-fab.custom-file-control::before,
.btn-group-lg .bmd-btn-icon.custom-file-control::before,
.btn-group-lg .btn.bmd-btn-fab,
.btn-group-lg .btn.bmd-btn-icon,
.btn-group-sm .bmd-btn-fab.custom-file-control::before,
.btn-group-sm .bmd-btn-icon.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-fab,
.btn-group-sm .btn.bmd-btn-icon,
.btn.bmd-btn-fab,
.btn.bmd-btn-icon {
    padding: 0;
    border-radius: 50%;
    line-height: 0
}

.bmd-btn-fab.custom-file-control::before .material-icons,
.bmd-btn-icon.custom-file-control::before .material-icons,
.btn.bmd-btn-fab .material-icons,
.btn.bmd-btn-icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-.75rem, -.75rem)
}

.bmd-btn-fab.custom-file-control::before,
.btn.bmd-btn-fab {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .26)
}

.bmd-btn-fab.custom-file-control::before .ripple-container,
.btn.bmd-btn-fab .ripple-container {
    border-radius: 50%
}

.bmd-btn-fab.bmd-btn-fab-sm.custom-file-control::before,
.btn-group-sm .bmd-btn-fab.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-fab,
.btn.bmd-btn-fab.bmd-btn-fab-sm {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem
}

.bmd-btn-icon.custom-file-control::before,
.btn.bmd-btn-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin: 0;
    color: inherit;
    line-height: 0
}

.bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before,
.btn-group-sm .bmd-btn-icon.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-icon,
.btn.bmd-btn-icon.bmd-btn-icon-sm {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    font-size: 1.125rem
}

.bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before .material-icons,
.btn-group-sm .bmd-btn-icon.custom-file-control::before .material-icons,
.btn-group-sm .btn.bmd-btn-icon .material-icons,
.btn.bmd-btn-icon.bmd-btn-icon-sm .material-icons {
    width: 1.125rem;
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle;
    transform: translate(-.5625rem, -.5625rem)
}

.btn .material-icons,
.custom-file-control::before .material-icons {
    position: relative;
    display: inline-block;
    top: .25em;
    margin-top: -1em;
    margin-bottom: -1em;
    vertical-align: middle
}

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

.btn-group-sm .btn,
.btn-group-sm .custom-file-control::before,
.btn-group-sm>.btn,
.btn-group-sm>.custom-file-control::before,
.btn-sm.custom-file-control::before,
.btn.btn-sm {
    padding: .40625rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-size: .8125rem
}

.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled],
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled],
.btn.disabled,
.btn:disabled,
.btn[disabled],
.custom-file-control:disabled::before,
.custom-file-control[disabled]::before,
.disabled.custom-file-control::before,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled],
.input-group-btn .custom-file-control:disabled::before,
.input-group-btn .custom-file-control[disabled]::before,
.input-group-btn .disabled.custom-file-control::before,
fieldset[disabled][disabled] .btn,
fieldset[disabled][disabled] .btn-group,
fieldset[disabled][disabled] .btn-group-vertical,
fieldset[disabled][disabled] .custom-file-control::before,
fieldset[disabled][disabled] .input-group-btn .btn,
fieldset[disabled][disabled] .input-group-btn .custom-file-control::before {
    color: rgba(0, 0, 0, .26)
}

.bg-inverse .btn-group-vertical.disabled,
.bg-inverse .btn-group-vertical:disabled,
.bg-inverse .btn-group-vertical[disabled],
.bg-inverse .btn-group.disabled,
.bg-inverse .btn-group:disabled,
.bg-inverse .btn-group[disabled],
.bg-inverse .btn.disabled,
.bg-inverse .btn:disabled,
.bg-inverse .btn[disabled],
.bg-inverse .custom-file-control:disabled::before,
.bg-inverse .custom-file-control[disabled]::before,
.bg-inverse .disabled.custom-file-control::before,
.bg-inverse .input-group-btn .btn.disabled,
.bg-inverse .input-group-btn .btn:disabled,
.bg-inverse .input-group-btn .btn[disabled],
.bg-inverse .input-group-btn .custom-file-control:disabled::before,
.bg-inverse .input-group-btn .custom-file-control[disabled]::before,
.bg-inverse .input-group-btn .disabled.custom-file-control::before,
.bg-inverse fieldset[disabled][disabled] .btn,
.bg-inverse fieldset[disabled][disabled] .btn-group,
.bg-inverse fieldset[disabled][disabled] .btn-group-vertical,
.bg-inverse fieldset[disabled][disabled] .custom-file-control::before,
.bg-inverse fieldset[disabled][disabled] .input-group-btn .btn,
.bg-inverse fieldset[disabled][disabled] .input-group-btn .custom-file-control::before {
    color: rgba(255, 255, 255, .3)
}

.btn-group-vertical.disabled,
.btn-group-vertical.disabled:focus,
.btn-group-vertical.disabled:hover,
.btn-group-vertical:disabled,
.btn-group-vertical:disabled:focus,
.btn-group-vertical:disabled:hover,
.btn-group-vertical[disabled],
.btn-group-vertical[disabled]:focus,
.btn-group-vertical[disabled]:hover,
.btn-group.disabled,
.btn-group.disabled:focus,
.btn-group.disabled:hover,
.btn-group:disabled,
.btn-group:disabled:focus,
.btn-group:disabled:hover,
.btn-group[disabled],
.btn-group[disabled]:focus,
.btn-group[disabled]:hover,
.btn.disabled,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled],
.btn[disabled]:focus,
.btn[disabled]:hover,
.custom-file-control:disabled::before,
.custom-file-control:disabled:focus::before,
.custom-file-control:disabled:hover::before,
.custom-file-control[disabled]::before,
.custom-file-control[disabled]:focus::before,
.custom-file-control[disabled]:hover::before,
.disabled.custom-file-control::before,
.disabled.custom-file-control:focus::before,
.disabled.custom-file-control:hover::before,
.input-group-btn .btn.disabled,
.input-group-btn .btn.disabled:focus,
.input-group-btn .btn.disabled:hover,
.input-group-btn .btn:disabled,
.input-group-btn .btn:disabled:focus,
.input-group-btn .btn:disabled:hover,
.input-group-btn .btn[disabled],
.input-group-btn .btn[disabled]:focus,
.input-group-btn .btn[disabled]:hover,
.input-group-btn .custom-file-control:disabled::before,
.input-group-btn .custom-file-control:disabled:focus::before,
.input-group-btn .custom-file-control:disabled:hover::before,
.input-group-btn .custom-file-control[disabled]::before,
.input-group-btn .custom-file-control[disabled]:focus::before,
.input-group-btn .custom-file-control[disabled]:hover::before,
.input-group-btn .disabled.custom-file-control::before,
.input-group-btn .disabled.custom-file-control:focus::before,
.input-group-btn .disabled.custom-file-control:hover::before,
fieldset[disabled][disabled] .btn,
fieldset[disabled][disabled] .btn-group,
fieldset[disabled][disabled] .btn-group-vertical,
fieldset[disabled][disabled] .btn-group-vertical:focus,
fieldset[disabled][disabled] .btn-group-vertical:hover,
fieldset[disabled][disabled] .btn-group:focus,
fieldset[disabled][disabled] .btn-group:hover,
fieldset[disabled][disabled] .btn:focus,
fieldset[disabled][disabled] .btn:hover,
fieldset[disabled][disabled] .custom-file-control::before,
fieldset[disabled][disabled] .custom-file-control:focus::before,
fieldset[disabled][disabled] .custom-file-control:hover::before,
fieldset[disabled][disabled] .input-group-btn .btn,
fieldset[disabled][disabled] .input-group-btn .btn:focus,
fieldset[disabled][disabled] .input-group-btn .btn:hover,
fieldset[disabled][disabled] .input-group-btn .custom-file-control::before,
fieldset[disabled][disabled] .input-group-btn .custom-file-control:focus::before,
fieldset[disabled][disabled] .input-group-btn .custom-file-control:hover::before {
    background: 0 0
}

.btn-group,
.btn-group-vertical {
    position: relative;
    margin: 10px 1px
}

.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
    border-radius: 0 0 .25rem .25rem
}

.btn-group-vertical.btn-group-raised,
.btn-group.btn-group-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-group .btn,
.btn-group .btn+.btn,
.btn-group .btn+.custom-file-control::before,
.btn-group .btn-group,
.btn-group .btn:active,
.btn-group .custom-file-control::before,
.btn-group .custom-file-control::before+.btn,
.btn-group .custom-file-control::before+.custom-file-control::before,
.btn-group .custom-file-control:active::before,
.btn-group-vertical .btn,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.custom-file-control::before,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn:active,
.btn-group-vertical .custom-file-control::before,
.btn-group-vertical .custom-file-control::before+.btn,
.btn-group-vertical .custom-file-control::before+.custom-file-control::before,
.btn-group-vertical .custom-file-control:active::before,
.btn-group-vertical>.btn-group,
.btn-group>.btn-group {
    margin: 0
}

.checkbox label,
label.checkbox-inline {
    position: relative;
    padding-left: 1.5625rem
}

.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
    position: absolute;
    left: 0;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%
}

.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    border: .125rem solid rgba(0, 0, 0, .54);
    border-radius: .25rem
}

.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    color: #757575;
    content: "";
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    transform: rotate(45deg);
    animation: checkbox-off
}

.is-focused .checkbox label .checkbox-decorator .check::before,
.is-focused label.checkbox-inline .checkbox-decorator .check::before {
    animation: checkbox-off .3s forwards
}

.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0
}

.checkbox label input[type=checkbox]:focus+.checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:focus+.checkbox-decorator .check::after {
    opacity: .2
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check {
    color: #0081FF;
    border-color: #0081FF
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check::before {
    color: #0081FF;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on .3s forwards
}

.checkbox label input[type=checkbox][disabled] .check::after,
.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] .check::after,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox][disabled] .check::after,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .check::after {
    background-color: rgba(0, 0, 0, .87);
    transform: rotate(-45deg)
}

.checkbox label input[type=checkbox][disabled] .check,
.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .check {
    border-color: rgba(0, 0, 0, .26)
}

.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .ripple-container,
fieldset[disabled] .checkbox label input[type=checkbox]+.checkbox-decorator .ripple-container,
fieldset[disabled] label.checkbox-inline input[type=checkbox]+.checkbox-decorator .ripple-container,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-decorator .ripple-container {
    display: none
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

@keyframes checkbox-off {
    0%,
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
    }
    50% {
        width: 0;
        height: 0;
        margin-top: -4px;
        margin-left: 6px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
        transform: rotate(45deg)
    }
    51% {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
        transform: rotate(0)
    }
    100% {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
        transform: rotate(0)
    }
}

.custom-file-control [class*=' bmd-label'],
.custom-file-control [class^=bmd-label] {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control .custom-file-control,
.custom-file-control .form-control,
.is-focused .custom-file-control .custom-file-control,
.is-focused .custom-file-control .form-control {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px) !important;
}

.custom-file-control .custom-file-control:invalid,
.custom-file-control .form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px) !important;
}

.custom-file-control .custom-file-control:read-only,
.custom-file-control .form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.custom-file-control .custom-file-control:disabled,
.custom-file-control .custom-file-control[disabled],
.custom-file-control .disabled.custom-file-control,
.custom-file-control .form-control.disabled,
.custom-file-control .form-control:disabled,
.custom-file-control .form-control[disabled],
fieldset[disabled][disabled] .custom-file-control .custom-file-control,
fieldset[disabled][disabled] .custom-file-control .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.custom-file-control .form-control-success.custom-file-control,
.custom-file-control .form-control.form-control-success,
.is-focused .custom-file-control .form-control-success.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-success {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.custom-file-control .form-control-warning.custom-file-control,
.custom-file-control .form-control.form-control-warning,
.is-focused .custom-file-control .form-control-warning.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-warning {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.custom-file-control .form-control-danger.custom-file-control,
.custom-file-control .form-control.form-control-danger,
.is-focused .custom-file-control .form-control-danger.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-danger {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.custom-file-control .is-focused .valid-feedback,
.custom-file-control.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgba(0, 0, 0, .26)
}

.custom-file-control .is-focused .valid-tooltip,
.custom-file-control.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    border-radius: .25rem
}

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

.custom-file-control .is-focused .custom-control-input.is-valid~.custom-control-label,
.custom-file-control .is-focused .form-check-input.is-valid~.form-check-label,
.custom-file-control.is-focused .custom-control-input.is-valid~.custom-control-label,
.custom-file-control.is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .custom-file-control .is-focused .form-check-input:valid~.form-check-label,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .custom-file-control.is-focused .form-check-input:valid~.form-check-label {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control .is-focused .form-control.is-valid,
.custom-file-control .is-focused .is-valid.custom-file-control,
.custom-file-control.is-focused .form-control.is-valid,
.custom-file-control.is-focused .is-valid.custom-file-control,
.was-validated .custom-file-control .is-focused .custom-file-control:valid,
.was-validated .custom-file-control .is-focused .form-control:valid,
.was-validated .custom-file-control.is-focused .custom-file-control:valid,
.was-validated .custom-file-control.is-focused .form-control:valid {
    border-color: rgba(0, 0, 0, .26);
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.custom-file-control .is-focused .form-control.is-valid:focus,
.custom-file-control .is-focused .is-valid.custom-file-control:focus,
.custom-file-control.is-focused .form-control.is-valid:focus,
.custom-file-control.is-focused .is-valid.custom-file-control:focus,
.was-validated .custom-file-control .is-focused .custom-file-control:valid:focus,
.was-validated .custom-file-control .is-focused .form-control:valid:focus,
.was-validated .custom-file-control.is-focused .custom-file-control:valid:focus,
.was-validated .custom-file-control.is-focused .form-control:valid:focus {
    border-color: rgba(0, 0, 0, .26);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control .is-focused textarea.form-control.is-valid,
.custom-file-control .is-focused textarea.is-valid.custom-file-control,
.custom-file-control.is-focused textarea.form-control.is-valid,
.custom-file-control.is-focused textarea.is-valid.custom-file-control,
.was-validated .custom-file-control .is-focused textarea.custom-file-control:valid,
.was-validated .custom-file-control .is-focused textarea.form-control:valid,
.was-validated .custom-file-control.is-focused textarea.custom-file-control:valid,
.was-validated .custom-file-control.is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.custom-file-control .is-focused .custom-select.is-valid,
.custom-file-control.is-focused .custom-select.is-valid,
.was-validated .custom-file-control .is-focused .custom-select:valid,
.was-validated .custom-file-control.is-focused .custom-select:valid {
    border-color: rgba(0, 0, 0, .26);
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

.custom-file-control .is-focused .custom-select.is-valid:focus,
.custom-file-control.is-focused .custom-select.is-valid:focus,
.was-validated .custom-file-control .is-focused .custom-select:valid:focus,
.was-validated .custom-file-control.is-focused .custom-select:valid:focus {
    border-color: rgba(0, 0, 0, .26);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control .is-focused .custom-control-input.is-valid~.custom-control-label::before,
.custom-file-control.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.custom-control-label::before,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: rgba(0, 0, 0, .26)
}

.custom-file-control .is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.custom-file-control.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-file-control .is-focused .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .custom-file-control.is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: rgba(26, 26, 26, .26);
    background-color: rgba(26, 26, 26, .26)
}

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

.custom-file-control .is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.custom-file-control .is-focused .custom-file-input.is-valid~.custom-file-label,
.custom-file-control.is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.custom-file-control.is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .custom-file-control.is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.custom-file-label {
    border-color: rgba(0, 0, 0, .26)
}

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

.custom-file-control .is-focused [class*=' bmd-label'],
.custom-file-control .is-focused [class^=bmd-label],
.custom-file-control.is-focused [class*=' bmd-label'],
.custom-file-control.is-focused [class^=bmd-label] {
    color: #0081FF
}

.checkbox label,
.checkbox-inline,
.custom-file-control .is-focused .bmd-label-placeholder,
.custom-file-control.is-focused .bmd-label-placeholder,
.is-focused .checkbox label,
.is-focused .checkbox-inline,
.is-focused .radio label,
.is-focused .radio-inline,
.is-focused .switch label,
.radio label,
.radio-inline,
.switch label {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control .is-focused .custom-file-control,
.custom-file-control .is-focused .form-control,
.custom-file-control.is-focused .custom-file-control,
.custom-file-control.is-focused .form-control {
    border-color: #F0F1F2
}

.custom-file-control .is-focused .bmd-help,
.custom-file-control.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.custom-file-control::before {
    position: absolute;
    height: calc(100% - 1px)
}

.switch label {
    position: relative;
    padding-left: 2.4375rem
}

.switch label .bmd-switch-track {
    position: absolute;
    top: .26562rem;
    left: 0;
    display: inline-block;
    width: 2.125rem;
    height: .875rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 50%, #a1c7ed 50%, #a1c7ed 100%);
    background-position: 0;
    background-size: 4.25rem .875rem;
    border-radius: 2.125rem;
    transition: background-position .2s ease-in
}

.switch label .bmd-switch-track::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    align-self: center;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: #f1f1f1;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: left .2s ease-in, background-color .2s ease-in, transform .3s ease;
    transform: translateY(-50%)
}

.switch label .bmd-switch-track:active::after {
    transform: translateY(-50%) scale3d(1.15, .85, 1)
}

.switch label input {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    opacity: 0
}

.switch label input:checked+.bmd-switch-track {
    background-position: -100%
}

.switch label input:checked+.bmd-switch-track::after {
    left: calc(100% - 1.25rem);
    background-color: #0081FF
}

.switch label input:disabled+.bmd-switch-track:active::after {
    transform: translateY(-50%)
}

.switch label input:disabled+.bmd-switch-track {
    cursor: default;
    background: rgba(0, 0, 0, .12)
}

.switch label input:disabled+.bmd-switch-track::after {
    background: #bdbdbd
}

.radio label,
label.radio-inline {
    position: relative;
    padding-left: 1.5625rem
}

.radio label .bmd-radio,
label.radio-inline .bmd-radio {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    border-radius: 100%
}

.radio label .bmd-radio::after,
label.radio-inline .bmd-radio::after {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    content: "";
    border: .125rem solid rgba(0, 0, 0, .54);
    border-radius: 50%;
    transition: border-color ease .28s;
    transition-duration: .2s
}

.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
    position: absolute;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-color: #0081FF;
    border-radius: 50%;
    transition: transform ease .28s;
    transform: scale3d(0, 0, 0)
}

.radio label input[type=radio],
label.radio-inline input[type=radio] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0
}

.radio label input[type=radio]:checked~.bmd-radio::after,
label.radio-inline input[type=radio]:checked~.bmd-radio::after {
    border-color: #0081FF
}

.radio label input[type=radio]:checked~.bmd-radio::before,
label.radio-inline input[type=radio]:checked~.bmd-radio::before {
    background-color: #0081FF;
    transform: scale3d(.5, .5, 1)
}

.radio label input[type=radio]:disabled+.bmd-radio,
.radio label input[type=radio][disabled]+.bmd-radio,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio,
label.radio-inline input[type=radio]:disabled+.bmd-radio,
label.radio-inline input[type=radio][disabled]+.bmd-radio {
    cursor: default
}

.radio label input[type=radio]:disabled+.bmd-radio::after,
.radio label input[type=radio][disabled]+.bmd-radio::after,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio::after,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio::after,
label.radio-inline input[type=radio]:disabled+.bmd-radio::after,
label.radio-inline input[type=radio][disabled]+.bmd-radio::after {
    border-color: rgba(0, 0, 0, .26)
}

.radio label input[type=radio]:disabled+.bmd-radio::before,
.radio label input[type=radio][disabled]+.bmd-radio::before,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio::before,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio::before,
label.radio-inline input[type=radio]:disabled+.bmd-radio::before,
label.radio-inline input[type=radio][disabled]+.bmd-radio::before {
    background-color: rgba(0, 0, 0, .26)
}

.radio label input[type=radio]:disabled+.bmd-radio .ripple-container,
.radio label input[type=radio][disabled]+.bmd-radio .ripple-container,
fieldset[disabled] .radio label input[type=radio]+.bmd-radio .ripple-container,
fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio .ripple-container,
label.radio-inline input[type=radio]:disabled+.bmd-radio .ripple-container,
label.radio-inline input[type=radio][disabled]+.bmd-radio .ripple-container {
    display: none
}

.bg-inverse .radio label input[type=radio]:disabled+.bmd-radio::after,
.bg-inverse .radio label input[type=radio][disabled]+.bmd-radio::after,
.bg-inverse fieldset[disabled] .radio label input[type=radio]+.bmd-radio::after,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio]:disabled+.bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio][disabled]+.bmd-radio::after {
    border-color: rgba(255, 255, 255, .3)
}

.bg-inverse .radio label input[type=radio]:disabled+.bmd-radio::before,
.bg-inverse .radio label input[type=radio][disabled]+.bmd-radio::before,
.bg-inverse fieldset[disabled] .radio label input[type=radio]+.bmd-radio::before,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio]+.bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio]:disabled+.bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio][disabled]+.bmd-radio::before {
    background-color: rgba(255, 255, 255, .3)
}

form {
    margin-bottom: 1.05469rem
}

.bmd-drawer-f-b>.bmd-layout-content,
.bmd-help+.bmd-help,
.navbar form,
.navbar form .btn,
.navbar form .custom-file-control::before {
    margin-bottom: 0
}

.navbar form .bmd-form-group {
    display: inline-block;
    padding-top: 0
}

.custom-file-control,
.form-control {
    background: center bottom no-repeat, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0
}

.bmd-form-group.is-focused .custom-file-control,
.bmd-form-group.is-focused .form-control,
.custom-file-control:focus,
.form-control:focus {
    background-size: 100% 100%, 100% 100%;
    transition-duration: .3s
}

.bmd-help {
    position: absolute;
    display: none
}

.bmd-form-group.is-focused .bmd-help {
    display: block
}

.bmd-help:nth-of-type(2) {
    padding-top: 1rem
}

.bmd-help+.bmd-help {
    position: relative
}

.checkbox label:active,
.checkbox label:focus,
.checkbox label:hover,
.checkbox-inline:active,
.checkbox-inline:focus,
.checkbox-inline:hover,
.is-focused .checkbox label:active,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:hover,
.is-focused .checkbox-inline:active,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:hover,
.is-focused .radio label:active,
.is-focused .radio label:focus,
.is-focused .radio label:hover,
.is-focused .radio-inline:active,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:hover,
.is-focused .switch label:active,
.is-focused .switch label:focus,
.is-focused .switch label:hover,
.radio label:active,
.radio label:focus,
.radio label:hover,
.radio-inline:active,
.radio-inline:focus,
.radio-inline:hover,
.switch label:active,
.switch label:focus,
.switch label:hover {
    color: rgba(0, 0, 0, .54)
}

.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=radio][disabled]),
.is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=radio][disabled]),
.radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=radio][disabled]):hover,
[class*=' bmd-label'],
[class^=bmd-label],
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:focus,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:focus,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:focus,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:focus,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .radio label,
fieldset[disabled] .is-focused .radio label:focus,
fieldset[disabled] .is-focused .radio label:hover,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:focus,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:focus,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .radio label,
fieldset[disabled] .radio label:focus,
fieldset[disabled] .radio label:hover,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:focus,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:focus,
fieldset[disabled] .switch label:hover {
    color: rgba(0, 0, 0, .26)
}

.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.custom-file-control:invalid,
.form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.custom-file-control:read-only,
.form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.custom-file-control:disabled,
.custom-file-control[disabled],
.disabled.custom-file-control,
.form-control.disabled,
.form-control:disabled,
.form-control[disabled],
fieldset[disabled][disabled] .custom-file-control,
fieldset[disabled][disabled] .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.form-control-success.custom-file-control,
.form-control.form-control-success,
.is-focused .form-control-success.custom-file-control,
.is-focused .form-control.form-control-success {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.form-control-warning.custom-file-control,
.form-control.form-control-warning,
.is-focused .form-control-warning.custom-file-control,
.is-focused .form-control.form-control-warning {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.form-control-danger.custom-file-control,
.form-control.form-control-danger,
.is-focused .form-control-danger.custom-file-control,
.is-focused .form-control.form-control-danger {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgba(0, 0, 0, .26)
}

.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    border-radius: .25rem
}

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

.is-focused .custom-control-input.is-valid~.custom-control-label,
.is-focused .form-check-input.is-valid~.form-check-label,
.was-validated .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .is-focused .form-check-input:valid~.form-check-label {
    color: rgba(0, 0, 0, .26)
}

.is-focused .form-control.is-valid,
.is-focused .is-valid.custom-file-control,
.was-validated .is-focused .custom-file-control:valid,
.was-validated .is-focused .form-control:valid {
    border-color: rgba(0, 0, 0, .26);
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.is-focused .form-control.is-valid:focus,
.is-focused .is-valid.custom-file-control:focus,
.was-validated .is-focused .custom-file-control:valid:focus,
.was-validated .is-focused .form-control:valid:focus {
    border-color: rgba(0, 0, 0, .26);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused textarea.form-control.is-valid,
.is-focused textarea.is-valid.custom-file-control,
.was-validated .is-focused textarea.custom-file-control:valid,
.was-validated .is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.is-focused .custom-select.is-valid,
.was-validated .is-focused .custom-select:valid {
    border-color: rgba(0, 0, 0, .26);
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

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

.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: rgba(0, 0, 0, .26)
}

.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: rgba(26, 26, 26, .26);
    background-color: rgba(26, 26, 26, .26)
}

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

.is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .is-focused .custom-file-input:valid~.custom-file-label {
    border-color: rgba(0, 0, 0, .26)
}

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

.input-group-text,
.is-focused .custom-file-control,
.is-focused .form-control {
    border-color: #F0F1F2
}

.is-focused [class*=' bmd-label'],
.is-focused [class^=bmd-label] {
    color: #0081FF
}

.is-focused .bmd-label-placeholder {
    color: rgba(0, 0, 0, .26)
}

.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-success [class*=' bmd-label'],
.has-success [class^=bmd-label] {
    color: #09B66D
}

.has-success .custom-file-control,
.has-success .form-control,
.is-focused .has-success .custom-file-control,
.is-focused .has-success .form-control {
    background-image: linear-gradient(to top, #09B66D 2px, rgba(9, 182, 109, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-success .custom-file-control:invalid,
.has-success .form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-success .custom-file-control:read-only,
.has-success .form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-success .custom-file-control:disabled,
.has-success .custom-file-control[disabled],
.has-success .disabled.custom-file-control,
.has-success .form-control.disabled,
.has-success .form-control:disabled,
.has-success .form-control[disabled],
fieldset[disabled][disabled] .has-success .custom-file-control,
fieldset[disabled][disabled] .has-success .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-success .form-control-success.custom-file-control,
.has-success .form-control.form-control-success,
.is-focused .has-success .form-control-success.custom-file-control,
.is-focused .has-success .form-control.form-control-success {
    background-image: linear-gradient(to top, #09B66D 2px, rgba(9, 182, 109, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-success .form-control-warning.custom-file-control,
.has-success .form-control.form-control-warning,
.is-focused .has-success .form-control-warning.custom-file-control,
.is-focused .has-success .form-control.form-control-warning {
    background-image: linear-gradient(to top, #09B66D 2px, rgba(9, 182, 109, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-success .form-control-danger.custom-file-control,
.has-success .form-control.form-control-danger,
.is-focused .has-success .form-control-danger.custom-file-control,
.is-focused .has-success .form-control.form-control-danger {
    background-image: linear-gradient(to top, #09B66D 2px, rgba(9, 182, 109, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-success .is-focused .valid-feedback,
.has-success.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #09B66D
}

.has-success .is-focused .valid-tooltip,
.has-success.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(9, 182, 109, .9);
    border-radius: .25rem
}

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

.has-success .is-focused .bmd-label-placeholder,
.has-success .is-focused .custom-control-input.is-valid~.custom-control-label,
.has-success .is-focused .form-check-input.is-valid~.form-check-label,
.has-success .is-focused [class*=' bmd-label'],
.has-success .is-focused [class^=bmd-label],
.has-success.is-focused .bmd-label-placeholder,
.has-success.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-success.is-focused .form-check-input.is-valid~.form-check-label,
.has-success.is-focused [class*=' bmd-label'],
.has-success.is-focused [class^=bmd-label],
.was-validated .has-success .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-success .is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-success.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-success.is-focused .form-check-input:valid~.form-check-label {
    color: #09B66D
}

.has-success .is-focused .form-control.is-valid,
.has-success .is-focused .is-valid.custom-file-control,
.has-success.is-focused .form-control.is-valid,
.has-success.is-focused .is-valid.custom-file-control,
.was-validated .has-success .is-focused .custom-file-control:valid,
.was-validated .has-success .is-focused .form-control:valid,
.was-validated .has-success.is-focused .custom-file-control:valid,
.was-validated .has-success.is-focused .form-control:valid {
    border-color: #09B66D;
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.has-success .is-focused .form-control.is-valid:focus,
.has-success .is-focused .is-valid.custom-file-control:focus,
.has-success.is-focused .form-control.is-valid:focus,
.has-success.is-focused .is-valid.custom-file-control:focus,
.was-validated .has-success .is-focused .custom-file-control:valid:focus,
.was-validated .has-success .is-focused .form-control:valid:focus,
.was-validated .has-success.is-focused .custom-file-control:valid:focus,
.was-validated .has-success.is-focused .form-control:valid:focus {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

.has-success .is-focused textarea.form-control.is-valid,
.has-success .is-focused textarea.is-valid.custom-file-control,
.has-success.is-focused textarea.form-control.is-valid,
.has-success.is-focused textarea.is-valid.custom-file-control,
.was-validated .has-success .is-focused textarea.custom-file-control:valid,
.was-validated .has-success .is-focused textarea.form-control:valid,
.was-validated .has-success.is-focused textarea.custom-file-control:valid,
.was-validated .has-success.is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.has-success .is-focused .custom-select.is-valid,
.has-success.is-focused .custom-select.is-valid,
.was-validated .has-success .is-focused .custom-select:valid,
.was-validated .has-success.is-focused .custom-select:valid {
    border-color: #09B66D;
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

.has-success .is-focused .custom-select.is-valid:focus,
.has-success.is-focused .custom-select.is-valid:focus,
.was-validated .has-success .is-focused .custom-select:valid:focus,
.was-validated .has-success.is-focused .custom-select:valid:focus {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

.has-success .is-focused .custom-control-input.is-valid~.custom-control-label::before,
.has-success.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .has-success .is-focused .custom-control-input:valid~.custom-control-label::before,
.was-validated .has-success.is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: #09B66D
}

.has-success .is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.has-success.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .has-success .is-focused .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .has-success.is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #0be78a;
    background-color: #0be78a
}

.has-success .is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.has-success.is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .has-success .is-focused .custom-control-input:valid:focus~.custom-control-label::before,
.was-validated .has-success.is-focused .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

.has-success .is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.has-success .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-success.is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.has-success.is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-success .is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .has-success .is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-success.is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .has-success.is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #09B66D
}

.has-success .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-success.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-success .is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-success.is-focused .custom-file-input:valid:focus~.custom-file-label {
    border-color: #09B66D;
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .25)
}

.has-success .is-focused .custom-file-control,
.has-success .is-focused .form-control,
.has-success.is-focused .custom-file-control,
.has-success.is-focused .form-control {
    border-color: #09B66D
}

.has-success .is-focused .bmd-help,
.has-success.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-info [class*=' bmd-label'],
.has-info [class^=bmd-label] {
    color: #5e5ce6
}

.has-info .custom-file-control,
.has-info .form-control,
.is-focused .has-info .custom-file-control,
.is-focused .has-info .form-control {
    background-image: linear-gradient(to top, #5e5ce6 2px, rgba(94, 92, 230, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-info .custom-file-control:invalid,
.has-info .form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-info .custom-file-control:read-only,
.has-info .form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-info .custom-file-control:disabled,
.has-info .custom-file-control[disabled],
.has-info .disabled.custom-file-control,
.has-info .form-control.disabled,
.has-info .form-control:disabled,
.has-info .form-control[disabled],
fieldset[disabled][disabled] .has-info .custom-file-control,
fieldset[disabled][disabled] .has-info .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-info .form-control-success.custom-file-control,
.has-info .form-control.form-control-success,
.is-focused .has-info .form-control-success.custom-file-control,
.is-focused .has-info .form-control.form-control-success {
    background-image: linear-gradient(to top, #5e5ce6 2px, rgba(94, 92, 230, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-info .form-control-warning.custom-file-control,
.has-info .form-control.form-control-warning,
.is-focused .has-info .form-control-warning.custom-file-control,
.is-focused .has-info .form-control.form-control-warning {
    background-image: linear-gradient(to top, #5e5ce6 2px, rgba(94, 92, 230, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-info .form-control-danger.custom-file-control,
.has-info .form-control.form-control-danger,
.is-focused .has-info .form-control-danger.custom-file-control,
.is-focused .has-info .form-control.form-control-danger {
    background-image: linear-gradient(to top, #5e5ce6 2px, rgba(94, 92, 230, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-info .is-focused .valid-feedback,
.has-info.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #5e5ce6
}

.has-info .is-focused .valid-tooltip,
.has-info.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(94, 92, 230, .9);
    border-radius: .25rem
}

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

.has-info .is-focused .bmd-label-placeholder,
.has-info .is-focused .custom-control-input.is-valid~.custom-control-label,
.has-info .is-focused .form-check-input.is-valid~.form-check-label,
.has-info .is-focused [class*=' bmd-label'],
.has-info .is-focused [class^=bmd-label],
.has-info.is-focused .bmd-label-placeholder,
.has-info.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-info.is-focused .form-check-input.is-valid~.form-check-label,
.has-info.is-focused [class*=' bmd-label'],
.has-info.is-focused [class^=bmd-label],
.was-validated .has-info .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-info .is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-info.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-info.is-focused .form-check-input:valid~.form-check-label {
    color: #5e5ce6
}

.has-info .is-focused .form-control.is-valid,
.has-info .is-focused .is-valid.custom-file-control,
.has-info.is-focused .form-control.is-valid,
.has-info.is-focused .is-valid.custom-file-control,
.was-validated .has-info .is-focused .custom-file-control:valid,
.was-validated .has-info .is-focused .form-control:valid,
.was-validated .has-info.is-focused .custom-file-control:valid,
.was-validated .has-info.is-focused .form-control:valid {
    border-color: #5e5ce6;
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.has-info .is-focused .form-control.is-valid:focus,
.has-info .is-focused .is-valid.custom-file-control:focus,
.has-info.is-focused .form-control.is-valid:focus,
.has-info.is-focused .is-valid.custom-file-control:focus,
.was-validated .has-info .is-focused .custom-file-control:valid:focus,
.was-validated .has-info .is-focused .form-control:valid:focus,
.was-validated .has-info.is-focused .custom-file-control:valid:focus,
.was-validated .has-info.is-focused .form-control:valid:focus {
    border-color: #5e5ce6;
    box-shadow: 0 0 0 .2rem rgba(94, 92, 230, .25)
}

.has-info .is-focused textarea.form-control.is-valid,
.has-info .is-focused textarea.is-valid.custom-file-control,
.has-info.is-focused textarea.form-control.is-valid,
.has-info.is-focused textarea.is-valid.custom-file-control,
.was-validated .has-info .is-focused textarea.custom-file-control:valid,
.was-validated .has-info .is-focused textarea.form-control:valid,
.was-validated .has-info.is-focused textarea.custom-file-control:valid,
.was-validated .has-info.is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.has-info .is-focused .custom-select.is-valid,
.has-info.is-focused .custom-select.is-valid,
.was-validated .has-info .is-focused .custom-select:valid,
.was-validated .has-info.is-focused .custom-select:valid {
    border-color: #5e5ce6;
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

.has-info .is-focused .custom-select.is-valid:focus,
.has-info.is-focused .custom-select.is-valid:focus,
.was-validated .has-info .is-focused .custom-select:valid:focus,
.was-validated .has-info.is-focused .custom-select:valid:focus {
    border-color: #5e5ce6;
    box-shadow: 0 0 0 .2rem rgba(94, 92, 230, .25)
}

.has-info .is-focused .custom-control-input.is-valid~.custom-control-label::before,
.has-info.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .has-info .is-focused .custom-control-input:valid~.custom-control-label::before,
.was-validated .has-info.is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: #5e5ce6
}

.has-info .is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.has-info.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .has-info .is-focused .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .has-info.is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #8a88ed;
    background-color: #8a88ed
}

.has-info .is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.has-info.is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .has-info .is-focused .custom-control-input:valid:focus~.custom-control-label::before,
.was-validated .has-info.is-focused .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(94, 92, 230, .25)
}

.has-info .is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.has-info .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-info.is-focused .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.has-info.is-focused .custom-file-input.is-valid~.custom-file-label,
.was-validated .has-info .is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .has-info .is-focused .custom-file-input:valid~.custom-file-label,
.was-validated .has-info.is-focused .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .has-info.is-focused .custom-file-input:valid~.custom-file-label {
    border-color: #5e5ce6
}

.has-info .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-info.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-info .is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-info.is-focused .custom-file-input:valid:focus~.custom-file-label {
    border-color: #5e5ce6;
    box-shadow: 0 0 0 .2rem rgba(94, 92, 230, .25)
}

.has-info .is-focused .custom-file-control,
.has-info .is-focused .form-control,
.has-info.is-focused .custom-file-control,
.has-info.is-focused .form-control {
    border-color: #5e5ce6
}

.has-info .is-focused .bmd-help,
.has-info.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-warning [class*=' bmd-label'],
.has-warning [class^=bmd-label] {
    color: #FF8A48
}

.has-warning .custom-file-control,
.has-warning .form-control,
.is-focused .has-warning .custom-file-control,
.is-focused .has-warning .form-control {
    background-image: linear-gradient(to top, #FF8A48 2px, rgba(255, 138, 72, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-warning .custom-file-control:invalid,
.has-warning .form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-warning .custom-file-control:read-only,
.has-warning .form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-warning .custom-file-control:disabled,
.has-warning .custom-file-control[disabled],
.has-warning .disabled.custom-file-control,
.has-warning .form-control.disabled,
.has-warning .form-control:disabled,
.has-warning .form-control[disabled],
fieldset[disabled][disabled] .has-warning .custom-file-control,
fieldset[disabled][disabled] .has-warning .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-warning .form-control-success.custom-file-control,
.has-warning .form-control.form-control-success,
.is-focused .has-warning .form-control-success.custom-file-control,
.is-focused .has-warning .form-control.form-control-success {
    background-image: linear-gradient(to top, #FF8A48 2px, rgba(255, 138, 72, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-warning .form-control-warning.custom-file-control,
.has-warning .form-control.form-control-warning,
.is-focused .has-warning .form-control-warning.custom-file-control,
.is-focused .has-warning .form-control.form-control-warning {
    background-image: linear-gradient(to top, #FF8A48 2px, rgba(255, 138, 72, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-warning .form-control-danger.custom-file-control,
.has-warning .form-control.form-control-danger,
.is-focused .has-warning .form-control-danger.custom-file-control,
.is-focused .has-warning .form-control.form-control-danger {
    background-image: linear-gradient(to top, #FF8A48 2px, rgba(255, 138, 72, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-warning .is-focused .valid-feedback,
.has-warning.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #FF8A48
}

.has-warning .is-focused .valid-tooltip,
.has-warning.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #1e2835;
    background-color: rgba(255, 138, 72, .9);
    border-radius: .25rem
}

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

.has-warning .is-focused .bmd-label-placeholder,
.has-warning .is-focused .custom-control-input.is-valid~.custom-control-label,
.has-warning .is-focused .form-check-input.is-valid~.form-check-label,
.has-warning .is-focused [class*=' bmd-label'],
.has-warning .is-focused [class^=bmd-label],
.has-warning.is-focused .bmd-label-placeholder,
.has-warning.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-warning.is-focused .form-check-input.is-valid~.form-check-label,
.has-warning.is-focused [class*=' bmd-label'],
.has-warning.is-focused [class^=bmd-label],
.was-validated .has-warning .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-warning .is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-warning.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-warning.is-focused .form-check-input:valid~.form-check-label {
    color: #FF8A48
}

.has-warning .is-focused .form-control.is-valid,
.has-warning .is-focused .is-valid.custom-file-control,
.has-warning.is-focused .form-control.is-valid,
.has-warning.is-focused .is-valid.custom-file-control,
.was-validated .has-warning .is-focused .custom-file-control:valid,
.was-validated .has-warning .is-focused .form-control:valid,
.was-validated .has-warning.is-focused .custom-file-control:valid,
.was-validated .has-warning.is-focused .form-control:valid {
    border-color: #FF8A48;
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.has-warning .is-focused .form-control.is-valid:focus,
.has-warning .is-focused .is-valid.custom-file-control:focus,
.has-warning.is-focused .form-control.is-valid:focus,
.has-warning.is-focused .is-valid.custom-file-control:focus,
.was-validated .has-warning .is-focused .custom-file-control:valid:focus,
.was-validated .has-warning .is-focused .form-control:valid:focus,
.was-validated .has-warning.is-focused .custom-file-control:valid:focus,
.was-validated .has-warning.is-focused .form-control:valid:focus {
    border-color: #FF8A48;
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .25)
}

.has-warning .is-focused textarea.form-control.is-valid,
.has-warning .is-focused textarea.is-valid.custom-file-control,
.has-warning.is-focused textarea.form-control.is-valid,
.has-warning.is-focused textarea.is-valid.custom-file-control,
.was-validated .has-warning .is-focused textarea.custom-file-control:valid,
.was-validated .has-warning .is-focused textarea.form-control:valid,
.was-validated .has-warning.is-focused textarea.custom-file-control:valid,
.was-validated .has-warning.is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.has-warning .is-focused .custom-select.is-valid,
.has-warning.is-focused .custom-select.is-valid,
.was-validated .has-warning .is-focused .custom-select:valid,
.was-validated .has-warning.is-focused .custom-select:valid {
    border-color: #FF8A48;
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

.has-warning .is-focused .custom-select.is-valid:focus,
.has-warning.is-focused .custom-select.is-valid:focus,
.was-validated .has-warning .is-focused .custom-select:valid:focus,
.was-validated .has-warning.is-focused .custom-select:valid:focus {
    border-color: #FF8A48;
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .25)
}

.has-warning .is-focused .custom-control-input.is-valid~.custom-control-label::before,
.has-warning.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .has-warning .is-focused .custom-control-input:valid~.custom-control-label::before,
.was-validated .has-warning.is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: #FF8A48
}

.has-warning .is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.has-warning.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .has-warning .is-focused .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .has-warning.is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #ffab7b;
    background-color: #ffab7b
}

.has-warning .is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.has-warning.is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .has-warning .is-focused .custom-control-input:valid:focus~.custom-control-label::before,
.was-validated .has-warning.is-focused .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .25)
}

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

.has-warning .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-warning.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-warning .is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-warning.is-focused .custom-file-input:valid:focus~.custom-file-label {
    border-color: #FF8A48;
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .25)
}

.has-warning .is-focused .custom-file-control,
.has-warning .is-focused .form-control,
.has-warning.is-focused .custom-file-control,
.has-warning.is-focused .form-control {
    border-color: #FF8A48
}

.has-warning .is-focused .bmd-help,
.has-warning.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-danger [class*=' bmd-label'],
.has-danger [class^=bmd-label] {
    color: #FF3D57
}

.has-danger .custom-file-control,
.has-danger .form-control,
.is-focused .has-danger .custom-file-control,
.is-focused .has-danger .form-control {
    background-image: linear-gradient(to top, #FF3D57 2px, rgba(255, 61, 87, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-danger .custom-file-control:invalid,
.has-danger .form-control:invalid {
    background-image: linear-gradient(to top, #0081FF 2px, rgba(0, 129, 255, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-danger .custom-file-control:read-only,
.has-danger .form-control:read-only {
    background-image: linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px)
}

.has-danger .custom-file-control:disabled,
.has-danger .custom-file-control[disabled],
.has-danger .disabled.custom-file-control,
.has-danger .form-control.disabled,
.has-danger .form-control:disabled,
.has-danger .form-control[disabled],
fieldset[disabled][disabled] .has-danger .custom-file-control,
fieldset[disabled][disabled] .has-danger .form-control {
    background-image: linear-gradient(to right, #F0F1F2 0, #F0F1F2 30%, transparent 30%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 3px 1px
}

.has-danger .form-control-success.custom-file-control,
.has-danger .form-control.form-control-success,
.is-focused .has-danger .form-control-success.custom-file-control,
.is-focused .has-danger .form-control.form-control-success {
    background-image: linear-gradient(to top, #FF3D57 2px, rgba(255, 61, 87, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="
}

.has-danger .form-control-warning.custom-file-control,
.has-danger .form-control.form-control-warning,
.is-focused .has-danger .form-control-warning.custom-file-control,
.is-focused .has-danger .form-control.form-control-warning {
    background-image: linear-gradient(to top, #FF3D57 2px, rgba(255, 61, 87, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"
}

.has-danger .form-control-danger.custom-file-control,
.has-danger .form-control.form-control-danger,
.is-focused .has-danger .form-control-danger.custom-file-control,
.is-focused .has-danger .form-control.form-control-danger {
    background-image: linear-gradient(to top, #FF3D57 2px, rgba(255, 61, 87, 0) 2px), linear-gradient(to top, #F0F1F2 1px, rgba(240, 241, 242, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="
}

.has-danger .is-focused .valid-feedback,
.has-danger.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #FF3D57
}

.has-danger .is-focused .valid-tooltip,
.has-danger.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 61, 87, .9);
    border-radius: .25rem
}

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

.has-danger .is-focused .bmd-label-placeholder,
.has-danger .is-focused .custom-control-input.is-valid~.custom-control-label,
.has-danger .is-focused .form-check-input.is-valid~.form-check-label,
.has-danger .is-focused [class*=' bmd-label'],
.has-danger .is-focused [class^=bmd-label],
.has-danger.is-focused .bmd-label-placeholder,
.has-danger.is-focused .custom-control-input.is-valid~.custom-control-label,
.has-danger.is-focused .form-check-input.is-valid~.form-check-label,
.has-danger.is-focused [class*=' bmd-label'],
.has-danger.is-focused [class^=bmd-label],
.was-validated .has-danger .is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-danger .is-focused .form-check-input:valid~.form-check-label,
.was-validated .has-danger.is-focused .custom-control-input:valid~.custom-control-label,
.was-validated .has-danger.is-focused .form-check-input:valid~.form-check-label {
    color: #FF3D57
}

.has-danger .is-focused .form-control.is-valid,
.has-danger .is-focused .is-valid.custom-file-control,
.has-danger.is-focused .form-control.is-valid,
.has-danger.is-focused .is-valid.custom-file-control,
.was-validated .has-danger .is-focused .custom-file-control:valid,
.was-validated .has-danger .is-focused .form-control:valid,
.was-validated .has-danger.is-focused .custom-file-control:valid,
.was-validated .has-danger.is-focused .form-control:valid {
    border-color: #FF3D57;
    padding-right: calc(1.5em + .875rem);
    background-image: "none";
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.has-danger .is-focused .form-control.is-valid:focus,
.has-danger .is-focused .is-valid.custom-file-control:focus,
.has-danger.is-focused .form-control.is-valid:focus,
.has-danger.is-focused .is-valid.custom-file-control:focus,
.was-validated .has-danger .is-focused .custom-file-control:valid:focus,
.was-validated .has-danger .is-focused .form-control:valid:focus,
.was-validated .has-danger.is-focused .custom-file-control:valid:focus,
.was-validated .has-danger.is-focused .form-control:valid:focus {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

.has-danger .is-focused textarea.form-control.is-valid,
.has-danger .is-focused textarea.is-valid.custom-file-control,
.has-danger.is-focused textarea.form-control.is-valid,
.has-danger.is-focused textarea.is-valid.custom-file-control,
.was-validated .has-danger .is-focused textarea.custom-file-control:valid,
.was-validated .has-danger .is-focused textarea.form-control:valid,
.was-validated .has-danger.is-focused textarea.custom-file-control:valid,
.was-validated .has-danger.is-focused textarea.form-control:valid {
    padding-right: calc(1.5em + .875rem);
    background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}

.has-danger .is-focused .custom-select.is-valid,
.has-danger.is-focused .custom-select.is-valid,
.was-validated .has-danger .is-focused .custom-select:valid,
.was-validated .has-danger.is-focused .custom-select:valid {
    border-color: #FF3D57;
    padding-right: calc(.75em + 1.65625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23304156' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem) no-repeat rgba(0, 0, 0, 0)
}

.has-danger .is-focused .custom-select.is-valid:focus,
.has-danger.is-focused .custom-select.is-valid:focus,
.was-validated .has-danger .is-focused .custom-select:valid:focus,
.was-validated .has-danger.is-focused .custom-select:valid:focus {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

.has-danger .is-focused .custom-control-input.is-valid~.custom-control-label::before,
.has-danger.is-focused .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .has-danger .is-focused .custom-control-input:valid~.custom-control-label::before,
.was-validated .has-danger.is-focused .custom-control-input:valid~.custom-control-label::before {
    border-color: #FF3D57
}

.has-danger .is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.has-danger.is-focused .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .has-danger .is-focused .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .has-danger.is-focused .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #ff7083;
    background-color: #ff7083
}

.has-danger .is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.has-danger.is-focused .custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .has-danger .is-focused .custom-control-input:valid:focus~.custom-control-label::before,
.was-validated .has-danger.is-focused .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

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

.has-danger .is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.has-danger.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .has-danger .is-focused .custom-file-input:valid:focus~.custom-file-label,
.was-validated .has-danger.is-focused .custom-file-input:valid:focus~.custom-file-label {
    border-color: #FF3D57;
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .25)
}

.bmd-layout-drawer,
.navbar {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.has-danger .is-focused .custom-file-control,
.has-danger .is-focused .form-control,
.has-danger.is-focused .custom-file-control,
.has-danger.is-focused .form-control {
    border-color: #FF3D57
}

.has-danger .is-focused .bmd-help,
.has-danger.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.bmd-form-group {
    position: relative;
    padding-top: 1.70312rem
}

.bmd-form-group [class*=' bmd-label'],
.bmd-form-group [class^=bmd-label] {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all
}

.dropdown-menu .dropdown-item,
.nav .nav-item,
.navbar .navbar-brand {
    position: relative
}

.bmd-form-group [class*=' bmd-label'].bmd-label-floating,
.bmd-form-group [class^=bmd-label].bmd-label-floating {
    will-change: left, top, contents
}

.bmd-form-group.is-filled .bmd-label-placeholder {
    display: none
}

.bmd-form-group.bmd-collapse-inline {
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 2.1em
}

.bmd-form-group.bmd-collapse-inline .collapse {
    flex: 1;
    display: none
}

.bmd-form-group.bmd-collapse-inline .collapse.show {
    max-width: 1200px
}

.bmd-form-group.bmd-collapse-inline .collapse.show,
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse) {
    display: block
}

.bmd-form-group.bmd-collapse-inline .collapsing {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-form-group .custom-file-control,
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group label {
    line-height: 1
}

.bmd-form-group input.custom-file-control,
.bmd-form-group input.custom-file-control::placeholder,
.bmd-form-group input.form-control,
.bmd-form-group textarea.form-control,
.bmd-form-group input.form-control::placeholder {
    padding: .5rem;
    line-height: 1.5;
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group .switch label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group label.radio-inline {
    line-height: 1.5
}

.bmd-form-group input::placeholder,
.bmd-form-group textarea::placeholder {
    font-size: 0.9rem;
    color: rgb(202, 202, 202);
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
    font-size: 1rem;
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
    top: 2.14062rem
}

.bmd-form-group .bmd-label-static,
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: 0.8rem;
}

.bmd-form-group .bmd-help {
    margin-top: 0;
    font-size: .70312rem
}

.bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .90625rem .90625rem
}

.bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center calc(100% - 1px), center right .45312rem
}

.bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, .90625rem .90625rem
}

.bmd-form-group.bmd-form-group-sm {
    padding-top: 1.35938rem
}

.bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control,
.bmd-form-group.bmd-form-group-sm input::placeholder,
.bmd-form-group.bmd-form-group-sm label {
    line-height: 1
}

.bmd-form-group.bmd-form-group-sm input.custom-file-control,
.bmd-form-group.bmd-form-group-sm input.custom-file-control::placeholder,
.bmd-form-group.bmd-form-group-sm input.form-control,
.bmd-form-group.bmd-form-group-sm input.form-control::placeholder {
    padding: .28125rem 0;
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm .switch label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm label.radio-inline {
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-sm input::placeholder {
    font-size: .8125rem
}

.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
    font-size: .8125rem
}

.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
    top: 1.60938rem
}

.bmd-form-group.bmd-form-group-sm .bmd-label-static,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating {
    top: .75rem;
    left: 0;
    font-size: .60938rem
}

.bmd-form-group.bmd-form-group-sm .bmd-help {
    margin-top: 0;
    font-size: .60938rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .65625rem .65625rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center calc(100% - 1px), center right .32812rem
}

.bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, .65625rem .65625rem
}

.bmd-form-group.bmd-form-group-lg {
    padding-top: 1.75rem
}

.bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control,
.bmd-form-group.bmd-form-group-lg input::placeholder,
.bmd-form-group.bmd-form-group-lg label {
    line-height: 1
}

.bmd-form-group.bmd-form-group-lg input.custom-file-control,
.bmd-form-group.bmd-form-group-lg input.custom-file-control::placeholder,
.bmd-form-group.bmd-form-group-lg input.form-control,
.bmd-form-group.bmd-form-group-lg input.form-control::placeholder {
    padding: .28125rem 0;
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg .switch label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg label.radio-inline {
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-lg input::placeholder {
    font-size: 1rem
}

.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
    font-size: 1rem
}

.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
    top: 2.3125rem
}

.bmd-form-group.bmd-form-group-lg .bmd-label-static,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .75rem
}

.bmd-form-group.bmd-form-group-lg .bmd-help {
    margin-top: 0;
    font-size: .75rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, 1.0625rem 1.0625rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center calc(100% - 1px), center right .53125rem
}

.bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus,
.bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning {
    background-size: 100% 100%, 100% 100%, 1.0625rem 1.0625rem
}

.custom-file-control,
.form-control,
input::placeholder,
label {
    line-height: 1
}

input.custom-file-control,
input.custom-file-control::placeholder,
input.form-control,
input.form-control::placeholder {
    padding: .28125rem 0;
    line-height: 1.5
}

.checkbox label,
.radio label,
.switch label,
label.checkbox-inline,
label.radio-inline {
    line-height: 1.5
}

input::placeholder,
textarea::placeholder {
    font-size: .9375rem
}

.checkbox label,
.radio label,
label {
    font-size: .9375rem
}

.bmd-label-floating,
.bmd-label-placeholder {
    top: 2.14062rem
}

.bmd-label-static,
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .70312rem
}

.bmd-help {
    margin-top: 0;
    font-size: .70312rem
}

.form-control-danger.custom-file-control,
.form-control-success.custom-file-control,
.form-control-warning.custom-file-control,
.form-control.form-control-danger,
.form-control.form-control-success,
.form-control.form-control-warning {
    background-size: 0 100%, 100% 100%, .90625rem .90625rem
}

.bmd-form-group.is-focused .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .form-control-success.custom-file-control,
.bmd-form-group.is-focused .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.form-control-danger.custom-file-control,
.form-control-danger.custom-file-control:focus,
.form-control-success.custom-file-control,
.form-control-success.custom-file-control:focus,
.form-control-warning.custom-file-control,
.form-control-warning.custom-file-control:focus,
.form-control.form-control-danger,
.form-control.form-control-danger:focus,
.form-control.form-control-success,
.form-control.form-control-success:focus,
.form-control.form-control-warning,
.form-control.form-control-warning:focus {
    padding-right: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center calc(100% - 1px), center right .45312rem
}

.bmd-form-group.is-focused .form-control-danger.custom-file-control,
.bmd-form-group.is-focused .form-control-success.custom-file-control,
.bmd-form-group.is-focused .form-control-warning.custom-file-control,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.form-control-danger.custom-file-control:focus,
.form-control-success.custom-file-control:focus,
.form-control-warning.custom-file-control:focus,
.form-control.form-control-danger:focus,
.form-control.form-control-success:focus,
.form-control.form-control-warning:focus {
    background-size: 100% 100%, 100% 100%, .90625rem .90625rem
}

select,
select.custom-file-control,
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none
}

@media (min-width:576px) {
    .form-inline .input-group {
        display: inline-flex;
        align-items: center
    }
}

.input-group .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-color: transparent
}

.input-group .input-group-addon+input,
.input-group input+.input-group-addon {
    margin-left: .75rem
}

.list-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .5rem 0
}

.list-group.bmd-list-group-sm {
    padding: .25rem 0
}

.badge.badge-opacity,
.badge.badge-rounded,
.list-group.bmd-list-group-sm .list-group-item {
    padding: .5rem 1rem
}

.bmd-list-group-col {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.list-group-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 1rem;
    line-height: 1
}

.list-group-item .list-group-item-text {
    min-width: 0;
    max-height: 2.188rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .875rem;
    color: rgba(0, 0, 0, .54)
}

.list-group-item>*~.label:last-child,
.list-group-item>*~.material-icons:last-child,
.list-group-item>.pull-lg-right,
.list-group-item>.pull-md-right,
.list-group-item>.pull-sm-right,
.list-group-item>.pull-xl-right,
.list-group-item>.pull-xs-right {
    margin-right: 0;
    margin-left: auto
}

.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons~.material-icons:last-child {
    padding-left: 1rem
}

.table-inverse {
    color: rgba(255, 255, 255, .84)
}

.table thead th {
    font-size: .95rem;
    font-weight: 500;
    border-bottom-width: 1px
}

.table-inverse thead th,
thead.thead-inverse th {
    color: rgba(255, 255, 255, .54)
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: rgba(255, 255, 255, .06)
}

.navbar-nav .nav-link {
    padding: .5321rem;
    font-size: .875rem;
    font-weight: 400
}

.nav-pills,
.nav-tabs {
    border: 0
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
    padding: 1.4286em .8575em;
    font-size: .875rem;
    font-weight: 500;
    border: 0
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: inherit
}

.nav-tabs .nav-link {
    border-bottom: .214rem solid transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    border-color: theme-color(primary)
}

.nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .87)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: rgba(0, 0, 0, .26)
}

.nav-tabs.bg-primary .nav-link {
    color: #fff
}

.nav-tabs.bg-primary .nav-link.active {
    color: #fff;
    border-color: #fff
}

.nav-tabs.bg-primary .nav-link.active:focus,
.nav-tabs.bg-primary .nav-link.active:hover {
    border-color: #fff
}

.nav-tabs.bg-primary .nav-link.disabled,
.nav-tabs.bg-primary .nav-link.disabled:focus,
.nav-tabs.bg-primary .nav-link.disabled:hover {
    color: rgba(255, 255, 255, .84)
}

.nav-tabs.bg-dark .nav-link {
    color: #fff
}

.nav-tabs.bg-dark .nav-link.active {
    color: #fff;
    border-color: #fff
}

.nav-tabs.bg-dark .nav-link.active:focus,
.nav-tabs.bg-dark .nav-link.active:hover {
    border-color: #fff
}

.nav-tabs.bg-dark .nav-link.disabled,
.nav-tabs.bg-dark .nav-link.disabled:focus,
.nav-tabs.bg-dark .nav-link.disabled:hover {
    color: rgba(255, 255, 255, .84)
}

.navbar {
    z-index: 1;
    border: 0;
    border-radius: 0
}

.page-item:first-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em
}

.page-item:last-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em
}

.navbar>.container {
    flex: 1
}

.navbar-dark .custom-file-control,
.navbar-dark .form-control {
    color: #fff
}

.navbar-dark .custom-file-control::placeholder,
.navbar-dark .form-control::placeholder {
    color: rgba(255, 255, 255, .5)
}

.progress {
    background: #c8c8c8
}

.progress .progress-bar {
    box-shadow: none
}

.page-item:last-child .page-link {
    margin-right: 0
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0
}

.page-item:first-child .page-link>.material-icons,
.page-item:last-child .page-link>.material-icons {
    font-size: 1.5em
}

.page-link {
    margin-right: .5em;
    text-align: center
}

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

.pagination-lg .page-link {
    min-width: 2.8em;
    padding: .75rem 0;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    min-width: 2.2em;
    padding: .25rem 0;
    font-size: .8125rem;
    line-height: 1.5
}

.tooltip-arrow {
    display: none
}

.card .card-header {
    background-color: transparent
}

.card .card-block {
    padding: 1.5rem 1rem 1rem
}

.card h1.card-title,
.card h2.card-title,
.card h3.card-title,
.card h4.card-title,
.card h5.card-title,
.card h6.card-title {
    font-size: 1.5rem;
    font-weight: 300
}

.card .bmd-card-actions,
.card it may be necessary .card-footer {
    padding: .5rem
}

.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.modal-content {
    border-radius: .25rem
}

.modal-content .modal-header {
    padding: 24px 24px 0;
    border-bottom: 0
}

.modal-content .modal-body {
    padding: 20px 24px 24px
}

.modal-content .modal-footer {
    padding: 8px 8px 8px 24px;
    border-top: 0
}

.modal-content .modal-footer .btn,
.modal-content .modal-footer .custom-file-control::before {
    margin: 0
}

.modal-content .modal-footer .btn+.btn,
.modal-content .modal-footer .btn+.custom-file-control::before,
.modal-content .modal-footer .custom-file-control::before+.btn,
.modal-content .modal-footer .custom-file-control::before+.custom-file-control::before {
    margin-left: 8px
}

.dropdown-menu {
    display: none;
    padding: .25rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:768px) {
    .dropdown-menu {
        padding: .5rem 0
    }
}

.dropdown-menu.showing {
    animation-name: bmd-dropdown-animation;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.dropdown-menu.show,
.open>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1)
}

.dropdown-menu.hiding {
    display: block;
    opacity: 0;
    transform: scale(0)
}

.dropdown-menu.dropdown-menu-left,
.dropdown-menu[x-placement=bottom-start] {
    transform-origin: 0 0
}

.dropdown-menu.dropdown-menu-right,
.dropdown-menu[x-placement=bottom-end] {
    transform-origin: 100% 0
}

.dropdown-menu[x-placement=top-start] {
    transform-origin: 0 100%
}

.dropdown-menu[x-placement=top-end] {
    transform-origin: 100% 100%
}

.dropdown-menu .dropdown-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: 17.5rem;
    min-height: 3rem;
    padding: .8rem 1rem;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: inherit;
    color: inherit
}

@media (min-width:768px) {
    .dropdown-menu .dropdown-item {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.dropdown-toggle.bmd-btn-fab::after,
.dropdown-toggle.bmd-btn-icon::after {
    display: none
}

.dropdown-toggle.bmd-btn-fab~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-fab~.dropdown-menu.dropdown-menu-top-right,
.dropdown-toggle.bmd-btn-icon~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-icon~.dropdown-menu.dropdown-menu-top-right {
    bottom: 2rem
}

.dropdown-toggle.bmd-btn-fab-sm~.dropdown-menu.dropdown-menu-top-left,
.dropdown-toggle.bmd-btn-fab-sm~.dropdown-menu.dropdown-menu-top-right {
    bottom: 2.5rem
}

.dropdown-toggle.bmd-btn-icon~.dropdown-menu {
    margin: 0
}

.show .dropdown-toggle.btn,
.show .dropdown-toggle.btn-danger,
.show .dropdown-toggle.btn-info,
.show .dropdown-toggle.btn-secondary,
.show .dropdown-toggle.btn-success,
.show .dropdown-toggle.btn-warning,
.show .dropdown-toggle.custom-file-control::before {
    background-color: transparent
}

@keyframes bmd-dropdown-animation {
    from {
        opacity: 0;
        transform: scale(0)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.bmd-layout-drawer {
    position: absolute;
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 100%;
    overflow: visible;
    overflow-y: auto;
    font-size: .875rem;
    background: #fff;
    transition: transform;
    will-change: transform;
    transform-style: preserve-3d;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bmd-layout-drawer>* {
    flex-shrink: 0
}

.bmd-layout-drawer>header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem
}

.bmd-layout-drawer>header .navbar-brand {
    padding-left: 1.5rem;
    font-size: 1.25rem
}

.bmd-layout-drawer>.list-group {
    padding-top: 1rem
}

.bmd-layout-drawer>.list-group .list-group-item {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    font-weight: 500
}

.bmd-drawer-f-l>.bmd-layout-drawer {
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    transform: translateX(-250px)
}

.bmd-drawer-f-l>.bmd-layout-content,
.bmd-drawer-f-l>.bmd-layout-header {
    margin-left: 0
}

.bmd-drawer-f-r>.bmd-layout-drawer {
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    transform: translateX(250px)
}

.bmd-drawer-f-r>.bmd-layout-content,
.bmd-drawer-f-r>.bmd-layout-header {
    margin-right: 0
}

.bmd-drawer-f-t>.bmd-layout-drawer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(-110px)
}

.bmd-drawer-f-t>.bmd-layout-content {
    margin-top: 0
}

.bmd-drawer-f-b>.bmd-layout-drawer {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(110px)
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-l>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-r>.bmd-layout-drawer {
    transform: translateX(0)
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-l>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-l>.bmd-layout-content {
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-r>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-r>.bmd-layout-content {
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 100px
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-b>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-t>.bmd-layout-drawer {
    transform: translateY(0)
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-drawer {
    transform: translateX(0)
}

:not(.bmd-drawer-out).bmd-drawer-in-xxs-up.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 100px
}

@media (max-width:320.98px) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-l>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-r>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxs-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-content {
    margin-left: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-content {
    margin-right: 240px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 100px
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t>.bmd-layout-drawer {
    transform: translateY(0)
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 100px
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l>.bmd-layout-header {
    width: 100%;
    margin-left: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r>.bmd-layout-header {
    width: 100%;
    margin-right: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

@media (min-width:576px) {
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:767.98px) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:1023.98px) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .card.bmd-card-flat {
        box-shadow: none
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:1398.98px) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:1399px) {
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

@media (max-width:1698.98px) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l>.bmd-layout-header {
        width: 100%;
        margin-left: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r>.bmd-layout-content,
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r>.bmd-layout-header {
        width: 100%;
        margin-right: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop .in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .5)
    }
    @supports (pointer-events:auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1
        }
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 0
    }
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 0
    }
}

@media (min-width:1699px) {
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r>.bmd-layout-drawer {
        transform: translateX(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l>.bmd-layout-content {
        margin-left: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r>.bmd-layout-header {
        width: calc(100% - 240px);
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r>.bmd-layout-content {
        margin-right: 240px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-t>.bmd-layout-header {
        margin-top: 100px
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-b>.bmd-layout-drawer,
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-t>.bmd-layout-drawer {
        transform: translateY(0)
    }
     :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-b>.bmd-layout-content {
        margin-bottom: 100px
    }
}

.snackbar-content .btn,
.snackbar-content .custom-file-control::before,
:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-l>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-l>.bmd-layout-header {
    width: 100%;
    margin-left: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-r>.bmd-layout-content,
:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-r>.bmd-layout-header {
    width: 100%;
    margin-right: 0
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down>.bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

@supports (pointer-events:auto) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down>.bmd-layout-backdrop.in,
     :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop.in {
        pointer-events: auto;
        opacity: 1
    }
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-t>.bmd-layout-header {
    margin-top: 0
}

.ripple {
    position: relative
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit
}

.ripple-container .ripple-decorator {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 100%;
    opacity: 0;
    transform: scale(1);
    transform-origin: 50%
}

.ripple-container .ripple-decorator.ripple-on {
    opacity: .1;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s
}

.ripple-container .ripple-decorator.ripple-out {
    opacity: 0;
    transition: opacity .1s linear 0s !important
}

#snackbar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.snackbar {
    display: inline-block;
    min-width: 100%;
    max-height: 0;
    opacity: 0;
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity 0s .25s, max-height .25s;
    transform: translateY(100%)
}

.snackbar.toast .snackbar-content {
    border-radius: 10rem
}

.snackbar-content {
    display: block;
    padding: .8rem 1.5rem;
    margin-top: 3px;
    font-size: .9rem;
    color: #fff;
    background-color: #323232;
    border-radius: 2px
}

.fi:before,
[class*=" flaticon-"]::before,
[class^=flaticon-]::before {
    display: inline-block;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal
}

.pt-xxxs,
.py-xxxs {
    padding-top: .0625rem !important
}

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

.snackbar.snackbar-opened {
    max-height: 100px;
    opacity: 1;
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity 0s 0s, max-height .25s;
    transform: translateY(0)
}

@media (min-width:576px) {
    #snackbar-container {
        right: 1rem;
        left: 1rem;
        width: 100%
    }
    .snackbar {
        min-width: 280px
    }
}

.fi:before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.btn-link.custom-file-control:hover::before,
.btn.btn-link:hover,
.sidebar-panel .side-nav .main-menu ul li a:hover,
.sidebar-panel .sidebar-nav .metismenu .mm-active>a,
.sidebar-panel .sidebar-nav .metismenu a:hover,
a,
a:hover {
    text-decoration: none
}

.flaticon-monitor:before {
    content: "\f100"
}

.flaticon-money:before {
    content: "\f101"
}

.flaticon-home-security:before {
    content: "\f102"
}

.flaticon-paper-plane:before {
    content: "\f103"
}

.flaticon-menu:before {
    content: "\f104"
}

.flaticon-home:before {
    content: "\f105"
}

.flaticon-documents:before {
    content: "\f106"
}

.flaticon-edit:before {
    content: "\f107"
}

.flaticon-boss:before {
    content: "\f108"
}

.flaticon-partnership:before {
    content: "\f109"
}

.flaticon-partnership-1:before {
    content: "\f10a"
}

.flaticon-success:before {
    content: "\f10b"
}

.flaticon-rocket-launch:before {
    content: "\f10c"
}

.flaticon-rocket:before {
    content: "\f10d"
}

.flaticon-business-and-trade:before {
    content: "\f10e"
}

.flaticon-enterprise:before {
    content: "\f10f"
}

.flaticon-cloud-computing:before {
    content: "\f110"
}

.flaticon-cloud-computing-1:before {
    content: "\f111"
}

.flaticon-cloud-computing-2:before {
    content: "\f112"
}

.flaticon-file:before {
    content: "\f113"
}

.flaticon-send:before {
    content: "\f114"
}

.flaticon-table:before {
    content: "\f115"
}

.flaticon-notification:before {
    content: "\f116"
}

.flaticon-person:before {
    content: "\f117"
}

.flaticon-menu-1:before {
    content: "\f118"
}

.flaticon-delete:before {
    content: "\f119"
}

.flaticon-close:before {
    content: "\f11a"
}

.flaticon-magnifying-glass:before {
    content: "\f11b"
}

.flaticon-settings:before {
    content: "\f11c"
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: 'Questrial', sans-serif;
    font-size: .9375rem;
    line-height: 1.5;
    background: #F2F4F4;
    color: #304156;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

code,
kbd,
pre,
samp {
    font-family: "Roboto Mono", sans-serif
}

[tabindex="-1"]:focus {
    outline: 0
}

img {
    max-width: 100%
}

a {
    color: #0081FF
}

a:hover {
    color: #0067cc
}

div {
    box-sizing: border-box
}

body[dir=rtl],
body[dir=ltr],
html[dir=rtl],
html[dir=ltr] {
    unicode-bidi: embed
}

bdo[dir=rtl] {
    direction: rtl;
    unicode-bidi: bidi-override
}

bdo[dir=ltr] {
    direction: ltr;
    unicode-bidi: bidi-override
}

.fa,
.fas {
    font-weight: 900 !important
}

svg.feather {
    height: 1rem;
    width: 1rem;
    vertical-align: text-top
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/flaticon/Flaticon.eot);
    src: url(../fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon/Flaticon.woff2) format("woff2"), url(../fonts/flaticon/Flaticon.woff) format("woff"), url(../fonts/flaticon/Flaticon.ttf) format("truetype"), url(../fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/flaticon/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]::before,
[class^=flaticon-]::before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.daterangepicker,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Questrial', sans-serif;
}

.badge.badge-solid,
.heading,
.heading-label,
.heading-title,
.navbar-nav .nav-item .nav-link,
.sidebar-panel .side-nav .main-menu ul li a .item-name {
    text-transform: uppercase
}

@keyframes slideDown {
    from {
        top: -75px
    }
    to {
        top: 0
    }
}

@keyframes fallingLeaves {
    0% {
        transform: translate(0, -10px) rotateZ(0)
    }
    100% {
        transform: translate(0, 230px) rotateZ(360deg)
    }
}

@keyframes fallingClouds {
    0% {
        transform: translate(0, -10px)
    }
    100% {
        transform: translate(0, 230px)
    }
}

@keyframes float1 {
    0%,
    to {
        transform: translate(0)
    }
    30% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(4px)
    }
    70% {
        transform: translateY(-15px)
    }
}

.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.pl-xxxs,
.px-xxxs {
    padding-left: .0625rem !important
}

.pr-xxxs,
.px-xxxs {
    padding-right: .0625rem !important
}

@media (max-width:1023px) {
    .container {
        max-width: 1000px !important
    }
}

p {
    font-weight: 400;
    line-height: 1.7
}

.card-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #304156;
    line-height: 1.25
}

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

.h3,
h3 {
    font-size: 1.625rem;
    line-height: 1.4em
}

.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.45em
}

.h5,
h5 {
    font-size: .875rem;
    line-height: 1.4em;
    font-weight: 400
}

.h6,
h6 {
    font-size: .6875rem;
    font-weight: 400
}

.display-1,
.display-2,
.display-3,
.display-4,
.heading-title {
    font-weight: 600
}

.display-1 {
    font-size: 3.25rem
}

.display-2 {
    font-size: 2.75rem
}

.display-3 {
    font-size: 2.25rem
}

.display-4 {
    font-size: 1.75rem
}

.card,
.heading {
    font-size: .9375rem
}

.heading {
    letter-spacing: .03125rem
}

.heading-title {
    font-size: 1.375rem;
    letter-spacing: .03125rem
}

.heading-muted {
    color: #828D99;
    font-weight: 400
}

.heading-label {
    color: #828D99;
    font-weight: 600;
    font-size: .6875rem;
    letter-spacing: .92px;
    margin: 0;
    padding-bottom: 1rem
}

.pb-xxxs,
.py-xxxs {
    padding-bottom: .0625rem !important
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 1rem
}

.ml-xxxs,
.mx-xxxs {
    margin-left: .0625rem !important
}

.mr-xxxs,
.mx-xxxs {
    margin-right: .0625rem !important
}

.mt-xxxs,
.my-xxxs {
    margin-top: .0625rem !important
}

.mb-xxxs,
.my-xxxs {
    margin-bottom: .0625rem !important
}

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

.blockquote {
    font-size: 1rem
}

.blockquote-footer {
    font-weight: 700;
    color: #828D99
}

.badge,
.font-weight-medium,
.nav-link {
    font-weight: 500
}

.blockquote.blockquote-primary {
    color: #0081FF !important
}

.blockquote.blockquote-primary .blockquote-footer {
    color: #148bff
}

.blockquote.blockquote-secondary {
    color: #304156 !important
}

.blockquote.blockquote-secondary .blockquote-footer {
    color: #374b63
}

.blockquote.blockquote-success {
    color: #09B66D !important
}

.blockquote.blockquote-success .blockquote-footer {
    color: #0ac979
}

.blockquote.blockquote-info {
    color: #5e5ce6 !important
}

.blockquote.blockquote-info .blockquote-footer {
    color: #6f6ee9
}

.blockquote.blockquote-warning {
    color: #FF8A48 !important
}

.blockquote.blockquote-warning .blockquote-footer {
    color: #ff975c
}

.blockquote.blockquote-danger {
    color: #FF3D57 !important
}

.blockquote.blockquote-danger .blockquote-footer {
    color: #ff5169
}

.blockquote.blockquote-light {
    color: #73808c !important
}

.blockquote.blockquote-light .blockquote-footer {
    color: #7e8a95
}

.blockquote.blockquote-dark {
    color: #1e2835 !important
}

.blockquote.blockquote-dark .blockquote-footer {
    color: #253242
}

.text-10 {
    font-size: 10px !important
}

.text-11 {
    font-size: 11px !important
}

.text-12 {
    font-size: 12px !important
}

.text-13 {
    font-size: 13px !important
}

.text-14 {
    font-size: 14px !important
}

.text-15 {
    font-size: 15px !important
}

.text-16 {
    font-size: 16px !important
}

.text-17 {
    font-size: 17px !important
}

.text-18 {
    font-size: 18px !important
}

.text-19 {
    font-size: 19px !important
}

.text-20 {
    font-size: 20px !important
}

.text-21 {
    font-size: 21px !important
}

.text-22 {
    font-size: 22px !important
}

.text-23 {
    font-size: 23px !important
}

.text-24 {
    font-size: 24px !important
}

.text-25 {
    font-size: 25px !important
}

.text-26 {
    font-size: 26px !important
}

.text-27 {
    font-size: 27px !important
}

.text-28 {
    font-size: 28px !important
}

.text-29 {
    font-size: 29px !important
}

.text-30 {
    font-size: 30px !important
}

.text-31 {
    font-size: 31px !important
}

.text-32 {
    font-size: 32px !important
}

.text-33 {
    font-size: 33px !important
}

.text-34 {
    font-size: 34px !important
}

.text-35 {
    font-size: 35px !important
}

.text-36 {
    font-size: 36px !important
}

.text-37 {
    font-size: 37px !important
}

.text-38 {
    font-size: 38px !important
}

.text-39 {
    font-size: 39px !important
}

.text-40 {
    font-size: 40px !important
}

.text-41 {
    font-size: 41px !important
}

.text-42 {
    font-size: 42px !important
}

.text-43 {
    font-size: 43px !important
}

.text-44 {
    font-size: 44px !important
}

.text-45 {
    font-size: 45px !important
}

.text-46 {
    font-size: 46px !important
}

.text-47 {
    font-size: 47px !important
}

.text-48 {
    font-size: 48px !important
}

.text-49 {
    font-size: 49px !important
}

.text-50 {
    font-size: 50px !important
}

.text-51 {
    font-size: 51px !important
}

.text-52 {
    font-size: 52px !important
}

.text-53 {
    font-size: 53px !important
}

.text-54 {
    font-size: 54px !important
}

.text-55 {
    font-size: 55px !important
}

.text-56 {
    font-size: 56px !important
}

.text-57 {
    font-size: 57px !important
}

.text-58 {
    font-size: 58px !important
}

.text-59 {
    font-size: 59px !important
}

.text-60 {
    font-size: 60px !important
}

.text-61 {
    font-size: 61px !important
}

.text-62 {
    font-size: 62px !important
}

.text-63 {
    font-size: 63px !important
}

.text-64 {
    font-size: 64px !important
}

.text-65 {
    font-size: 65px !important
}

.text-66 {
    font-size: 66px !important
}

.text-67 {
    font-size: 67px !important
}

.text-68 {
    font-size: 68px !important
}

.text-69 {
    font-size: 69px !important
}

.text-70 {
    font-size: 70px !important
}

.text-71 {
    font-size: 71px !important
}

.text-72 {
    font-size: 72px !important
}

.text-73 {
    font-size: 73px !important
}

.text-74 {
    font-size: 74px !important
}

.text-75 {
    font-size: 75px !important
}

.text-76 {
    font-size: 76px !important
}

.text-77 {
    font-size: 77px !important
}

.text-78 {
    font-size: 78px !important
}

.bmd-help,
.text-muted {
    color: #828D99 !important
}

small {
    font-size: 80%
}

.text-small {
    font-size: .8125rem
}

.font-weight-semi {
    font-weight: 600
}

.line-height-1 {
    line-height: 1
}

.link-alt {
    color: #304156
}

.link-alt:hover {
    color: #0067cc
}

.h-0px {
    height: 0
}

.h-100px {
    height: 100px
}

.h-200px {
    height: 200px
}

.h-300px {
    height: 300px
}

.h-400px {
    height: 400px
}

.h-500px {
    height: 500px
}

.h-600px {
    height: 600px
}

.h-700px {
    height: 700px
}

.h-800px {
    height: 800px
}

.h-900px {
    height: 900px
}

.h-1000px {
    height: 1000px
}

.h-100vh,
[h-100vh] {
    height: 100vh
}

.w-full {
    width: 100%
}

.w-full-screen {
    width: 100vw
}

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

.h-full-screen {
    height: 100vh
}

.w-0,
[w-0] {
    width: 0% !important
}

.w-10,
[w-10] {
    width: 10% !important
}

.w-20,
[w-20] {
    width: 20% !important
}

.w-30,
[w-30] {
    width: 30% !important
}

.w-40,
[w-40] {
    width: 40% !important
}

.w-50,
[w-50] {
    width: 50% !important
}

.w-60,
[w-60] {
    width: 60% !important
}

.w-70,
[w-70] {
    width: 70% !important
}

.w-80,
[w-80] {
    width: 80% !important
}

.w-90,
[w-90] {
    width: 90% !important
}

.w-100,
[w-100] {
    width: 100% !important
}

@media (max-width:767px) {
    .w-sm-100 {
        width: 100% !important
    }
}

.gray-100 {
    background-color: #FAFBFB
}

.gray-200,
.hover-gray:hover {
    background-color: #F2F4F4
}

.gray-300 {
    background-color: #E7EDF3
}

.gray-400 {
    background-color: #B3C0CE
}

.gray-500 {
    background-color: #73808c
}

.gray-600 {
    background-color: #828D99
}

.gray-700 {
    background-color: #475F7B
}

.gray-800 {
    background-color: #304156
}

.gray-900 {
    background-color: #1e2835
}

.black {
    background-color: #000
}

.text-gray-100 {
    color: #FAFBFB
}

.text-gray-200 {
    color: #F2F4F4
}

.text-gray-300 {
    color: #E7EDF3
}

.text-gray-400 {
    color: #B3C0CE
}

.text-gray-500 {
    color: #73808c
}

.text-gray-600 {
    color: #828D99
}

.text-gray-700 {
    color: #475F7B
}

.text-gray-800 {
    color: #304156
}

.text-gray-900 {
    color: #1e2835
}

.text-black {
    color: #000
}

.bg-primary {
    background-color: #0081FF !important
}

.text-primary {
    color: #0081FF !important
}

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

.text-secondary {
    color: #304156 !important
}

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

.text-success {
    color: #09B66D !important
}

.bg-info {
    background-color: #5e5ce6 !important
}

.text-info {
    color: #5e5ce6 !important
}

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

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

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

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

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

.text-light {
    color: #73808c !important
}

.bg-dark {
    background-color: #1e2835 !important
}

.text-dark {
    color: #1e2835 !important
}

.bg-blue,
.blue {
    background-color: #0081FF !important
}

.text-blue {
    color: #0081FF !important
}

.bg-indigo,
.indigo {
    background-color: #5e5ce6 !important
}

.text-indigo {
    color: #5e5ce6 !important
}

.bg-purple,
.purple {
    background-color: #7367F0 !important
}

.text-purple {
    color: #7367F0 !important
}

.bg-pink,
.pink {
    background-color: #ff375f !important
}

.text-pink {
    color: #ff375f !important
}

.bg-red,
.red {
    background-color: #FF3D57 !important
}

.text-red {
    color: #FF3D57 !important
}

.bg-orange,
.orange {
    background-color: #FF8A48 !important
}

.text-orange {
    color: #FF8A48 !important
}

.bg-yellow,
.yellow {
    background-color: #FDBF5E !important
}

.text-yellow {
    color: #FDBF5E !important
}

.bg-green,
.green {
    background-color: #09B66D !important
}

.text-green {
    color: #09B66D !important
}

.bg-slate,
.slate {
    background-color: #242939 !important
}

.text-slate {
    color: #242939 !important
}

.bg-white,
.white {
    background-color: #fff !important
}

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

.bg-facebook,
.facebook {
    background-color: #3765c9 !important
}

.text-facebook {
    color: #3765c9 !important
}

.bg-google,
.google {
    background-color: #ec412c !important
}

.text-google {
    color: #ec412c !important
}

.bg-twitter,
.twitter {
    background-color: #039ff5 !important
}

.text-twitter {
    color: #039ff5 !important
}

.blue-50 {
    background-color: rgba(0, 129, 255, .05) !important
}

.blue-100 {
    background-color: rgba(0, 129, 255, .1) !important
}

.blue-200 {
    background-color: rgba(0, 129, 255, .2) !important
}

.blue-300 {
    background-color: rgba(0, 129, 255, .4) !important
}

.blue-400 {
    background-color: rgba(0, 129, 255, .8) !important
}

.blue-500 {
    background-color: #0081FF !important
}

.blue-600 {
    background-color: #0067cc !important
}

.blue-700 {
    background-color: #004d99 !important
}

.blue-800 {
    background-color: #003466 !important
}

.blue-900 {
    background-color: #001a33 !important
}

.indigo-50 {
    background-color: rgba(94, 92, 230, .05) !important
}

.indigo-100 {
    background-color: rgba(94, 92, 230, .1) !important
}

.indigo-200 {
    background-color: rgba(94, 92, 230, .2) !important
}

.indigo-300 {
    background-color: rgba(94, 92, 230, .4) !important
}

.indigo-400 {
    background-color: rgba(94, 92, 230, .8) !important
}

.indigo-500 {
    background-color: #5e5ce6 !important
}

.indigo-600 {
    background-color: #3230df !important
}

.indigo-700 {
    background-color: #201dbf !important
}

.indigo-800 {
    background-color: #181693 !important
}

.indigo-900 {
    background-color: #111066 !important
}

.purple-50 {
    background-color: rgba(115, 103, 240, .05) !important
}

.purple-100 {
    background-color: rgba(115, 103, 240, .1) !important
}

.purple-200 {
    background-color: rgba(115, 103, 240, .2) !important
}

.purple-300 {
    background-color: rgba(115, 103, 240, .4) !important
}

.purple-400 {
    background-color: rgba(115, 103, 240, .8) !important
}

.purple-500 {
    background-color: #7367F0 !important
}

.purple-600 {
    background-color: #4839eb !important
}

.purple-700 {
    background-color: #2716db !important
}

.purple-800 {
    background-color: #1f11ad !important
}

.purple-900 {
    background-color: #160c7f !important
}

.pink-50 {
    background-color: rgba(255, 55, 95, .05) !important
}

.pink-100 {
    background-color: rgba(255, 55, 95, .1) !important
}

.pink-200 {
    background-color: rgba(255, 55, 95, .2) !important
}

.pink-300 {
    background-color: rgba(255, 55, 95, .4) !important
}

.pink-400 {
    background-color: rgba(255, 55, 95, .8) !important
}

.pink-500 {
    background-color: #ff375f !important
}

.pink-600 {
    background-color: #ff0436 !important
}

.pink-700 {
    background-color: #d0002a !important
}

.pink-800 {
    background-color: #9d001f !important
}

.pink-900 {
    background-color: #6a0015 !important
}

.red-50 {
    background-color: rgba(255, 61, 87, .05) !important
}

.red-100 {
    background-color: rgba(255, 61, 87, .1) !important
}

.red-200 {
    background-color: rgba(255, 61, 87, .2) !important
}

.red-300 {
    background-color: rgba(255, 61, 87, .4) !important
}

.red-400 {
    background-color: rgba(255, 61, 87, .8) !important
}

.red-500 {
    background-color: #FF3D57 !important
}

.red-600 {
    background-color: #ff0a2b !important
}

.red-700 {
    background-color: #d6001d !important
}

.red-800 {
    background-color: #a30016 !important
}

.red-900 {
    background-color: #70000f !important
}

.orange-50 {
    background-color: rgba(255, 138, 72, .05) !important
}

.orange-100 {
    background-color: rgba(255, 138, 72, .1) !important
}

.orange-200 {
    background-color: rgba(255, 138, 72, .2) !important
}

.orange-300 {
    background-color: rgba(255, 138, 72, .4) !important
}

.orange-400 {
    background-color: rgba(255, 138, 72, .8) !important
}

.orange-500 {
    background-color: #FF8A48 !important
}

.orange-600 {
    background-color: #ff6915 !important
}

.orange-700 {
    background-color: #e15100 !important
}

.orange-800 {
    background-color: #ae3f00 !important
}

.orange-900 {
    background-color: #7b2c00 !important
}

.yellow-50 {
    background-color: rgba(253, 191, 94, .05) !important
}

.yellow-100 {
    background-color: rgba(253, 191, 94, .1) !important
}

.yellow-200 {
    background-color: rgba(253, 191, 94, .2) !important
}

.yellow-300 {
    background-color: rgba(253, 191, 94, .4) !important
}

.yellow-400 {
    background-color: rgba(253, 191, 94, .8) !important
}

.yellow-500 {
    background-color: #FDBF5E !important
}

.yellow-600 {
    background-color: #fcab2c !important
}

.yellow-700 {
    background-color: #f29503 !important
}

.yellow-800 {
    background-color: #c07602 !important
}

.yellow-900 {
    background-color: #8d5702 !important
}

.green-50 {
    background-color: rgba(9, 182, 109, .05) !important
}

.green-100 {
    background-color: rgba(9, 182, 109, .1) !important
}

.green-200 {
    background-color: rgba(9, 182, 109, .2) !important
}

.green-300 {
    background-color: rgba(9, 182, 109, .4) !important
}

.green-400 {
    background-color: rgba(9, 182, 109, .8) !important
}

.green-500 {
    background-color: #09B66D !important
}

.green-600 {
    background-color: #078550 !important
}

.green-700 {
    background-color: #045533 !important
}

.green-800 {
    background-color: #022416 !important
}

.green-900 {
    background-color: #000 !important
}

.slate-50 {
    background-color: rgba(36, 41, 57, .05) !important
}

.slate-100 {
    background-color: rgba(36, 41, 57, .1) !important
}

.slate-200 {
    background-color: rgba(36, 41, 57, .2) !important
}

.slate-300 {
    background-color: rgba(36, 41, 57, .4) !important
}

.slate-400 {
    background-color: rgba(36, 41, 57, .8) !important
}

.slate-500 {
    background-color: #242939 !important
}

.slate-600 {
    background-color: #10131a !important
}

.slate-700,
.slate-800,
.slate-900 {
    background-color: #000 !important
}

.white-50 {
    background-color: rgba(255, 255, 255, .05) !important
}

.white-100 {
    background-color: rgba(255, 255, 255, .1) !important
}

.white-200 {
    background-color: rgba(255, 255, 255, .2) !important
}

.white-300 {
    background-color: rgba(255, 255, 255, .4) !important
}

.white-400 {
    background-color: rgba(255, 255, 255, .8) !important
}

.white-500 {
    background-color: #fff !important
}

.white-600 {
    background-color: #e6e6e6 !important
}

.white-700 {
    background-color: #ccc !important
}

.white-800 {
    background-color: #b3b3b3 !important
}

.white-900 {
    background-color: #999 !important
}

.bg-card {
    background-color: #fff !important
}

.bg-body {
    background-color: #F2F4F4 !important
}

.m-xxxs {
    margin: .0625rem !important
}

.mr-xxs,
.mx-xxs {
    margin-right: .125rem !important
}

.mt-xxs,
.my-xxs {
    margin-top: .125rem !important
}

.mb-xxs,
.my-xxs {
    margin-bottom: .125rem !important
}

.p-xxxs {
    padding: .0625rem !important
}

.pl-xxs,
.px-xxs {
    padding-left: .125rem !important
}

.pr-xxs,
.px-xxs {
    padding-right: .125rem !important
}

.pt-xxs,
.py-xxs {
    padding-top: .125rem !important
}

.pb-xxs,
.py-xxs {
    padding-bottom: .125rem !important
}

.m-xxs {
    margin: .125rem !important
}

.ml-xxs,
.mx-xxs {
    margin-left: .125rem !important
}

.ml-xs,
.mx-xs {
    margin-left: .25rem !important
}

.mr-xs,
.mx-xs {
    margin-right: .25rem !important
}

.mt-xs,
.my-xs {
    margin-top: .25rem !important
}

.mb-xs,
.my-xs {
    margin-bottom: .25rem !important
}

.p-xxs {
    padding: .125rem !important
}

.pl-xs,
.px-xs {
    padding-left: .25rem !important
}

.pr-xs,
.px-xs {
    padding-right: .25rem !important
}

.pt-xs,
.py-xs {
    padding-top: .25rem !important
}

.pb-xs,
.py-xs {
    padding-bottom: .25rem !important
}

.m-xs {
    margin: .25rem !important
}

.ml-sm,
.mx-sm {
    margin-left: .5rem !important
}

.mr-sm,
.mx-sm {
    margin-right: .5rem !important
}

.mt-sm,
.my-sm {
    margin-top: .5rem !important
}

.mb-sm,
.my-sm {
    margin-bottom: .5rem !important
}

.p-xs {
    padding: .25rem !important
}

.pl-sm,
.px-sm {
    padding-left: .5rem !important
}

.pr-sm,
.px-sm {
    padding-right: .5rem !important
}

.pt-sm,
.py-sm {
    padding-top: .5rem !important
}

.pb-sm,
.py-sm {
    padding-bottom: .5rem !important
}

.m-sm {
    margin: .5rem !important
}

.ml-md,
.mx-md {
    margin-left: 1rem !important
}

.mr-md,
.mx-md {
    margin-right: 1rem !important
}

.mt-md,
.my-md {
    margin-top: 1rem !important
}

.mb-md,
.my-md {
    margin-bottom: 1rem !important
}

.p-sm {
    padding: .5rem !important
}

.pl-md,
.px-md {
    padding-left: 1rem !important
}

.pr-md,
.px-md {
    padding-right: 1rem !important
}

.pt-md,
.py-md {
    padding-top: 1rem !important
}

.pb-md,
.py-md {
    padding-bottom: 1rem !important
}

.m-md {
    margin: 1rem !important
}

.ml-lg,
.mx-lg {
    margin-left: 1.5rem !important
}

.mr-lg,
.mx-lg {
    margin-right: 1.5rem !important
}

.mt-lg,
.my-lg {
    margin-top: 1.5rem !important
}

.mb-lg,
.my-lg {
    margin-bottom: 1.5rem !important
}

.p-md {
    padding: 1rem !important
}

.pl-lg,
.px-lg {
    padding-left: 1.5rem !important
}

.pr-lg,
.px-lg {
    padding-right: 1.5rem !important
}

.pt-lg,
.py-lg {
    padding-top: 1.5rem !important
}

.pb-lg,
.py-lg {
    padding-bottom: 1.5rem !important
}

.m-lg {
    margin: 1.5rem !important
}

.ml-xl,
.mx-xl {
    margin-left: 2rem !important
}

.mr-xl,
.mx-xl {
    margin-right: 2rem !important
}

.mt-xl,
.my-xl {
    margin-top: 2rem !important
}

.mb-xl,
.my-xl {
    margin-bottom: 2rem !important
}

.p-lg {
    padding: 1.5rem !important
}

.pl-xl,
.px-xl {
    padding-left: 2rem !important
}

.pr-xl,
.px-xl {
    padding-right: 2rem !important
}

.pt-xl,
.py-xl {
    padding-top: 2rem !important
}

.pb-xl,
.py-xl {
    padding-bottom: 2rem !important
}

.m-xl {
    margin: 2rem !important
}

.ml-xxl,
.mx-xxl {
    margin-left: 2.5rem !important
}

.mr-xxl,
.mx-xxl {
    margin-right: 2.5rem !important
}

.mt-xxl,
.my-xxl {
    margin-top: 2.5rem !important
}

.mb-xxl,
.my-xxl {
    margin-bottom: 2.5rem !important
}

.p-xl {
    padding: 2rem !important
}

.pl-xxl,
.px-xxl {
    padding-left: 2.5rem !important
}

.pr-xxl,
.px-xxl {
    padding-right: 2.5rem !important
}

.pt-xxl,
.py-xxl {
    padding-top: 2.5rem !important
}

.pb-xxl,
.py-xxl {
    padding-bottom: 2.5rem !important
}

.m-xxl {
    margin: 2.5rem !important
}

.ml-xxxl,
.mx-xxxl {
    margin-left: 3rem !important
}

.mr-xxxl,
.mx-xxxl {
    margin-right: 3rem !important
}

.mt-xxxl,
.my-xxxl {
    margin-top: 3rem !important
}

.mb-xxxl,
.my-xxxl {
    margin-bottom: 3rem !important
}

.p-xxl {
    padding: 2.5rem !important
}

.pl-xxxl,
.px-xxxl {
    padding-left: 3rem !important
}

.pr-xxxl,
.px-xxxl {
    padding-right: 3rem !important
}

.pt-xxxl,
.py-xxxl {
    padding-top: 3rem !important
}

.pb-xxxl,
.py-xxxl {
    padding-bottom: 3rem !important
}

.m-xxxl {
    margin: 3rem !important
}

.ml--xxxs,
.mx--xxxs {
    margin-left: -.0625rem !important
}

.mr--xxxs,
.mx--xxxs {
    margin-right: -.0625rem !important
}

.mt--xxxs,
.my--xxxs {
    margin-top: -.0625rem !important
}

.mb--xxxs,
.my--xxxs {
    margin-bottom: -.0625rem !important
}

.p-xxxl {
    padding: 3rem !important
}

.m--xxxs {
    margin: -.0625rem !important
}

.ml--xxs,
.mx--xxs {
    margin-left: -.125rem !important
}

.mr--xxs,
.mx--xxs {
    margin-right: -.125rem !important
}

.mt--xxs,
.my--xxs {
    margin-top: -.125rem !important
}

.mb--xxs,
.my--xxs {
    margin-bottom: -.125rem !important
}

.m--xxs {
    margin: -.125rem !important
}

.ml--xs,
.mx--xs {
    margin-left: -.25rem !important
}

.mr--xs,
.mx--xs {
    margin-right: -.25rem !important
}

.mt--xs,
.my--xs {
    margin-top: -.25rem !important
}

.mb--xs,
.my--xs {
    margin-bottom: -.25rem !important
}

.m--xs {
    margin: -.25rem !important
}

.ml--sm,
.mx--sm {
    margin-left: -.5rem !important
}

.mr--sm,
.mx--sm {
    margin-right: -.5rem !important
}

.mt--sm,
.my--sm {
    margin-top: -.5rem !important
}

.mb--sm,
.my--sm {
    margin-bottom: -.5rem !important
}

.m--sm {
    margin: -.5rem !important
}

.ml--md,
.mx--md {
    margin-left: -1rem !important
}

.mr--md,
.mx--md {
    margin-right: -1rem !important
}

.mt--md,
.my--md {
    margin-top: -1rem !important
}

.mb--md,
.my--md {
    margin-bottom: -1rem !important
}

.m--md {
    margin: -1rem !important
}

.ml--lg,
.mx--lg {
    margin-left: -1.5rem !important
}

.mr--lg,
.mx--lg {
    margin-right: -1.5rem !important
}

.mt--lg,
.my--lg {
    margin-top: -1.5rem !important
}

.mb--lg,
.my--lg {
    margin-bottom: -1.5rem !important
}

.m--lg {
    margin: -1.5rem !important
}

.ml--xl,
.mx--xl {
    margin-left: -2rem !important
}

.mr--xl,
.mx--xl {
    margin-right: -2rem !important
}

.mt--xl,
.my--xl {
    margin-top: -2rem !important
}

.mb--xl,
.my--xl {
    margin-bottom: -2rem !important
}

.m--xl {
    margin: -2rem !important
}

.ml--xxl,
.mx--xxl {
    margin-left: -2.5rem !important
}

.mr--xxl,
.mx--xxl {
    margin-right: -2.5rem !important
}

.mt--xxl,
.my--xxl {
    margin-top: -2.5rem !important
}

.mb--xxl,
.my--xxl {
    margin-bottom: -2.5rem !important
}

.m--xxl {
    margin: -2.5rem !important
}

.ml--xxxl,
.mx--xxxl {
    margin-left: -3rem !important
}

.mr--xxxl,
.mx--xxxl {
    margin-right: -3rem !important
}

.mt--xxxl,
.my--xxxl {
    margin-top: -3rem !important
}

.mb--xxxl,
.my--xxxl {
    margin-bottom: -3rem !important
}

.m--xxxl {
    margin: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.border-primary {
    border-color: #0081FF !important
}

.border-secondary {
    border-color: #304156 !important
}

.border-success {
    border-color: #09B66D !important
}

.border-info {
    border-color: #5e5ce6 !important
}

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

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

.border-light {
    border-color: #73808c !important
}

.border-dark {
    border-color: #1e2835 !important
}

.ul-divider {
    display: block;
    margin: 0;
    border-bottom: 1px solid #F0F1F2
}

.ul-divider-white {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ul-divider-2 {
    width: 100%;
    border-bottom: 1px solid #E7EDF3
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.ul-icon-box-1 {
    width: 12rem;
    height: 12rem;
    background-image: url(../images/illustrations/backgrounds/icon-bg-1.svg);
    background-position: 50% 70%;
    background-size: 75%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.ul-icon-box-animate-onhover .bg-group img {
    opacity: 0;
    transition: opacity .15s ease-in
}

.ul-icon-box-animate-onhover:hover .bg-group img {
    opacity: 1
}

.ul-icon-box {
    position: relative;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.ul-icon-box .bg-group {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .22;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1
}

.ul-icon-box .bg-group.ul-animate.fallingLeaves img {
    animation: fallingLeaves 4s infinite linear
}

.ul-icon-box .bg-group.ul-animate.fallingClouds img {
    animation: fallingClouds 2s infinite linear
}

.ul-icon-box .bg-group.ul-animate img {
    top: -10% !important
}

.ul-icon-box .bg-group.ul-animate img:nth-child(n) {
    animation-delay: 0s
}

.ul-icon-box .bg-group.ul-animate img:nth-child(2n) {
    animation-delay: .6s
}

.ul-icon-box .bg-group.ul-animate img:nth-child(3n) {
    animation-delay: 1.2s
}

.ul-icon-box .bg-group.ul-animate img:nth-child(4n) {
    animation-delay: 1.8s
}

.ul-icon-box .bg-group.ul-animate img:nth-child(5n) {
    animation-delay: 2.4s
}

.ul-icon-box .bg-group.ul-animate img:nth-child(6n) {
    animation-delay: 3s
}

.ul-icon-box .bg-group img {
    position: absolute;
    width: auto
}

.ul-icon-box .bg-group img:nth-child(1) {
    top: 30%;
    right: 20%
}

.ul-icon-box .bg-group img:nth-child(2) {
    top: 6%;
    left: 45%
}

.ul-icon-box .bg-group img:nth-child(3) {
    top: 43%;
    right: 70%
}

.ul-icon-box .bg-group img:nth-child(4) {
    top: 60%;
    right: 40%
}

.ul-icon-box .bg-group img:nth-child(5) {
    top: 65%;
    right: 20%
}

.ul-icon-box .bg-group img:nth-child(6) {
    bottom: 15%;
    right: 50%
}

.ul-icon-box .bg-group i {
    z-index: 3
}

.shadow-1dp {
    box-shadow: 0 2px 1px -1px rgba(47, 60, 74, .12), 0 1px 1px 0 rgba(47, 60, 74, .08), 0 1px 3px 0 rgba(47, 60, 74, .06)
}

.nav-pills .nav-link,
.shadow-2dp {
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06)
}

.shadow-3dp,
.subheader-fixed .subheader {
    box-shadow: 0 10px 30px 0 rgba(47, 60, 74, .08)
}

.shadow-4dp {
    box-shadow: 0 2px 4px -1px rgba(47, 60, 74, .12), 0 4px 5px 0 rgba(47, 60, 74, .08), 0 1px 10px 0 rgba(47, 60, 74, .06)
}

.shadow-6dp {
    box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05)
}

.shadow-8dp {
    box-shadow: 0 8px 32px rgba(47, 60, 74, .13), 0 8px 16px rgba(47, 60, 74, .05)
}

.shadow-16dp,
.shadow-24dp {
    box-shadow: 0 0 50px rgba(47, 60, 74, .15), 0 12px 24px rgba(47, 60, 74, .05)
}

.shadow-button,
.switch .slider:before {
    box-shadow: 0 5px 15px rgba(47, 60, 74, .15), 0 15px 40px rgba(47, 60, 74, .2)
}

.shadow-button-hover {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2)
}

.shadow-1dp-primary {
    box-shadow: 0 2px 1px -1px rgba(0, 129, 255, .12), 0 1px 1px 0 rgba(0, 129, 255, .08), 0 1px 3px 0 rgba(0, 129, 255, .06)
}

.shadow-2dp-primary {
    box-shadow: 0 3px 1px -2px rgba(0, 129, 255, .12), 0 2px 2px 0 rgba(0, 129, 255, .08), 0 1px 5px 0 rgba(0, 129, 255, .06)
}

.shadow-3dp-primary {
    box-shadow: 0 10px 30px 0 rgba(0, 129, 255, .08)
}

.shadow-4dp-primary {
    box-shadow: 0 2px 4px -1px rgba(0, 129, 255, .12), 0 4px 5px 0 rgba(0, 129, 255, .08), 0 1px 10px 0 rgba(0, 129, 255, .06)
}

.shadow-6dp-primary {
    box-shadow: 0 8px 32px rgba(0, 129, 255, .1), 0 8px 16px rgba(0, 129, 255, .05)
}

.shadow-8dp-primary {
    box-shadow: 0 8px 32px rgba(0, 129, 255, .13), 0 8px 16px rgba(0, 129, 255, .05)
}

.shadow-16dp-primary,
.shadow-24dp-primary {
    box-shadow: 0 0 50px rgba(0, 129, 255, .15), 0 12px 24px rgba(0, 129, 255, .05)
}

.shadow-1dp-secondary {
    box-shadow: 0 2px 1px -1px rgba(48, 65, 86, .12), 0 1px 1px 0 rgba(48, 65, 86, .08), 0 1px 3px 0 rgba(48, 65, 86, .06)
}

.shadow-2dp-secondary {
    box-shadow: 0 3px 1px -2px rgba(48, 65, 86, .12), 0 2px 2px 0 rgba(48, 65, 86, .08), 0 1px 5px 0 rgba(48, 65, 86, .06)
}

.shadow-3dp-secondary {
    box-shadow: 0 10px 30px 0 rgba(48, 65, 86, .08)
}

.shadow-4dp-secondary {
    box-shadow: 0 2px 4px -1px rgba(48, 65, 86, .12), 0 4px 5px 0 rgba(48, 65, 86, .08), 0 1px 10px 0 rgba(48, 65, 86, .06)
}

.shadow-6dp-secondary {
    box-shadow: 0 8px 32px rgba(48, 65, 86, .1), 0 8px 16px rgba(48, 65, 86, .05)
}

.shadow-8dp-secondary {
    box-shadow: 0 8px 32px rgba(48, 65, 86, .13), 0 8px 16px rgba(48, 65, 86, .05)
}

.shadow-16dp-secondary,
.shadow-24dp-secondary {
    box-shadow: 0 0 50px rgba(48, 65, 86, .15), 0 12px 24px rgba(48, 65, 86, .05)
}

.shadow-1dp-success {
    box-shadow: 0 2px 1px -1px rgba(9, 182, 109, .12), 0 1px 1px 0 rgba(9, 182, 109, .08), 0 1px 3px 0 rgba(9, 182, 109, .06)
}

.shadow-2dp-success {
    box-shadow: 0 3px 1px -2px rgba(9, 182, 109, .12), 0 2px 2px 0 rgba(9, 182, 109, .08), 0 1px 5px 0 rgba(9, 182, 109, .06)
}

.shadow-3dp-success {
    box-shadow: 0 10px 30px 0 rgba(9, 182, 109, .08)
}

.shadow-4dp-success {
    box-shadow: 0 2px 4px -1px rgba(9, 182, 109, .12), 0 4px 5px 0 rgba(9, 182, 109, .08), 0 1px 10px 0 rgba(9, 182, 109, .06)
}

.shadow-6dp-success {
    box-shadow: 0 8px 32px rgba(9, 182, 109, .1), 0 8px 16px rgba(9, 182, 109, .05)
}

.shadow-8dp-success {
    box-shadow: 0 8px 32px rgba(9, 182, 109, .13), 0 8px 16px rgba(9, 182, 109, .05)
}

.shadow-16dp-success,
.shadow-24dp-success {
    box-shadow: 0 0 50px rgba(9, 182, 109, .15), 0 12px 24px rgba(9, 182, 109, .05)
}

.shadow-1dp-info {
    box-shadow: 0 2px 1px -1px rgba(94, 92, 230, .12), 0 1px 1px 0 rgba(94, 92, 230, .08), 0 1px 3px 0 rgba(94, 92, 230, .06)
}

.shadow-2dp-info {
    box-shadow: 0 3px 1px -2px rgba(94, 92, 230, .12), 0 2px 2px 0 rgba(94, 92, 230, .08), 0 1px 5px 0 rgba(94, 92, 230, .06)
}

.shadow-3dp-info {
    box-shadow: 0 10px 30px 0 rgba(94, 92, 230, .08)
}

.shadow-4dp-info {
    box-shadow: 0 2px 4px -1px rgba(94, 92, 230, .12), 0 4px 5px 0 rgba(94, 92, 230, .08), 0 1px 10px 0 rgba(94, 92, 230, .06)
}

.shadow-6dp-info {
    box-shadow: 0 8px 32px rgba(94, 92, 230, .1), 0 8px 16px rgba(94, 92, 230, .05)
}

.shadow-8dp-info {
    box-shadow: 0 8px 32px rgba(94, 92, 230, .13), 0 8px 16px rgba(94, 92, 230, .05)
}

.shadow-16dp-info,
.shadow-24dp-info {
    box-shadow: 0 0 50px rgba(94, 92, 230, .15), 0 12px 24px rgba(94, 92, 230, .05)
}

.shadow-1dp-warning {
    box-shadow: 0 2px 1px -1px rgba(255, 138, 72, .12), 0 1px 1px 0 rgba(255, 138, 72, .08), 0 1px 3px 0 rgba(255, 138, 72, .06)
}

.shadow-2dp-warning {
    box-shadow: 0 3px 1px -2px rgba(255, 138, 72, .12), 0 2px 2px 0 rgba(255, 138, 72, .08), 0 1px 5px 0 rgba(255, 138, 72, .06)
}

.shadow-3dp-warning {
    box-shadow: 0 10px 30px 0 rgba(255, 138, 72, .08)
}

.shadow-4dp-warning {
    box-shadow: 0 2px 4px -1px rgba(255, 138, 72, .12), 0 4px 5px 0 rgba(255, 138, 72, .08), 0 1px 10px 0 rgba(255, 138, 72, .06)
}

.shadow-6dp-warning {
    box-shadow: 0 8px 32px rgba(255, 138, 72, .1), 0 8px 16px rgba(255, 138, 72, .05)
}

.shadow-8dp-warning {
    box-shadow: 0 8px 32px rgba(255, 138, 72, .13), 0 8px 16px rgba(255, 138, 72, .05)
}

.shadow-16dp-warning,
.shadow-24dp-warning {
    box-shadow: 0 0 50px rgba(255, 138, 72, .15), 0 12px 24px rgba(255, 138, 72, .05)
}

.shadow-1dp-danger {
    box-shadow: 0 2px 1px -1px rgba(255, 61, 87, .12), 0 1px 1px 0 rgba(255, 61, 87, .08), 0 1px 3px 0 rgba(255, 61, 87, .06)
}

.shadow-2dp-danger {
    box-shadow: 0 3px 1px -2px rgba(255, 61, 87, .12), 0 2px 2px 0 rgba(255, 61, 87, .08), 0 1px 5px 0 rgba(255, 61, 87, .06)
}

.shadow-3dp-danger {
    box-shadow: 0 10px 30px 0 rgba(255, 61, 87, .08)
}

.shadow-4dp-danger {
    box-shadow: 0 2px 4px -1px rgba(255, 61, 87, .12), 0 4px 5px 0 rgba(255, 61, 87, .08), 0 1px 10px 0 rgba(255, 61, 87, .06)
}

.shadow-6dp-danger {
    box-shadow: 0 8px 32px rgba(255, 61, 87, .1), 0 8px 16px rgba(255, 61, 87, .05)
}

.shadow-8dp-danger {
    box-shadow: 0 8px 32px rgba(255, 61, 87, .13), 0 8px 16px rgba(255, 61, 87, .05)
}

.shadow-16dp-danger,
.shadow-24dp-danger {
    box-shadow: 0 0 50px rgba(255, 61, 87, .15), 0 12px 24px rgba(255, 61, 87, .05)
}

.shadow-1dp-light {
    box-shadow: 0 2px 1px -1px rgba(115, 128, 140, .12), 0 1px 1px 0 rgba(115, 128, 140, .08), 0 1px 3px 0 rgba(115, 128, 140, .06)
}

.shadow-2dp-light {
    box-shadow: 0 3px 1px -2px rgba(115, 128, 140, .12), 0 2px 2px 0 rgba(115, 128, 140, .08), 0 1px 5px 0 rgba(115, 128, 140, .06)
}

.shadow-3dp-light {
    box-shadow: 0 10px 30px 0 rgba(115, 128, 140, .08)
}

.shadow-4dp-light {
    box-shadow: 0 2px 4px -1px rgba(115, 128, 140, .12), 0 4px 5px 0 rgba(115, 128, 140, .08), 0 1px 10px 0 rgba(115, 128, 140, .06)
}

.shadow-6dp-light {
    box-shadow: 0 8px 32px rgba(115, 128, 140, .1), 0 8px 16px rgba(115, 128, 140, .05)
}

.shadow-8dp-light {
    box-shadow: 0 8px 32px rgba(115, 128, 140, .13), 0 8px 16px rgba(115, 128, 140, .05)
}

.shadow-16dp-light,
.shadow-24dp-light {
    box-shadow: 0 0 50px rgba(115, 128, 140, .15), 0 12px 24px rgba(115, 128, 140, .05)
}

.shadow-1dp-dark {
    box-shadow: 0 2px 1px -1px rgba(30, 40, 53, .12), 0 1px 1px 0 rgba(30, 40, 53, .08), 0 1px 3px 0 rgba(30, 40, 53, .06)
}

.shadow-2dp-dark {
    box-shadow: 0 3px 1px -2px rgba(30, 40, 53, .12), 0 2px 2px 0 rgba(30, 40, 53, .08), 0 1px 5px 0 rgba(30, 40, 53, .06)
}

.shadow-3dp-dark {
    box-shadow: 0 10px 30px 0 rgba(30, 40, 53, .08)
}

.shadow-4dp-dark {
    box-shadow: 0 2px 4px -1px rgba(30, 40, 53, .12), 0 4px 5px 0 rgba(30, 40, 53, .08), 0 1px 10px 0 rgba(30, 40, 53, .06)
}

.shadow-6dp-dark {
    box-shadow: 0 8px 32px rgba(30, 40, 53, .1), 0 8px 16px rgba(30, 40, 53, .05)
}

.shadow-8dp-dark {
    box-shadow: 0 8px 32px rgba(30, 40, 53, .13), 0 8px 16px rgba(30, 40, 53, .05)
}

.shadow-16dp-dark,
.shadow-24dp-dark {
    box-shadow: 0 0 50px rgba(30, 40, 53, .15), 0 12px 24px rgba(30, 40, 53, .05)
}

.avatar-md {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 50%
}

.avatar-sm {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 50%
}

.avatar-xs {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    border-radius: 50%
}

.avatar-xxs {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px
}

.avatar-rectangle-md {
    width: 60px;
    min-width: 60px;
    height: 35px;
    min-height: 35px
}

.avatar-md-lg {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px
}

.avatar-xl {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px
}

.avatar-xxl {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px
}

.avatar-lg {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    border-radius: 50%
}

.avatar-group {
    justify-content: flex-start;
    margin-left: 13px
}

.avatar-group .badge,
.avatar-group img {
    margin-left: -13px
}

.avatar-group img {
    border: 2px solid #fff
}

.avatar-thumbnail {
    width: 200px;
    height: auto;
    max-width: 200px;
    max-height: auto
}

.flex-1 {
    flex: 1
}

.card .card-header,
.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-item {
    align-items: center
}

.hover-gray {
    transition: all .2s ease-in-out
}

.accordion .card-header .i-arrow,
.btn,
.btn.btn-link::after,
.custom-file-control::before,
.input-group-text {
    transition: all .2s ease-in-out !important
}

.opacity-0 {
    opacity: 0
}

.opacity-01 {
    opacity: .1
}

.modal-backdrop.show,
.opacity-02 {
    opacity: .2
}

.opacity-03 {
    opacity: .3
}

.opacity-04 {
    opacity: .4
}

.opacity-05 {
    opacity: .5
}

.opacity-06 {
    opacity: .6
}

.opacity-07 {
    opacity: .7
}

.opacity-08 {
    opacity: .8
}

.opacity-09 {
    opacity: .9
}

.opacity-1,
.slider .tooltip.in,
.tooltip.show {
    opacity: 1
}

.show-on-load {
    opacity: 0
}

.z-index-deepdive {
    z-index: -99999
}

.z-index-dive {
    z-index: -1
}

.z-index-default {
    z-index: 1
}

.z-index-anchor {
    z-index: 3
}

.z-index-docked {
    z-index: 4
}

.z-index-sticky {
    z-index: 100
}

.z-index-dialog {
    z-index: 6000
}

.z-index-dropdown {
    z-index: 7000
}

.z-index-modal {
    z-index: 9000
}

.z-index-overlay {
    z-index: 8000
}

.z-index-popup {
    z-index: 5000
}

.z-index-reminder {
    z-index: 8500
}

.z-index-spinner {
    z-index: 9050
}

.z-index-toast {
    z-index: 10000
}

.z-index-sidebar {
    z-index: 99999
}

.z-index-aside {
    z-index: 999999
}

.alert {
    position: relative;
    padding: 1rem 1.5rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert .alert-link {
    color: #E7EDF3
}

.alert .close {
    position: absolute;
    right: .8rem
}

.alert.alert-primary {
    background-color: #0081FF;
    color: #fff
}

.alert.alert-secondary {
    background-color: #304156;
    color: #fff
}

.alert.alert-success {
    background-color: #09B66D;
    color: #fff
}

.alert.alert-info {
    background-color: #5e5ce6;
    color: #fff
}

.alert.alert-warning {
    background-color: #FF8A48;
    color: #fff
}

.alert.alert-danger {
    background-color: #FF3D57;
    color: #fff
}

.alert.alert-light {
    background-color: #73808c;
    color: #fff
}

.alert.alert-dark {
    background-color: #1e2835;
    color: #fff
}

.card {
    border: 0;
    box-shadow: 0 8px 32px rgba(47, 60, 74, .01), 0 8px 16px rgba(47, 60, 74, .02)
}

.card .card-header {
    display: flex;
    padding: 1rem 1.5rem;
    background: 0 0
}

.card .card-footer {
    background: 0 0
}

.card .card-footer,
.card .card-header {
    border-color: #F2F4F4
}

.image-bg {
    overflow: hidden
}

.image-bg .image-bg-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.image-bg .image-bg-content .image-bg-footer h4 {
    margin: 0 0 1rem
}

.apexcharts-legend.position-bottom .apexcharts-legend-series,
.apexcharts-legend.position-top .apexcharts-legend-series {
    display: flex !important
}

.apexcharts-legend-text {
    color: #828D99 !important
}

.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
    fill: #828D99
}

.apexcharts-tooltip,
.apexcharts-tooltip-title,
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    color: #304156 !important;
    background-color: #fff !important;
    border-color: #F0F1F2 !important
}

.apexcharts-tooltip,
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06) !important
}

.apexcharts-gridlines-horizontal line {
    stroke: #B3C0CE !important
}

.apexcharts-series-markers .apexcharts-marker {
    stroke: #fff !important;
    fill: #0081FF !important
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #fff !important
}

.apexcharts-pie-series .apexcharts-pie-area {
    stroke: transparent !important
}

.accordion .card {
    margin-bottom: 1rem;
    border-radius: .25rem !important
}

.accordion .card-header {
    cursor: pointer
}

.accordion .card-header .i-arrow {
    transform: rotate(0)
}

.accordion .card-header[aria-expanded=true] .i-arrow {
    transform: rotate(-90deg)
}

.breadcrumb {
    background-color: #F2F4F4
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/"
}

.ul-breadcrumb {
    display: flex
}

.ul-breadcrumb .ul-breadcrumb-items {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-home {
    margin-right: .5rem
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-home a {
    display: flex
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-home i {
    font-size: 1.25rem;
    color: #828D99
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-home i:hover {
    color: #0067cc
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-item a {
    color: #828D99;
    display: inline-block
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-item a:hover {
    color: #0067cc
}

.ul-breadcrumb .ul-breadcrumb-items .breadcrumb-item::before {
    padding: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: " ";
    vertical-align: middle;
    background: #828D99;
    margin-right: .5rem
}

.btn[type=button],
.custom-file-control[type=button]::before,
html [type=button] {
    -webkit-appearance: none !important
}

.btn:hover,
.custom-file-control:hover::before {
    background-color: #F2F4F4;
    border-color: #F2F4F4
}

.active.custom-file-control:focus::before,
.active.custom-file-control:hover::before,
.active.focus.custom-file-control::before,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.custom-file-control:active.focus::before,
.custom-file-control:active:focus::before,
.custom-file-control:active:hover::before,
.open>.btn.dropdown-toggle.focus,
.open>.btn.dropdown-toggle:focus,
.open>.btn.dropdown-toggle:hover,
.open>.dropdown-toggle.custom-file-control:focus::before,
.open>.dropdown-toggle.custom-file-control:hover::before,
.open>.dropdown-toggle.focus.custom-file-control::before {
    background-color: #F2F4F4
}

button .icon,
button [class*=" ti-"],
button [class^=ti-],
button i {
    font-size: .9375rem;
    margin-right: .4375rem
}

.btn,
.custom-file-control::before {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: .9375rem;
    letter-spacing: unset;
    text-transform: none;
    padding: .5625rem 1.5rem;
    border-radius: 5px;
    margin: 0
}

.btn-outline-primary.custom-file-control::before,
.btn-outline.btn-primary.custom-file-control::before,
.btn.btn-outline-primary,
.btn.btn-outline.btn-primary {
    color: #0081FF;
    background-color: transparent;
    border-color: #0081FF;
    box-shadow: none
}

.btn-outline-primary.custom-file-control:active::before,
.btn-outline-primary.custom-file-control:hover::before,
.btn-outline.btn-primary.custom-file-control:active::before,
.btn-outline.btn-primary.custom-file-control:hover::before,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline.btn-primary:active,
.btn.btn-outline.btn-primary:hover {
    color: #fff !important;
    background-color: #0081FF;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-primary.custom-file-control:focus::before,
.btn-outline.btn-primary.custom-file-control:focus::before,
.btn.btn-outline-primary:focus,
.btn.btn-outline.btn-primary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-primary.active.custom-file-control::before,
.btn-outline.btn-primary.active.custom-file-control::before,
.btn.btn-outline-primary.active,
.btn.btn-outline.btn-primary.active,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle,
.open>.btn.btn-outline.btn-primary.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-primary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-primary.dropdown-toggle,
.show>.btn.btn-outline.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0081FF !important;
    border-color: #0081FF !important
}

.btn-outline-primary.active.custom-file-control:focus::before,
.btn-outline-primary.active.custom-file-control:hover::before,
.btn-outline-primary.active.focus.custom-file-control::before,
.btn-outline.btn-primary.active.custom-file-control:focus::before,
.btn-outline.btn-primary.active.custom-file-control:hover::before,
.btn-outline.btn-primary.active.focus.custom-file-control::before,
.btn.btn-outline-primary.active.focus,
.btn.btn-outline-primary.active:focus,
.btn.btn-outline-primary.active:hover,
.btn.btn-outline.btn-primary.active.focus,
.btn.btn-outline.btn-primary.active:focus,
.btn.btn-outline.btn-primary.active:hover,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle.focus,
.open>.btn.btn-outline-primary.dropdown-toggle:focus,
.open>.btn.btn-outline-primary.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-primary.dropdown-toggle:hover,
.show>.btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-primary.dropdown-toggle.focus,
.show>.btn.btn-outline-primary.dropdown-toggle:focus,
.show>.btn.btn-outline-primary.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF
}

.open>.btn-outline-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-primary.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-primary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-primary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-primary.dropdown-toggle.btn-icon:hover {
    background-color: #0081FF
}

.btn-outline-primary.custom-file-control:disabled.focus::before,
.btn-outline-primary.custom-file-control:disabled:focus::before,
.btn-outline-primary.disabled.custom-file-control:focus::before,
.btn-outline-primary.disabled.focus.custom-file-control::before,
.btn-outline.btn-primary.custom-file-control:disabled.focus::before,
.btn-outline.btn-primary.custom-file-control:disabled:focus::before,
.btn-outline.btn-primary.disabled.custom-file-control:focus::before,
.btn-outline.btn-primary.disabled.focus.custom-file-control::before,
.btn.btn-outline-primary.disabled.focus,
.btn.btn-outline-primary.disabled:focus,
.btn.btn-outline-primary:disabled.focus,
.btn.btn-outline-primary:disabled:focus,
.btn.btn-outline.btn-primary.disabled.focus,
.btn.btn-outline.btn-primary.disabled:focus,
.btn.btn-outline.btn-primary:disabled.focus,
.btn.btn-outline.btn-primary:disabled:focus {
    background-color: transparent !important;
    border-color: #0081FF !important
}

.btn-outline-primary.custom-file-control:disabled:hover::before,
.btn-outline-primary.disabled.custom-file-control:hover::before,
.btn-outline.btn-primary.custom-file-control:disabled:hover::before,
.btn-outline.btn-primary.disabled.custom-file-control:hover::before,
.btn.btn-outline-primary.disabled:hover,
.btn.btn-outline-primary:disabled:hover,
.btn.btn-outline.btn-primary.disabled:hover,
.btn.btn-outline.btn-primary:disabled:hover {
    background-color: transparent !important;
    border-color: #0081FF !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-primary.custom-file-control::before,
.btn-raised.btn-primary.custom-file-control::before,
.btn.btn-raised-primary,
.btn.btn-raised.btn-primary {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF;
    box-shadow: 0 5px 15px rgba(0, 129, 255, .15), 0 15px 40px rgba(0, 129, 255, .2)
}

.btn-raised-primary.custom-file-control:active::before,
.btn-raised-primary.custom-file-control:hover::before,
.btn-raised.btn-primary.custom-file-control:active::before,
.btn-raised.btn-primary.custom-file-control:hover::before,
.btn.btn-raised-primary:active,
.btn.btn-raised-primary:hover,
.btn.btn-raised.btn-primary:active,
.btn.btn-raised.btn-primary:hover {
    color: #fff !important;
    background-color: #0584ff;
    box-shadow: none !important
}

.btn-raised-primary.custom-file-control:focus::before,
.btn-raised.btn-primary.custom-file-control:focus::before,
.btn.btn-raised-primary:focus,
.btn.btn-raised.btn-primary:focus {
    box-shadow: none !important
}

.btn-raised-primary.active.custom-file-control::before,
.btn-raised.btn-primary.active.custom-file-control::before,
.btn.btn-raised-primary.active,
.btn.btn-raised.btn-primary.active,
.open>.btn-raised-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-primary.dropdown-toggle,
.open>.btn.btn-raised.btn-primary.dropdown-toggle,
.show>.btn-raised-primary.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-primary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-primary.dropdown-toggle,
.show>.btn.btn-raised.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0584ff !important;
    border-color: #0584ff !important
}

.btn-raised-primary.active.custom-file-control:focus::before,
.btn-raised-primary.active.custom-file-control:hover::before,
.btn-raised-primary.active.focus.custom-file-control::before,
.btn-raised.btn-primary.active.custom-file-control:focus::before,
.btn-raised.btn-primary.active.custom-file-control:hover::before,
.btn-raised.btn-primary.active.focus.custom-file-control::before,
.btn.btn-raised-primary.active.focus,
.btn.btn-raised-primary.active:focus,
.btn.btn-raised-primary.active:hover,
.btn.btn-raised.btn-primary.active.focus,
.btn.btn-raised.btn-primary.active:focus,
.btn.btn-raised.btn-primary.active:hover,
.open>.btn-raised-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-primary.dropdown-toggle.focus,
.open>.btn.btn-raised-primary.dropdown-toggle:focus,
.open>.btn.btn-raised-primary.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-primary.dropdown-toggle:hover,
.show>.btn-raised-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-primary.dropdown-toggle.focus,
.show>.btn.btn-raised-primary.dropdown-toggle:focus,
.show>.btn.btn-raised-primary.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0584ff;
    border-color: #0584ff
}

.open>.btn-raised-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-primary.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #0081FF
}

.open>.btn-raised-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-primary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-primary.dropdown-toggle.btn-icon:hover {
    background-color: #0584ff
}

.btn-raised-primary.custom-file-control:disabled.focus::before,
.btn-raised-primary.custom-file-control:disabled:focus::before,
.btn-raised-primary.disabled.custom-file-control:focus::before,
.btn-raised-primary.disabled.focus.custom-file-control::before,
.btn-raised.btn-primary.custom-file-control:disabled.focus::before,
.btn-raised.btn-primary.custom-file-control:disabled:focus::before,
.btn-raised.btn-primary.disabled.custom-file-control:focus::before,
.btn-raised.btn-primary.disabled.focus.custom-file-control::before,
.btn.btn-raised-primary.disabled.focus,
.btn.btn-raised-primary.disabled:focus,
.btn.btn-raised-primary:disabled.focus,
.btn.btn-raised-primary:disabled:focus,
.btn.btn-raised.btn-primary.disabled.focus,
.btn.btn-raised.btn-primary.disabled:focus,
.btn.btn-raised.btn-primary:disabled.focus,
.btn.btn-raised.btn-primary:disabled:focus {
    background-color: #0081FF !important;
    border-color: #0081FF !important
}

.btn-raised-primary.custom-file-control:disabled:hover::before,
.btn-raised-primary.disabled.custom-file-control:hover::before,
.btn-raised.btn-primary.custom-file-control:disabled:hover::before,
.btn-raised.btn-primary.disabled.custom-file-control:hover::before,
.btn.btn-raised-primary.disabled:hover,
.btn.btn-raised-primary:disabled:hover,
.btn.btn-raised.btn-primary.disabled:hover,
.btn.btn-raised.btn-primary:disabled:hover {
    background-color: #0081FF !important;
    border-color: #0081FF !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-primary.custom-file-control::before,
.btn-opacity.btn-primary.custom-file-control::before,
.btn.btn-opacity-primary,
.btn.btn-opacity.btn-primary {
    color: #0081FF;
    background-color: rgba(0, 129, 255, .1);
    border-color: #0081FF;
    box-shadow: none
}

.btn-opacity-primary.custom-file-control:active::before,
.btn-opacity-primary.custom-file-control:hover::before,
.btn-opacity.btn-primary.custom-file-control:active::before,
.btn-opacity.btn-primary.custom-file-control:hover::before,
.btn.btn-opacity-primary:active,
.btn.btn-opacity-primary:hover,
.btn.btn-opacity.btn-primary:active,
.btn.btn-opacity.btn-primary:hover {
    color: #fff !important;
    background-color: #0081FF;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-primary.custom-file-control:focus::before,
.btn-opacity.btn-primary.custom-file-control:focus::before,
.btn.btn-opacity-primary:focus,
.btn.btn-opacity.btn-primary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-primary.active.custom-file-control::before,
.btn-opacity.btn-primary.active.custom-file-control::before,
.btn.btn-opacity-primary.active,
.btn.btn-opacity.btn-primary.active,
.open>.btn-opacity-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-primary.dropdown-toggle,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle,
.show>.btn-opacity-primary.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-primary.dropdown-toggle,
.show>.btn.btn-opacity.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0081FF !important;
    border-color: #0081FF !important
}

.btn-opacity-primary.active.custom-file-control:focus::before,
.btn-opacity-primary.active.custom-file-control:hover::before,
.btn-opacity-primary.active.focus.custom-file-control::before,
.btn-opacity.btn-primary.active.custom-file-control:focus::before,
.btn-opacity.btn-primary.active.custom-file-control:hover::before,
.btn-opacity.btn-primary.active.focus.custom-file-control::before,
.btn.btn-opacity-primary.active.focus,
.btn.btn-opacity-primary.active:focus,
.btn.btn-opacity-primary.active:hover,
.btn.btn-opacity.btn-primary.active.focus,
.btn.btn-opacity.btn-primary.active:focus,
.btn.btn-opacity.btn-primary.active:hover,
.open>.btn-opacity-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-primary.dropdown-toggle.focus,
.open>.btn.btn-opacity-primary.dropdown-toggle:focus,
.open>.btn.btn-opacity-primary.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle:hover,
.show>.btn-opacity-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-primary.dropdown-toggle.focus,
.show>.btn.btn-opacity-primary.dropdown-toggle:focus,
.show>.btn.btn-opacity-primary.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF
}

.open>.btn-opacity-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-primary.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(0, 129, 255, .1)
}

.open>.btn-opacity-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-primary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-primary.dropdown-toggle.btn-icon:hover {
    background-color: #0081FF
}

.btn-opacity-primary.custom-file-control:disabled.focus::before,
.btn-opacity-primary.custom-file-control:disabled:focus::before,
.btn-opacity-primary.disabled.custom-file-control:focus::before,
.btn-opacity-primary.disabled.focus.custom-file-control::before,
.btn-opacity.btn-primary.custom-file-control:disabled.focus::before,
.btn-opacity.btn-primary.custom-file-control:disabled:focus::before,
.btn-opacity.btn-primary.disabled.custom-file-control:focus::before,
.btn-opacity.btn-primary.disabled.focus.custom-file-control::before,
.btn.btn-opacity-primary.disabled.focus,
.btn.btn-opacity-primary.disabled:focus,
.btn.btn-opacity-primary:disabled.focus,
.btn.btn-opacity-primary:disabled:focus,
.btn.btn-opacity.btn-primary.disabled.focus,
.btn.btn-opacity.btn-primary.disabled:focus,
.btn.btn-opacity.btn-primary:disabled.focus,
.btn.btn-opacity.btn-primary:disabled:focus {
    background-color: rgba(0, 129, 255, .1) !important;
    border-color: #0081FF !important
}

.btn-opacity-primary.custom-file-control:disabled:hover::before,
.btn-opacity-primary.disabled.custom-file-control:hover::before,
.btn-opacity.btn-primary.custom-file-control:disabled:hover::before,
.btn-opacity.btn-primary.disabled.custom-file-control:hover::before,
.btn.btn-opacity-primary.disabled:hover,
.btn.btn-opacity-primary:disabled:hover,
.btn.btn-opacity.btn-primary.disabled:hover,
.btn.btn-opacity.btn-primary:disabled:hover {
    background-color: rgba(0, 129, 255, .1) !important;
    border-color: #0081FF !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-primary.custom-file-control::before,
.btn-flat.btn-primary.custom-file-control::before,
.btn.btn-flat-primary,
.btn.btn-flat.btn-primary {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF;
    box-shadow: none
}

.btn-flat-primary.custom-file-control:active::before,
.btn-flat-primary.custom-file-control:hover::before,
.btn-flat.btn-primary.custom-file-control:active::before,
.btn-flat.btn-primary.custom-file-control:hover::before,
.btn.btn-flat-primary:active,
.btn.btn-flat-primary:hover,
.btn.btn-flat.btn-primary:active,
.btn.btn-flat.btn-primary:hover {
    color: #fff !important;
    background-color: #0584ff;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-primary.custom-file-control:focus::before,
.btn-flat.btn-primary.custom-file-control:focus::before,
.btn.btn-flat-primary:focus,
.btn.btn-flat.btn-primary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-primary.active.custom-file-control::before,
.btn-flat.btn-primary.active.custom-file-control::before,
.btn.btn-flat-primary.active,
.btn.btn-flat.btn-primary.active,
.open>.btn-flat-primary.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-primary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-primary.dropdown-toggle,
.open>.btn.btn-flat.btn-primary.dropdown-toggle,
.show>.btn-flat-primary.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-primary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-primary.dropdown-toggle,
.show>.btn.btn-flat.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0584ff !important;
    border-color: #0584ff !important
}

.btn-flat-primary.active.custom-file-control:focus::before,
.btn-flat-primary.active.custom-file-control:hover::before,
.btn-flat-primary.active.focus.custom-file-control::before,
.btn-flat.btn-primary.active.custom-file-control:focus::before,
.btn-flat.btn-primary.active.custom-file-control:hover::before,
.btn-flat.btn-primary.active.focus.custom-file-control::before,
.btn.btn-flat-primary.active.focus,
.btn.btn-flat-primary.active:focus,
.btn.btn-flat-primary.active:hover,
.btn.btn-flat.btn-primary.active.focus,
.btn.btn-flat.btn-primary.active:focus,
.btn.btn-flat.btn-primary.active:hover,
.open>.btn-flat-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-primary.dropdown-toggle.focus,
.open>.btn.btn-flat-primary.dropdown-toggle:focus,
.open>.btn.btn-flat-primary.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-primary.dropdown-toggle:hover,
.show>.btn-flat-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-primary.dropdown-toggle.focus,
.show>.btn.btn-flat-primary.dropdown-toggle:focus,
.show>.btn.btn-flat-primary.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0584ff;
    border-color: #0584ff
}

.open>.btn-flat-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-primary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-primary.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-primary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #0081FF
}

.open>.btn-flat-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-primary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-primary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-primary.dropdown-toggle.btn-icon:hover {
    background-color: #0584ff
}

.btn-flat-primary.custom-file-control:disabled.focus::before,
.btn-flat-primary.custom-file-control:disabled:focus::before,
.btn-flat-primary.disabled.custom-file-control:focus::before,
.btn-flat-primary.disabled.focus.custom-file-control::before,
.btn-flat.btn-primary.custom-file-control:disabled.focus::before,
.btn-flat.btn-primary.custom-file-control:disabled:focus::before,
.btn-flat.btn-primary.disabled.custom-file-control:focus::before,
.btn-flat.btn-primary.disabled.focus.custom-file-control::before,
.btn.btn-flat-primary.disabled.focus,
.btn.btn-flat-primary.disabled:focus,
.btn.btn-flat-primary:disabled.focus,
.btn.btn-flat-primary:disabled:focus,
.btn.btn-flat.btn-primary.disabled.focus,
.btn.btn-flat.btn-primary.disabled:focus,
.btn.btn-flat.btn-primary:disabled.focus,
.btn.btn-flat.btn-primary:disabled:focus {
    background-color: #0081FF !important;
    border-color: #0081FF !important
}

.btn-flat-primary.custom-file-control:disabled:hover::before,
.btn-flat-primary.disabled.custom-file-control:hover::before,
.btn-flat.btn-primary.custom-file-control:disabled:hover::before,
.btn-flat.btn-primary.disabled.custom-file-control:hover::before,
.btn.btn-flat-primary.disabled:hover,
.btn.btn-flat-primary:disabled:hover,
.btn.btn-flat.btn-primary.disabled:hover,
.btn.btn-flat.btn-primary:disabled:hover {
    background-color: #0081FF !important;
    border-color: #0081FF !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-primary.custom-file-control::before,
.btn-link.btn-primary.custom-file-control::before,
.btn.btn-link-primary,
.btn.btn-link.btn-primary {
    color: #0081FF !important
}

.btn.btn-link-primary::after,
.btn.btn-link.btn-primary::after {
    background-color: #0081FF !important
}

.btn-outline-secondary.custom-file-control::before,
.btn-outline.btn-secondary.custom-file-control::before,
.btn.btn-outline-secondary,
.btn.btn-outline.btn-secondary {
    color: #304156;
    background-color: transparent;
    border-color: #304156;
    box-shadow: none
}

.btn-outline-secondary.custom-file-control:active::before,
.btn-outline-secondary.custom-file-control:hover::before,
.btn-outline.btn-secondary.custom-file-control:active::before,
.btn-outline.btn-secondary.custom-file-control:hover::before,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:hover,
.btn.btn-outline.btn-secondary:active,
.btn.btn-outline.btn-secondary:hover {
    color: #fff !important;
    background-color: #304156;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-secondary.custom-file-control:focus::before,
.btn-outline.btn-secondary.custom-file-control:focus::before,
.btn.btn-outline-secondary:focus,
.btn.btn-outline.btn-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-secondary.active.custom-file-control::before,
.btn-outline.btn-secondary.active.custom-file-control::before,
.btn.btn-outline-secondary.active,
.btn.btn-outline.btn-secondary.active,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-secondary.dropdown-toggle,
.show>.btn.btn-outline.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #304156 !important;
    border-color: #304156 !important
}

.btn-outline-secondary.active.custom-file-control:focus::before,
.btn-outline-secondary.active.custom-file-control:hover::before,
.btn-outline-secondary.active.focus.custom-file-control::before,
.btn-outline.btn-secondary.active.custom-file-control:focus::before,
.btn-outline.btn-secondary.active.custom-file-control:hover::before,
.btn-outline.btn-secondary.active.focus.custom-file-control::before,
.btn.btn-outline-secondary.active.focus,
.btn.btn-outline-secondary.active:focus,
.btn.btn-outline-secondary.active:hover,
.btn.btn-outline.btn-secondary.active.focus,
.btn.btn-outline.btn-secondary.active:focus,
.btn.btn-outline.btn-secondary.active:hover,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn.btn-outline-secondary.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle:hover,
.show>.btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-secondary.dropdown-toggle.focus,
.show>.btn.btn-outline-secondary.dropdown-toggle:focus,
.show>.btn.btn-outline-secondary.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #304156;
    border-color: #304156
}

.open>.btn-outline-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-secondary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-secondary.dropdown-toggle.btn-icon:hover {
    background-color: #304156
}

.btn-outline-secondary.custom-file-control:disabled.focus::before,
.btn-outline-secondary.custom-file-control:disabled:focus::before,
.btn-outline-secondary.disabled.custom-file-control:focus::before,
.btn-outline-secondary.disabled.focus.custom-file-control::before,
.btn-outline.btn-secondary.custom-file-control:disabled.focus::before,
.btn-outline.btn-secondary.custom-file-control:disabled:focus::before,
.btn-outline.btn-secondary.disabled.custom-file-control:focus::before,
.btn-outline.btn-secondary.disabled.focus.custom-file-control::before,
.btn.btn-outline-secondary.disabled.focus,
.btn.btn-outline-secondary.disabled:focus,
.btn.btn-outline-secondary:disabled.focus,
.btn.btn-outline-secondary:disabled:focus,
.btn.btn-outline.btn-secondary.disabled.focus,
.btn.btn-outline.btn-secondary.disabled:focus,
.btn.btn-outline.btn-secondary:disabled.focus,
.btn.btn-outline.btn-secondary:disabled:focus {
    background-color: transparent !important;
    border-color: #304156 !important
}

.btn-outline-secondary.custom-file-control:disabled:hover::before,
.btn-outline-secondary.disabled.custom-file-control:hover::before,
.btn-outline.btn-secondary.custom-file-control:disabled:hover::before,
.btn-outline.btn-secondary.disabled.custom-file-control:hover::before,
.btn.btn-outline-secondary.disabled:hover,
.btn.btn-outline-secondary:disabled:hover,
.btn.btn-outline.btn-secondary.disabled:hover,
.btn.btn-outline.btn-secondary:disabled:hover {
    background-color: transparent !important;
    border-color: #304156 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-secondary.custom-file-control::before,
.btn-raised.btn-secondary.custom-file-control::before,
.btn.btn-raised-secondary,
.btn.btn-raised.btn-secondary {
    color: #fff;
    background-color: #304156;
    border-color: #304156;
    box-shadow: 0 5px 15px rgba(48, 65, 86, .15), 0 15px 40px rgba(48, 65, 86, .2)
}

.btn-raised-secondary.custom-file-control:active::before,
.btn-raised-secondary.custom-file-control:hover::before,
.btn-raised.btn-secondary.custom-file-control:active::before,
.btn-raised.btn-secondary.custom-file-control:hover::before,
.btn.btn-raised-secondary:active,
.btn.btn-raised-secondary:hover,
.btn.btn-raised.btn-secondary:active,
.btn.btn-raised.btn-secondary:hover {
    color: #fff !important;
    background-color: #324359;
    box-shadow: none !important
}

.btn-raised-secondary.custom-file-control:focus::before,
.btn-raised.btn-secondary.custom-file-control:focus::before,
.btn.btn-raised-secondary:focus,
.btn.btn-raised.btn-secondary:focus {
    box-shadow: none !important
}

.btn-raised-secondary.active.custom-file-control::before,
.btn-raised.btn-secondary.active.custom-file-control::before,
.btn.btn-raised-secondary.active,
.btn.btn-raised.btn-secondary.active,
.open>.btn-raised-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-secondary.dropdown-toggle,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle,
.show>.btn-raised-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-secondary.dropdown-toggle,
.show>.btn.btn-raised.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #324359 !important;
    border-color: #324359 !important
}

.btn-raised-secondary.active.custom-file-control:focus::before,
.btn-raised-secondary.active.custom-file-control:hover::before,
.btn-raised-secondary.active.focus.custom-file-control::before,
.btn-raised.btn-secondary.active.custom-file-control:focus::before,
.btn-raised.btn-secondary.active.custom-file-control:hover::before,
.btn-raised.btn-secondary.active.focus.custom-file-control::before,
.btn.btn-raised-secondary.active.focus,
.btn.btn-raised-secondary.active:focus,
.btn.btn-raised-secondary.active:hover,
.btn.btn-raised.btn-secondary.active.focus,
.btn.btn-raised.btn-secondary.active:focus,
.btn.btn-raised.btn-secondary.active:hover,
.open>.btn-raised-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-secondary.dropdown-toggle.focus,
.open>.btn.btn-raised-secondary.dropdown-toggle:focus,
.open>.btn.btn-raised-secondary.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle:hover,
.show>.btn-raised-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-secondary.dropdown-toggle.focus,
.show>.btn.btn-raised-secondary.dropdown-toggle:focus,
.show>.btn.btn-raised-secondary.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #324359;
    border-color: #324359
}

.open>.btn-raised-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-secondary.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #304156
}

.open>.btn-raised-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-secondary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-secondary.dropdown-toggle.btn-icon:hover {
    background-color: #324359
}

.btn-raised-secondary.custom-file-control:disabled.focus::before,
.btn-raised-secondary.custom-file-control:disabled:focus::before,
.btn-raised-secondary.disabled.custom-file-control:focus::before,
.btn-raised-secondary.disabled.focus.custom-file-control::before,
.btn-raised.btn-secondary.custom-file-control:disabled.focus::before,
.btn-raised.btn-secondary.custom-file-control:disabled:focus::before,
.btn-raised.btn-secondary.disabled.custom-file-control:focus::before,
.btn-raised.btn-secondary.disabled.focus.custom-file-control::before,
.btn.btn-raised-secondary.disabled.focus,
.btn.btn-raised-secondary.disabled:focus,
.btn.btn-raised-secondary:disabled.focus,
.btn.btn-raised-secondary:disabled:focus,
.btn.btn-raised.btn-secondary.disabled.focus,
.btn.btn-raised.btn-secondary.disabled:focus,
.btn.btn-raised.btn-secondary:disabled.focus,
.btn.btn-raised.btn-secondary:disabled:focus {
    background-color: #304156 !important;
    border-color: #304156 !important
}

.btn-raised-secondary.custom-file-control:disabled:hover::before,
.btn-raised-secondary.disabled.custom-file-control:hover::before,
.btn-raised.btn-secondary.custom-file-control:disabled:hover::before,
.btn-raised.btn-secondary.disabled.custom-file-control:hover::before,
.btn.btn-raised-secondary.disabled:hover,
.btn.btn-raised-secondary:disabled:hover,
.btn.btn-raised.btn-secondary.disabled:hover,
.btn.btn-raised.btn-secondary:disabled:hover {
    background-color: #304156 !important;
    border-color: #304156 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-secondary.custom-file-control::before,
.btn-opacity.btn-secondary.custom-file-control::before,
.btn.btn-opacity-secondary,
.btn.btn-opacity.btn-secondary {
    color: #304156;
    background-color: rgba(48, 65, 86, .1);
    border-color: #304156;
    box-shadow: none
}

.btn-opacity-secondary.custom-file-control:active::before,
.btn-opacity-secondary.custom-file-control:hover::before,
.btn-opacity.btn-secondary.custom-file-control:active::before,
.btn-opacity.btn-secondary.custom-file-control:hover::before,
.btn.btn-opacity-secondary:active,
.btn.btn-opacity-secondary:hover,
.btn.btn-opacity.btn-secondary:active,
.btn.btn-opacity.btn-secondary:hover {
    color: #fff !important;
    background-color: #304156;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-secondary.custom-file-control:focus::before,
.btn-opacity.btn-secondary.custom-file-control:focus::before,
.btn.btn-opacity-secondary:focus,
.btn.btn-opacity.btn-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-secondary.active.custom-file-control::before,
.btn-opacity.btn-secondary.active.custom-file-control::before,
.btn.btn-opacity-secondary.active,
.btn.btn-opacity.btn-secondary.active,
.open>.btn-opacity-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-secondary.dropdown-toggle,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle,
.show>.btn-opacity-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-secondary.dropdown-toggle,
.show>.btn.btn-opacity.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #304156 !important;
    border-color: #304156 !important
}

.btn-opacity-secondary.active.custom-file-control:focus::before,
.btn-opacity-secondary.active.custom-file-control:hover::before,
.btn-opacity-secondary.active.focus.custom-file-control::before,
.btn-opacity.btn-secondary.active.custom-file-control:focus::before,
.btn-opacity.btn-secondary.active.custom-file-control:hover::before,
.btn-opacity.btn-secondary.active.focus.custom-file-control::before,
.btn.btn-opacity-secondary.active.focus,
.btn.btn-opacity-secondary.active:focus,
.btn.btn-opacity-secondary.active:hover,
.btn.btn-opacity.btn-secondary.active.focus,
.btn.btn-opacity.btn-secondary.active:focus,
.btn.btn-opacity.btn-secondary.active:hover,
.open>.btn-opacity-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-secondary.dropdown-toggle.focus,
.open>.btn.btn-opacity-secondary.dropdown-toggle:focus,
.open>.btn.btn-opacity-secondary.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle:hover,
.show>.btn-opacity-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-secondary.dropdown-toggle.focus,
.show>.btn.btn-opacity-secondary.dropdown-toggle:focus,
.show>.btn.btn-opacity-secondary.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #304156;
    border-color: #304156
}

.open>.btn-opacity-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-secondary.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(48, 65, 86, .1)
}

.open>.btn-opacity-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-secondary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-secondary.dropdown-toggle.btn-icon:hover {
    background-color: #304156
}

.btn-opacity-secondary.custom-file-control:disabled.focus::before,
.btn-opacity-secondary.custom-file-control:disabled:focus::before,
.btn-opacity-secondary.disabled.custom-file-control:focus::before,
.btn-opacity-secondary.disabled.focus.custom-file-control::before,
.btn-opacity.btn-secondary.custom-file-control:disabled.focus::before,
.btn-opacity.btn-secondary.custom-file-control:disabled:focus::before,
.btn-opacity.btn-secondary.disabled.custom-file-control:focus::before,
.btn-opacity.btn-secondary.disabled.focus.custom-file-control::before,
.btn.btn-opacity-secondary.disabled.focus,
.btn.btn-opacity-secondary.disabled:focus,
.btn.btn-opacity-secondary:disabled.focus,
.btn.btn-opacity-secondary:disabled:focus,
.btn.btn-opacity.btn-secondary.disabled.focus,
.btn.btn-opacity.btn-secondary.disabled:focus,
.btn.btn-opacity.btn-secondary:disabled.focus,
.btn.btn-opacity.btn-secondary:disabled:focus {
    background-color: rgba(48, 65, 86, .1) !important;
    border-color: #304156 !important
}

.btn-opacity-secondary.custom-file-control:disabled:hover::before,
.btn-opacity-secondary.disabled.custom-file-control:hover::before,
.btn-opacity.btn-secondary.custom-file-control:disabled:hover::before,
.btn-opacity.btn-secondary.disabled.custom-file-control:hover::before,
.btn.btn-opacity-secondary.disabled:hover,
.btn.btn-opacity-secondary:disabled:hover,
.btn.btn-opacity.btn-secondary.disabled:hover,
.btn.btn-opacity.btn-secondary:disabled:hover {
    background-color: rgba(48, 65, 86, .1) !important;
    border-color: #304156 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-secondary.custom-file-control::before,
.btn-flat.btn-secondary.custom-file-control::before,
.btn.btn-flat-secondary,
.btn.btn-flat.btn-secondary {
    color: #fff;
    background-color: #304156;
    border-color: #304156;
    box-shadow: none
}

.btn-flat-secondary.custom-file-control:active::before,
.btn-flat-secondary.custom-file-control:hover::before,
.btn-flat.btn-secondary.custom-file-control:active::before,
.btn-flat.btn-secondary.custom-file-control:hover::before,
.btn.btn-flat-secondary:active,
.btn.btn-flat-secondary:hover,
.btn.btn-flat.btn-secondary:active,
.btn.btn-flat.btn-secondary:hover {
    color: #fff !important;
    background-color: #324359;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-secondary.custom-file-control:focus::before,
.btn-flat.btn-secondary.custom-file-control:focus::before,
.btn.btn-flat-secondary:focus,
.btn.btn-flat.btn-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-secondary.active.custom-file-control::before,
.btn-flat.btn-secondary.active.custom-file-control::before,
.btn.btn-flat-secondary.active,
.btn.btn-flat.btn-secondary.active,
.open>.btn-flat-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-secondary.dropdown-toggle,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle,
.show>.btn-flat-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-secondary.dropdown-toggle,
.show>.btn.btn-flat.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #324359 !important;
    border-color: #324359 !important
}

.btn-flat-secondary.active.custom-file-control:focus::before,
.btn-flat-secondary.active.custom-file-control:hover::before,
.btn-flat-secondary.active.focus.custom-file-control::before,
.btn-flat.btn-secondary.active.custom-file-control:focus::before,
.btn-flat.btn-secondary.active.custom-file-control:hover::before,
.btn-flat.btn-secondary.active.focus.custom-file-control::before,
.btn.btn-flat-secondary.active.focus,
.btn.btn-flat-secondary.active:focus,
.btn.btn-flat-secondary.active:hover,
.btn.btn-flat.btn-secondary.active.focus,
.btn.btn-flat.btn-secondary.active:focus,
.btn.btn-flat.btn-secondary.active:hover,
.open>.btn-flat-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-secondary.dropdown-toggle.focus,
.open>.btn.btn-flat-secondary.dropdown-toggle:focus,
.open>.btn.btn-flat-secondary.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle:hover,
.show>.btn-flat-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-secondary.dropdown-toggle.focus,
.show>.btn.btn-flat-secondary.dropdown-toggle:focus,
.show>.btn.btn-flat-secondary.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #324359;
    border-color: #324359
}

.open>.btn-flat-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-secondary.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #304156
}

.open>.btn-flat-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-secondary.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-secondary.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-secondary.dropdown-toggle.btn-icon:hover {
    background-color: #324359
}

.btn-flat-secondary.custom-file-control:disabled.focus::before,
.btn-flat-secondary.custom-file-control:disabled:focus::before,
.btn-flat-secondary.disabled.custom-file-control:focus::before,
.btn-flat-secondary.disabled.focus.custom-file-control::before,
.btn-flat.btn-secondary.custom-file-control:disabled.focus::before,
.btn-flat.btn-secondary.custom-file-control:disabled:focus::before,
.btn-flat.btn-secondary.disabled.custom-file-control:focus::before,
.btn-flat.btn-secondary.disabled.focus.custom-file-control::before,
.btn.btn-flat-secondary.disabled.focus,
.btn.btn-flat-secondary.disabled:focus,
.btn.btn-flat-secondary:disabled.focus,
.btn.btn-flat-secondary:disabled:focus,
.btn.btn-flat.btn-secondary.disabled.focus,
.btn.btn-flat.btn-secondary.disabled:focus,
.btn.btn-flat.btn-secondary:disabled.focus,
.btn.btn-flat.btn-secondary:disabled:focus {
    background-color: #304156 !important;
    border-color: #304156 !important
}

.btn-flat-secondary.custom-file-control:disabled:hover::before,
.btn-flat-secondary.disabled.custom-file-control:hover::before,
.btn-flat.btn-secondary.custom-file-control:disabled:hover::before,
.btn-flat.btn-secondary.disabled.custom-file-control:hover::before,
.btn.btn-flat-secondary.disabled:hover,
.btn.btn-flat-secondary:disabled:hover,
.btn.btn-flat.btn-secondary.disabled:hover,
.btn.btn-flat.btn-secondary:disabled:hover {
    background-color: #304156 !important;
    border-color: #304156 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-secondary.custom-file-control::before,
.btn-link.btn-secondary.custom-file-control::before,
.btn.btn-link-secondary,
.btn.btn-link.btn-secondary {
    color: #304156 !important
}

.btn.btn-link-secondary::after,
.btn.btn-link.btn-secondary::after {
    background-color: #304156 !important
}

.btn-outline-success.custom-file-control::before,
.btn-outline.btn-success.custom-file-control::before,
.btn.btn-outline-success,
.btn.btn-outline.btn-success {
    color: #09B66D;
    background-color: transparent;
    border-color: #09B66D;
    box-shadow: none
}

.btn-outline-success.custom-file-control:active::before,
.btn-outline-success.custom-file-control:hover::before,
.btn-outline.btn-success.custom-file-control:active::before,
.btn-outline.btn-success.custom-file-control:hover::before,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline.btn-success:active,
.btn.btn-outline.btn-success:hover {
    color: #fff !important;
    background-color: #09B66D;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-success.custom-file-control:focus::before,
.btn-outline.btn-success.custom-file-control:focus::before,
.btn.btn-outline-success:focus,
.btn.btn-outline.btn-success:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-success.active.custom-file-control::before,
.btn-outline.btn-success.active.custom-file-control::before,
.btn.btn-outline-success.active,
.btn.btn-outline.btn-success.active,
.open>.btn-outline-success.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle,
.open>.btn.btn-outline.btn-success.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-success.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-success.dropdown-toggle,
.show>.btn.btn-outline.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #09B66D !important;
    border-color: #09B66D !important
}

.btn-outline-success.active.custom-file-control:focus::before,
.btn-outline-success.active.custom-file-control:hover::before,
.btn-outline-success.active.focus.custom-file-control::before,
.btn-outline.btn-success.active.custom-file-control:focus::before,
.btn-outline.btn-success.active.custom-file-control:hover::before,
.btn-outline.btn-success.active.focus.custom-file-control::before,
.btn.btn-outline-success.active.focus,
.btn.btn-outline-success.active:focus,
.btn.btn-outline-success.active:hover,
.btn.btn-outline.btn-success.active.focus,
.btn.btn-outline.btn-success.active:focus,
.btn.btn-outline.btn-success.active:hover,
.open>.btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle.focus,
.open>.btn.btn-outline-success.dropdown-toggle:focus,
.open>.btn.btn-outline-success.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-success.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-success.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-success.dropdown-toggle:hover,
.show>.btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-success.dropdown-toggle.focus,
.show>.btn.btn-outline-success.dropdown-toggle:focus,
.show>.btn.btn-outline-success.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-success.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-success.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D
}

.open>.btn-outline-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-success.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-success.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-success.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-success.dropdown-toggle.btn-icon:hover {
    background-color: #09B66D
}

.btn-outline-success.custom-file-control:disabled.focus::before,
.btn-outline-success.custom-file-control:disabled:focus::before,
.btn-outline-success.disabled.custom-file-control:focus::before,
.btn-outline-success.disabled.focus.custom-file-control::before,
.btn-outline.btn-success.custom-file-control:disabled.focus::before,
.btn-outline.btn-success.custom-file-control:disabled:focus::before,
.btn-outline.btn-success.disabled.custom-file-control:focus::before,
.btn-outline.btn-success.disabled.focus.custom-file-control::before,
.btn.btn-outline-success.disabled.focus,
.btn.btn-outline-success.disabled:focus,
.btn.btn-outline-success:disabled.focus,
.btn.btn-outline-success:disabled:focus,
.btn.btn-outline.btn-success.disabled.focus,
.btn.btn-outline.btn-success.disabled:focus,
.btn.btn-outline.btn-success:disabled.focus,
.btn.btn-outline.btn-success:disabled:focus {
    background-color: transparent !important;
    border-color: #09B66D !important
}

.btn-outline-success.custom-file-control:disabled:hover::before,
.btn-outline-success.disabled.custom-file-control:hover::before,
.btn-outline.btn-success.custom-file-control:disabled:hover::before,
.btn-outline.btn-success.disabled.custom-file-control:hover::before,
.btn.btn-outline-success.disabled:hover,
.btn.btn-outline-success:disabled:hover,
.btn.btn-outline.btn-success.disabled:hover,
.btn.btn-outline.btn-success:disabled:hover {
    background-color: transparent !important;
    border-color: #09B66D !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-success.custom-file-control::before,
.btn-raised.btn-success.custom-file-control::before,
.btn.btn-raised-success,
.btn.btn-raised.btn-success {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D;
    box-shadow: 0 5px 15px rgba(9, 182, 109, .15), 0 15px 40px rgba(9, 182, 109, .2)
}

.btn-raised-success.custom-file-control:active::before,
.btn-raised-success.custom-file-control:hover::before,
.btn-raised.btn-success.custom-file-control:active::before,
.btn-raised.btn-success.custom-file-control:hover::before,
.btn.btn-raised-success:active,
.btn.btn-raised-success:hover,
.btn.btn-raised.btn-success:active,
.btn.btn-raised.btn-success:hover {
    color: #fff !important;
    background-color: #09bb70;
    box-shadow: none !important
}

.btn-raised-success.custom-file-control:focus::before,
.btn-raised.btn-success.custom-file-control:focus::before,
.btn.btn-raised-success:focus,
.btn.btn-raised.btn-success:focus {
    box-shadow: none !important
}

.btn-raised-success.active.custom-file-control::before,
.btn-raised.btn-success.active.custom-file-control::before,
.btn.btn-raised-success.active,
.btn.btn-raised.btn-success.active,
.open>.btn-raised-success.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-success.dropdown-toggle,
.open>.btn.btn-raised.btn-success.dropdown-toggle,
.show>.btn-raised-success.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-success.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-success.dropdown-toggle,
.show>.btn.btn-raised.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #09bb70 !important;
    border-color: #09bb70 !important
}

.btn-raised-success.active.custom-file-control:focus::before,
.btn-raised-success.active.custom-file-control:hover::before,
.btn-raised-success.active.focus.custom-file-control::before,
.btn-raised.btn-success.active.custom-file-control:focus::before,
.btn-raised.btn-success.active.custom-file-control:hover::before,
.btn-raised.btn-success.active.focus.custom-file-control::before,
.btn.btn-raised-success.active.focus,
.btn.btn-raised-success.active:focus,
.btn.btn-raised-success.active:hover,
.btn.btn-raised.btn-success.active.focus,
.btn.btn-raised.btn-success.active:focus,
.btn.btn-raised.btn-success.active:hover,
.open>.btn-raised-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-success.dropdown-toggle.focus,
.open>.btn.btn-raised-success.dropdown-toggle:focus,
.open>.btn.btn-raised-success.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-success.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-success.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-success.dropdown-toggle:hover,
.show>.btn-raised-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-success.dropdown-toggle.focus,
.show>.btn.btn-raised-success.dropdown-toggle:focus,
.show>.btn.btn-raised-success.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-success.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-success.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #09bb70;
    border-color: #09bb70
}

.open>.btn-raised-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-success.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-success.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #09B66D
}

.open>.btn-raised-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-success.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-success.dropdown-toggle.btn-icon:hover {
    background-color: #09bb70
}

.btn-raised-success.custom-file-control:disabled.focus::before,
.btn-raised-success.custom-file-control:disabled:focus::before,
.btn-raised-success.disabled.custom-file-control:focus::before,
.btn-raised-success.disabled.focus.custom-file-control::before,
.btn-raised.btn-success.custom-file-control:disabled.focus::before,
.btn-raised.btn-success.custom-file-control:disabled:focus::before,
.btn-raised.btn-success.disabled.custom-file-control:focus::before,
.btn-raised.btn-success.disabled.focus.custom-file-control::before,
.btn.btn-raised-success.disabled.focus,
.btn.btn-raised-success.disabled:focus,
.btn.btn-raised-success:disabled.focus,
.btn.btn-raised-success:disabled:focus,
.btn.btn-raised.btn-success.disabled.focus,
.btn.btn-raised.btn-success.disabled:focus,
.btn.btn-raised.btn-success:disabled.focus,
.btn.btn-raised.btn-success:disabled:focus {
    background-color: #09B66D !important;
    border-color: #09B66D !important
}

.btn-raised-success.custom-file-control:disabled:hover::before,
.btn-raised-success.disabled.custom-file-control:hover::before,
.btn-raised.btn-success.custom-file-control:disabled:hover::before,
.btn-raised.btn-success.disabled.custom-file-control:hover::before,
.btn.btn-raised-success.disabled:hover,
.btn.btn-raised-success:disabled:hover,
.btn.btn-raised.btn-success.disabled:hover,
.btn.btn-raised.btn-success:disabled:hover {
    background-color: #09B66D !important;
    border-color: #09B66D !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-success.custom-file-control::before,
.btn-opacity.btn-success.custom-file-control::before,
.btn.btn-opacity-success,
.btn.btn-opacity.btn-success {
    color: #09B66D;
    background-color: rgba(9, 182, 109, .1);
    border-color: #09B66D;
    box-shadow: none
}

.btn-opacity-success.custom-file-control:active::before,
.btn-opacity-success.custom-file-control:hover::before,
.btn-opacity.btn-success.custom-file-control:active::before,
.btn-opacity.btn-success.custom-file-control:hover::before,
.btn.btn-opacity-success:active,
.btn.btn-opacity-success:hover,
.btn.btn-opacity.btn-success:active,
.btn.btn-opacity.btn-success:hover {
    color: #fff !important;
    background-color: #09B66D;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-success.custom-file-control:focus::before,
.btn-opacity.btn-success.custom-file-control:focus::before,
.btn.btn-opacity-success:focus,
.btn.btn-opacity.btn-success:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-success.active.custom-file-control::before,
.btn-opacity.btn-success.active.custom-file-control::before,
.btn.btn-opacity-success.active,
.btn.btn-opacity.btn-success.active,
.open>.btn-opacity-success.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-success.dropdown-toggle,
.open>.btn.btn-opacity.btn-success.dropdown-toggle,
.show>.btn-opacity-success.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-success.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-success.dropdown-toggle,
.show>.btn.btn-opacity.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #09B66D !important;
    border-color: #09B66D !important
}

.btn-opacity-success.active.custom-file-control:focus::before,
.btn-opacity-success.active.custom-file-control:hover::before,
.btn-opacity-success.active.focus.custom-file-control::before,
.btn-opacity.btn-success.active.custom-file-control:focus::before,
.btn-opacity.btn-success.active.custom-file-control:hover::before,
.btn-opacity.btn-success.active.focus.custom-file-control::before,
.btn.btn-opacity-success.active.focus,
.btn.btn-opacity-success.active:focus,
.btn.btn-opacity-success.active:hover,
.btn.btn-opacity.btn-success.active.focus,
.btn.btn-opacity.btn-success.active:focus,
.btn.btn-opacity.btn-success.active:hover,
.open>.btn-opacity-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-success.dropdown-toggle.focus,
.open>.btn.btn-opacity-success.dropdown-toggle:focus,
.open>.btn.btn-opacity-success.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-success.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-success.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-success.dropdown-toggle:hover,
.show>.btn-opacity-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-success.dropdown-toggle.focus,
.show>.btn.btn-opacity-success.dropdown-toggle:focus,
.show>.btn.btn-opacity-success.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-success.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-success.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D
}

.open>.btn-opacity-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-success.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-success.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(9, 182, 109, .1)
}

.open>.btn-opacity-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-success.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-success.dropdown-toggle.btn-icon:hover {
    background-color: #09B66D
}

.btn-opacity-success.custom-file-control:disabled.focus::before,
.btn-opacity-success.custom-file-control:disabled:focus::before,
.btn-opacity-success.disabled.custom-file-control:focus::before,
.btn-opacity-success.disabled.focus.custom-file-control::before,
.btn-opacity.btn-success.custom-file-control:disabled.focus::before,
.btn-opacity.btn-success.custom-file-control:disabled:focus::before,
.btn-opacity.btn-success.disabled.custom-file-control:focus::before,
.btn-opacity.btn-success.disabled.focus.custom-file-control::before,
.btn.btn-opacity-success.disabled.focus,
.btn.btn-opacity-success.disabled:focus,
.btn.btn-opacity-success:disabled.focus,
.btn.btn-opacity-success:disabled:focus,
.btn.btn-opacity.btn-success.disabled.focus,
.btn.btn-opacity.btn-success.disabled:focus,
.btn.btn-opacity.btn-success:disabled.focus,
.btn.btn-opacity.btn-success:disabled:focus {
    background-color: rgba(9, 182, 109, .1) !important;
    border-color: #09B66D !important
}

.btn-opacity-success.custom-file-control:disabled:hover::before,
.btn-opacity-success.disabled.custom-file-control:hover::before,
.btn-opacity.btn-success.custom-file-control:disabled:hover::before,
.btn-opacity.btn-success.disabled.custom-file-control:hover::before,
.btn.btn-opacity-success.disabled:hover,
.btn.btn-opacity-success:disabled:hover,
.btn.btn-opacity.btn-success.disabled:hover,
.btn.btn-opacity.btn-success:disabled:hover {
    background-color: rgba(9, 182, 109, .1) !important;
    border-color: #09B66D !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-success.custom-file-control::before,
.btn-flat.btn-success.custom-file-control::before,
.btn.btn-flat-success,
.btn.btn-flat.btn-success {
    color: #fff;
    background-color: #09B66D;
    border-color: #09B66D;
    box-shadow: none
}

.btn-flat-success.custom-file-control:active::before,
.btn-flat-success.custom-file-control:hover::before,
.btn-flat.btn-success.custom-file-control:active::before,
.btn-flat.btn-success.custom-file-control:hover::before,
.btn.btn-flat-success:active,
.btn.btn-flat-success:hover,
.btn.btn-flat.btn-success:active,
.btn.btn-flat.btn-success:hover {
    color: #fff !important;
    background-color: #09bb70;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-success.custom-file-control:focus::before,
.btn-flat.btn-success.custom-file-control:focus::before,
.btn.btn-flat-success:focus,
.btn.btn-flat.btn-success:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-success.active.custom-file-control::before,
.btn-flat.btn-success.active.custom-file-control::before,
.btn.btn-flat-success.active,
.btn.btn-flat.btn-success.active,
.open>.btn-flat-success.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-success.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-success.dropdown-toggle,
.open>.btn.btn-flat.btn-success.dropdown-toggle,
.show>.btn-flat-success.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-success.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-success.dropdown-toggle,
.show>.btn.btn-flat.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #09bb70 !important;
    border-color: #09bb70 !important
}

.btn-flat-success.active.custom-file-control:focus::before,
.btn-flat-success.active.custom-file-control:hover::before,
.btn-flat-success.active.focus.custom-file-control::before,
.btn-flat.btn-success.active.custom-file-control:focus::before,
.btn-flat.btn-success.active.custom-file-control:hover::before,
.btn-flat.btn-success.active.focus.custom-file-control::before,
.btn.btn-flat-success.active.focus,
.btn.btn-flat-success.active:focus,
.btn.btn-flat-success.active:hover,
.btn.btn-flat.btn-success.active.focus,
.btn.btn-flat.btn-success.active:focus,
.btn.btn-flat.btn-success.active:hover,
.open>.btn-flat-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-success.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-success.dropdown-toggle.focus,
.open>.btn.btn-flat-success.dropdown-toggle:focus,
.open>.btn.btn-flat-success.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-success.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-success.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-success.dropdown-toggle:hover,
.show>.btn-flat-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-success.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-success.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-success.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-success.dropdown-toggle.focus,
.show>.btn.btn-flat-success.dropdown-toggle:focus,
.show>.btn.btn-flat-success.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-success.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-success.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #09bb70;
    border-color: #09bb70
}

.open>.btn-flat-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-success.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-success.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-success.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #09B66D
}

.open>.btn-flat-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-success.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-success.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-success.dropdown-toggle.btn-icon:hover {
    background-color: #09bb70
}

.btn-flat-success.custom-file-control:disabled.focus::before,
.btn-flat-success.custom-file-control:disabled:focus::before,
.btn-flat-success.disabled.custom-file-control:focus::before,
.btn-flat-success.disabled.focus.custom-file-control::before,
.btn-flat.btn-success.custom-file-control:disabled.focus::before,
.btn-flat.btn-success.custom-file-control:disabled:focus::before,
.btn-flat.btn-success.disabled.custom-file-control:focus::before,
.btn-flat.btn-success.disabled.focus.custom-file-control::before,
.btn.btn-flat-success.disabled.focus,
.btn.btn-flat-success.disabled:focus,
.btn.btn-flat-success:disabled.focus,
.btn.btn-flat-success:disabled:focus,
.btn.btn-flat.btn-success.disabled.focus,
.btn.btn-flat.btn-success.disabled:focus,
.btn.btn-flat.btn-success:disabled.focus,
.btn.btn-flat.btn-success:disabled:focus {
    background-color: #09B66D !important;
    border-color: #09B66D !important
}

.btn-flat-success.custom-file-control:disabled:hover::before,
.btn-flat-success.disabled.custom-file-control:hover::before,
.btn-flat.btn-success.custom-file-control:disabled:hover::before,
.btn-flat.btn-success.disabled.custom-file-control:hover::before,
.btn.btn-flat-success.disabled:hover,
.btn.btn-flat-success:disabled:hover,
.btn.btn-flat.btn-success.disabled:hover,
.btn.btn-flat.btn-success:disabled:hover {
    background-color: #09B66D !important;
    border-color: #09B66D !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-success.custom-file-control::before,
.btn-link.btn-success.custom-file-control::before,
.btn.btn-link-success,
.btn.btn-link.btn-success {
    color: #09B66D !important
}

.btn.btn-link-success::after,
.btn.btn-link.btn-success::after {
    background-color: #09B66D !important
}

.btn-outline-info.custom-file-control::before,
.btn-outline.btn-info.custom-file-control::before,
.btn.btn-outline-info,
.btn.btn-outline.btn-info {
    color: #5e5ce6;
    background-color: transparent;
    border-color: #5e5ce6;
    box-shadow: none
}

.btn-outline-info.custom-file-control:active::before,
.btn-outline-info.custom-file-control:hover::before,
.btn-outline.btn-info.custom-file-control:active::before,
.btn-outline.btn-info.custom-file-control:hover::before,
.btn.btn-outline-info:active,
.btn.btn-outline-info:hover,
.btn.btn-outline.btn-info:active,
.btn.btn-outline.btn-info:hover {
    color: #fff !important;
    background-color: #5e5ce6;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-info.custom-file-control:focus::before,
.btn-outline.btn-info.custom-file-control:focus::before,
.btn.btn-outline-info:focus,
.btn.btn-outline.btn-info:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-info.active.custom-file-control::before,
.btn-outline.btn-info.active.custom-file-control::before,
.btn.btn-outline-info.active,
.btn.btn-outline.btn-info.active,
.open>.btn-outline-info.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle,
.open>.btn.btn-outline.btn-info.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-info.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-info.dropdown-toggle,
.show>.btn.btn-outline.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important
}

.btn-outline-info.active.custom-file-control:focus::before,
.btn-outline-info.active.custom-file-control:hover::before,
.btn-outline-info.active.focus.custom-file-control::before,
.btn-outline.btn-info.active.custom-file-control:focus::before,
.btn-outline.btn-info.active.custom-file-control:hover::before,
.btn-outline.btn-info.active.focus.custom-file-control::before,
.btn.btn-outline-info.active.focus,
.btn.btn-outline-info.active:focus,
.btn.btn-outline-info.active:hover,
.btn.btn-outline.btn-info.active.focus,
.btn.btn-outline.btn-info.active:focus,
.btn.btn-outline.btn-info.active:hover,
.open>.btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle.focus,
.open>.btn.btn-outline-info.dropdown-toggle:focus,
.open>.btn.btn-outline-info.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-info.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-info.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-info.dropdown-toggle:hover,
.show>.btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-info.dropdown-toggle.focus,
.show>.btn.btn-outline-info.dropdown-toggle:focus,
.show>.btn.btn-outline-info.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-info.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-info.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

.open>.btn-outline-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-info.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-info.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-info.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-info.dropdown-toggle.btn-icon:hover {
    background-color: #5e5ce6
}

.btn-outline-info.custom-file-control:disabled.focus::before,
.btn-outline-info.custom-file-control:disabled:focus::before,
.btn-outline-info.disabled.custom-file-control:focus::before,
.btn-outline-info.disabled.focus.custom-file-control::before,
.btn-outline.btn-info.custom-file-control:disabled.focus::before,
.btn-outline.btn-info.custom-file-control:disabled:focus::before,
.btn-outline.btn-info.disabled.custom-file-control:focus::before,
.btn-outline.btn-info.disabled.focus.custom-file-control::before,
.btn.btn-outline-info.disabled.focus,
.btn.btn-outline-info.disabled:focus,
.btn.btn-outline-info:disabled.focus,
.btn.btn-outline-info:disabled:focus,
.btn.btn-outline.btn-info.disabled.focus,
.btn.btn-outline.btn-info.disabled:focus,
.btn.btn-outline.btn-info:disabled.focus,
.btn.btn-outline.btn-info:disabled:focus {
    background-color: transparent !important;
    border-color: #5e5ce6 !important
}

.btn-outline-info.custom-file-control:disabled:hover::before,
.btn-outline-info.disabled.custom-file-control:hover::before,
.btn-outline.btn-info.custom-file-control:disabled:hover::before,
.btn-outline.btn-info.disabled.custom-file-control:hover::before,
.btn.btn-outline-info.disabled:hover,
.btn.btn-outline-info:disabled:hover,
.btn.btn-outline.btn-info.disabled:hover,
.btn.btn-outline.btn-info:disabled:hover {
    background-color: transparent !important;
    border-color: #5e5ce6 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-info.custom-file-control::before,
.btn-raised.btn-info.custom-file-control::before,
.btn.btn-raised-info,
.btn.btn-raised.btn-info {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6;
    box-shadow: 0 5px 15px rgba(94, 92, 230, .15), 0 15px 40px rgba(94, 92, 230, .2)
}

.btn-raised-info.custom-file-control:active::before,
.btn-raised-info.custom-file-control:hover::before,
.btn-raised.btn-info.custom-file-control:active::before,
.btn-raised.btn-info.custom-file-control:hover::before,
.btn.btn-raised-info:active,
.btn.btn-raised-info:hover,
.btn.btn-raised.btn-info:active,
.btn.btn-raised.btn-info:hover {
    color: #fff !important;
    background-color: #6260e7;
    box-shadow: none !important
}

.btn-raised-info.custom-file-control:focus::before,
.btn-raised.btn-info.custom-file-control:focus::before,
.btn.btn-raised-info:focus,
.btn.btn-raised.btn-info:focus {
    box-shadow: none !important
}

.btn-raised-info.active.custom-file-control::before,
.btn-raised.btn-info.active.custom-file-control::before,
.btn.btn-raised-info.active,
.btn.btn-raised.btn-info.active,
.open>.btn-raised-info.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-info.dropdown-toggle,
.open>.btn.btn-raised.btn-info.dropdown-toggle,
.show>.btn-raised-info.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-info.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-info.dropdown-toggle,
.show>.btn.btn-raised.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6260e7 !important;
    border-color: #6260e7 !important
}

.btn-raised-info.active.custom-file-control:focus::before,
.btn-raised-info.active.custom-file-control:hover::before,
.btn-raised-info.active.focus.custom-file-control::before,
.btn-raised.btn-info.active.custom-file-control:focus::before,
.btn-raised.btn-info.active.custom-file-control:hover::before,
.btn-raised.btn-info.active.focus.custom-file-control::before,
.btn.btn-raised-info.active.focus,
.btn.btn-raised-info.active:focus,
.btn.btn-raised-info.active:hover,
.btn.btn-raised.btn-info.active.focus,
.btn.btn-raised.btn-info.active:focus,
.btn.btn-raised.btn-info.active:hover,
.open>.btn-raised-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-info.dropdown-toggle.focus,
.open>.btn.btn-raised-info.dropdown-toggle:focus,
.open>.btn.btn-raised-info.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-info.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-info.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-info.dropdown-toggle:hover,
.show>.btn-raised-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-info.dropdown-toggle.focus,
.show>.btn.btn-raised-info.dropdown-toggle:focus,
.show>.btn.btn-raised-info.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-info.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-info.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #6260e7;
    border-color: #6260e7
}

.open>.btn-raised-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-info.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-info.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #5e5ce6
}

.open>.btn-raised-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-info.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-info.dropdown-toggle.btn-icon:hover {
    background-color: #6260e7
}

.btn-raised-info.custom-file-control:disabled.focus::before,
.btn-raised-info.custom-file-control:disabled:focus::before,
.btn-raised-info.disabled.custom-file-control:focus::before,
.btn-raised-info.disabled.focus.custom-file-control::before,
.btn-raised.btn-info.custom-file-control:disabled.focus::before,
.btn-raised.btn-info.custom-file-control:disabled:focus::before,
.btn-raised.btn-info.disabled.custom-file-control:focus::before,
.btn-raised.btn-info.disabled.focus.custom-file-control::before,
.btn.btn-raised-info.disabled.focus,
.btn.btn-raised-info.disabled:focus,
.btn.btn-raised-info:disabled.focus,
.btn.btn-raised-info:disabled:focus,
.btn.btn-raised.btn-info.disabled.focus,
.btn.btn-raised.btn-info.disabled:focus,
.btn.btn-raised.btn-info:disabled.focus,
.btn.btn-raised.btn-info:disabled:focus {
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important
}

.btn-raised-info.custom-file-control:disabled:hover::before,
.btn-raised-info.disabled.custom-file-control:hover::before,
.btn-raised.btn-info.custom-file-control:disabled:hover::before,
.btn-raised.btn-info.disabled.custom-file-control:hover::before,
.btn.btn-raised-info.disabled:hover,
.btn.btn-raised-info:disabled:hover,
.btn.btn-raised.btn-info.disabled:hover,
.btn.btn-raised.btn-info:disabled:hover {
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-info.custom-file-control::before,
.btn-opacity.btn-info.custom-file-control::before,
.btn.btn-opacity-info,
.btn.btn-opacity.btn-info {
    color: #5e5ce6;
    background-color: rgba(94, 92, 230, .1);
    border-color: #5e5ce6;
    box-shadow: none
}

.btn-opacity-info.custom-file-control:active::before,
.btn-opacity-info.custom-file-control:hover::before,
.btn-opacity.btn-info.custom-file-control:active::before,
.btn-opacity.btn-info.custom-file-control:hover::before,
.btn.btn-opacity-info:active,
.btn.btn-opacity-info:hover,
.btn.btn-opacity.btn-info:active,
.btn.btn-opacity.btn-info:hover {
    color: #fff !important;
    background-color: #5e5ce6;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-info.custom-file-control:focus::before,
.btn-opacity.btn-info.custom-file-control:focus::before,
.btn.btn-opacity-info:focus,
.btn.btn-opacity.btn-info:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-info.active.custom-file-control::before,
.btn-opacity.btn-info.active.custom-file-control::before,
.btn.btn-opacity-info.active,
.btn.btn-opacity.btn-info.active,
.open>.btn-opacity-info.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-info.dropdown-toggle,
.open>.btn.btn-opacity.btn-info.dropdown-toggle,
.show>.btn-opacity-info.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-info.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-info.dropdown-toggle,
.show>.btn.btn-opacity.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important
}

.btn-opacity-info.active.custom-file-control:focus::before,
.btn-opacity-info.active.custom-file-control:hover::before,
.btn-opacity-info.active.focus.custom-file-control::before,
.btn-opacity.btn-info.active.custom-file-control:focus::before,
.btn-opacity.btn-info.active.custom-file-control:hover::before,
.btn-opacity.btn-info.active.focus.custom-file-control::before,
.btn.btn-opacity-info.active.focus,
.btn.btn-opacity-info.active:focus,
.btn.btn-opacity-info.active:hover,
.btn.btn-opacity.btn-info.active.focus,
.btn.btn-opacity.btn-info.active:focus,
.btn.btn-opacity.btn-info.active:hover,
.open>.btn-opacity-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-info.dropdown-toggle.focus,
.open>.btn.btn-opacity-info.dropdown-toggle:focus,
.open>.btn.btn-opacity-info.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-info.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-info.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-info.dropdown-toggle:hover,
.show>.btn-opacity-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-info.dropdown-toggle.focus,
.show>.btn.btn-opacity-info.dropdown-toggle:focus,
.show>.btn.btn-opacity-info.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-info.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-info.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6
}

.open>.btn-opacity-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-info.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-info.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(94, 92, 230, .1)
}

.open>.btn-opacity-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-info.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-info.dropdown-toggle.btn-icon:hover {
    background-color: #5e5ce6
}

.btn-opacity-info.custom-file-control:disabled.focus::before,
.btn-opacity-info.custom-file-control:disabled:focus::before,
.btn-opacity-info.disabled.custom-file-control:focus::before,
.btn-opacity-info.disabled.focus.custom-file-control::before,
.btn-opacity.btn-info.custom-file-control:disabled.focus::before,
.btn-opacity.btn-info.custom-file-control:disabled:focus::before,
.btn-opacity.btn-info.disabled.custom-file-control:focus::before,
.btn-opacity.btn-info.disabled.focus.custom-file-control::before,
.btn.btn-opacity-info.disabled.focus,
.btn.btn-opacity-info.disabled:focus,
.btn.btn-opacity-info:disabled.focus,
.btn.btn-opacity-info:disabled:focus,
.btn.btn-opacity.btn-info.disabled.focus,
.btn.btn-opacity.btn-info.disabled:focus,
.btn.btn-opacity.btn-info:disabled.focus,
.btn.btn-opacity.btn-info:disabled:focus {
    background-color: rgba(94, 92, 230, .1) !important;
    border-color: #5e5ce6 !important
}

.btn-opacity-info.custom-file-control:disabled:hover::before,
.btn-opacity-info.disabled.custom-file-control:hover::before,
.btn-opacity.btn-info.custom-file-control:disabled:hover::before,
.btn-opacity.btn-info.disabled.custom-file-control:hover::before,
.btn.btn-opacity-info.disabled:hover,
.btn.btn-opacity-info:disabled:hover,
.btn.btn-opacity.btn-info.disabled:hover,
.btn.btn-opacity.btn-info:disabled:hover {
    background-color: rgba(94, 92, 230, .1) !important;
    border-color: #5e5ce6 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-info.custom-file-control::before,
.btn-flat.btn-info.custom-file-control::before,
.btn.btn-flat-info,
.btn.btn-flat.btn-info {
    color: #fff;
    background-color: #5e5ce6;
    border-color: #5e5ce6;
    box-shadow: none
}

.btn-flat-info.custom-file-control:active::before,
.btn-flat-info.custom-file-control:hover::before,
.btn-flat.btn-info.custom-file-control:active::before,
.btn-flat.btn-info.custom-file-control:hover::before,
.btn.btn-flat-info:active,
.btn.btn-flat-info:hover,
.btn.btn-flat.btn-info:active,
.btn.btn-flat.btn-info:hover {
    color: #fff !important;
    background-color: #6260e7;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-info.custom-file-control:focus::before,
.btn-flat.btn-info.custom-file-control:focus::before,
.btn.btn-flat-info:focus,
.btn.btn-flat.btn-info:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-info.active.custom-file-control::before,
.btn-flat.btn-info.active.custom-file-control::before,
.btn.btn-flat-info.active,
.btn.btn-flat.btn-info.active,
.open>.btn-flat-info.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-info.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-info.dropdown-toggle,
.open>.btn.btn-flat.btn-info.dropdown-toggle,
.show>.btn-flat-info.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-info.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-info.dropdown-toggle,
.show>.btn.btn-flat.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6260e7 !important;
    border-color: #6260e7 !important
}

.btn-flat-info.active.custom-file-control:focus::before,
.btn-flat-info.active.custom-file-control:hover::before,
.btn-flat-info.active.focus.custom-file-control::before,
.btn-flat.btn-info.active.custom-file-control:focus::before,
.btn-flat.btn-info.active.custom-file-control:hover::before,
.btn-flat.btn-info.active.focus.custom-file-control::before,
.btn.btn-flat-info.active.focus,
.btn.btn-flat-info.active:focus,
.btn.btn-flat-info.active:hover,
.btn.btn-flat.btn-info.active.focus,
.btn.btn-flat.btn-info.active:focus,
.btn.btn-flat.btn-info.active:hover,
.open>.btn-flat-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-info.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-info.dropdown-toggle.focus,
.open>.btn.btn-flat-info.dropdown-toggle:focus,
.open>.btn.btn-flat-info.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-info.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-info.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-info.dropdown-toggle:hover,
.show>.btn-flat-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-info.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-info.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-info.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-info.dropdown-toggle.focus,
.show>.btn.btn-flat-info.dropdown-toggle:focus,
.show>.btn.btn-flat-info.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-info.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-info.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #6260e7;
    border-color: #6260e7
}

.open>.btn-flat-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-info.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-info.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-info.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #5e5ce6
}

.open>.btn-flat-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-info.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-info.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-info.dropdown-toggle.btn-icon:hover {
    background-color: #6260e7
}

.btn-flat-info.custom-file-control:disabled.focus::before,
.btn-flat-info.custom-file-control:disabled:focus::before,
.btn-flat-info.disabled.custom-file-control:focus::before,
.btn-flat-info.disabled.focus.custom-file-control::before,
.btn-flat.btn-info.custom-file-control:disabled.focus::before,
.btn-flat.btn-info.custom-file-control:disabled:focus::before,
.btn-flat.btn-info.disabled.custom-file-control:focus::before,
.btn-flat.btn-info.disabled.focus.custom-file-control::before,
.btn.btn-flat-info.disabled.focus,
.btn.btn-flat-info.disabled:focus,
.btn.btn-flat-info:disabled.focus,
.btn.btn-flat-info:disabled:focus,
.btn.btn-flat.btn-info.disabled.focus,
.btn.btn-flat.btn-info.disabled:focus,
.btn.btn-flat.btn-info:disabled.focus,
.btn.btn-flat.btn-info:disabled:focus {
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important
}

.btn-flat-info.custom-file-control:disabled:hover::before,
.btn-flat-info.disabled.custom-file-control:hover::before,
.btn-flat.btn-info.custom-file-control:disabled:hover::before,
.btn-flat.btn-info.disabled.custom-file-control:hover::before,
.btn.btn-flat-info.disabled:hover,
.btn.btn-flat-info:disabled:hover,
.btn.btn-flat.btn-info.disabled:hover,
.btn.btn-flat.btn-info:disabled:hover {
    background-color: #5e5ce6 !important;
    border-color: #5e5ce6 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-info.custom-file-control::before,
.btn-link.btn-info.custom-file-control::before,
.btn.btn-link-info,
.btn.btn-link.btn-info {
    color: #5e5ce6 !important
}

.btn.btn-link-info::after,
.btn.btn-link.btn-info::after {
    background-color: #5e5ce6 !important
}

.btn-outline-warning.custom-file-control::before,
.btn-outline.btn-warning.custom-file-control::before,
.btn.btn-outline-warning,
.btn.btn-outline.btn-warning {
    color: #FF8A48;
    background-color: transparent;
    border-color: #FF8A48;
    box-shadow: none
}

.btn-outline-warning.custom-file-control:active::before,
.btn-outline-warning.custom-file-control:hover::before,
.btn-outline.btn-warning.custom-file-control:active::before,
.btn-outline.btn-warning.custom-file-control:hover::before,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning:hover,
.btn.btn-outline.btn-warning:active,
.btn.btn-outline.btn-warning:hover {
    color: #fff !important;
    background-color: #FF8A48;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-warning.custom-file-control:focus::before,
.btn-outline.btn-warning.custom-file-control:focus::before,
.btn.btn-outline-warning:focus,
.btn.btn-outline.btn-warning:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-warning.active.custom-file-control::before,
.btn-outline.btn-warning.active.custom-file-control::before,
.btn.btn-outline-warning.active,
.btn.btn-outline.btn-warning.active,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle,
.open>.btn.btn-outline.btn-warning.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-warning.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-warning.dropdown-toggle,
.show>.btn.btn-outline.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important
}

.btn-outline-warning.active.custom-file-control:focus::before,
.btn-outline-warning.active.custom-file-control:hover::before,
.btn-outline-warning.active.focus.custom-file-control::before,
.btn-outline.btn-warning.active.custom-file-control:focus::before,
.btn-outline.btn-warning.active.custom-file-control:hover::before,
.btn-outline.btn-warning.active.focus.custom-file-control::before,
.btn.btn-outline-warning.active.focus,
.btn.btn-outline-warning.active:focus,
.btn.btn-outline-warning.active:hover,
.btn.btn-outline.btn-warning.active.focus,
.btn.btn-outline.btn-warning.active:focus,
.btn.btn-outline.btn-warning.active:hover,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle.focus,
.open>.btn.btn-outline-warning.dropdown-toggle:focus,
.open>.btn.btn-outline-warning.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-warning.dropdown-toggle:hover,
.show>.btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-warning.dropdown-toggle.focus,
.show>.btn.btn-outline-warning.dropdown-toggle:focus,
.show>.btn.btn-outline-warning.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-warning.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-warning.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #FF8A48;
    border-color: #FF8A48
}

.open>.btn-outline-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-warning.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-warning.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-warning.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-warning.dropdown-toggle.btn-icon:hover {
    background-color: #FF8A48
}

.btn-outline-warning.custom-file-control:disabled.focus::before,
.btn-outline-warning.custom-file-control:disabled:focus::before,
.btn-outline-warning.disabled.custom-file-control:focus::before,
.btn-outline-warning.disabled.focus.custom-file-control::before,
.btn-outline.btn-warning.custom-file-control:disabled.focus::before,
.btn-outline.btn-warning.custom-file-control:disabled:focus::before,
.btn-outline.btn-warning.disabled.custom-file-control:focus::before,
.btn-outline.btn-warning.disabled.focus.custom-file-control::before,
.btn.btn-outline-warning.disabled.focus,
.btn.btn-outline-warning.disabled:focus,
.btn.btn-outline-warning:disabled.focus,
.btn.btn-outline-warning:disabled:focus,
.btn.btn-outline.btn-warning.disabled.focus,
.btn.btn-outline.btn-warning.disabled:focus,
.btn.btn-outline.btn-warning:disabled.focus,
.btn.btn-outline.btn-warning:disabled:focus {
    background-color: transparent !important;
    border-color: #FF8A48 !important
}

.btn-outline-warning.custom-file-control:disabled:hover::before,
.btn-outline-warning.disabled.custom-file-control:hover::before,
.btn-outline.btn-warning.custom-file-control:disabled:hover::before,
.btn-outline.btn-warning.disabled.custom-file-control:hover::before,
.btn.btn-outline-warning.disabled:hover,
.btn.btn-outline-warning:disabled:hover,
.btn.btn-outline.btn-warning.disabled:hover,
.btn.btn-outline.btn-warning:disabled:hover {
    background-color: transparent !important;
    border-color: #FF8A48 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-warning.custom-file-control::before,
.btn-raised.btn-warning.custom-file-control::before,
.btn.btn-raised-warning,
.btn.btn-raised.btn-warning {
    color: #fff;
    background-color: #FF8A48;
    border-color: #FF8A48;
    box-shadow: 0 5px 15px rgba(255, 138, 72, .15), 0 15px 40px rgba(255, 138, 72, .2)
}

.btn-raised-warning.custom-file-control:active::before,
.btn-raised-warning.custom-file-control:hover::before,
.btn-raised.btn-warning.custom-file-control:active::before,
.btn-raised.btn-warning.custom-file-control:hover::before,
.btn.btn-raised-warning:active,
.btn.btn-raised-warning:hover,
.btn.btn-raised.btn-warning:active,
.btn.btn-raised.btn-warning:hover {
    color: #fff !important;
    background-color: #ff8d4d;
    box-shadow: none !important
}

.btn-raised-warning.custom-file-control:focus::before,
.btn-raised.btn-warning.custom-file-control:focus::before,
.btn.btn-raised-warning:focus,
.btn.btn-raised.btn-warning:focus {
    box-shadow: none !important
}

.btn-raised-warning.active.custom-file-control::before,
.btn-raised.btn-warning.active.custom-file-control::before,
.btn.btn-raised-warning.active,
.btn.btn-raised.btn-warning.active,
.open>.btn-raised-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-warning.dropdown-toggle,
.open>.btn.btn-raised.btn-warning.dropdown-toggle,
.show>.btn-raised-warning.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-warning.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-warning.dropdown-toggle,
.show>.btn.btn-raised.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8d4d !important;
    border-color: #ff8d4d !important
}

.btn-raised-warning.active.custom-file-control:focus::before,
.btn-raised-warning.active.custom-file-control:hover::before,
.btn-raised-warning.active.focus.custom-file-control::before,
.btn-raised.btn-warning.active.custom-file-control:focus::before,
.btn-raised.btn-warning.active.custom-file-control:hover::before,
.btn-raised.btn-warning.active.focus.custom-file-control::before,
.btn.btn-raised-warning.active.focus,
.btn.btn-raised-warning.active:focus,
.btn.btn-raised-warning.active:hover,
.btn.btn-raised.btn-warning.active.focus,
.btn.btn-raised.btn-warning.active:focus,
.btn.btn-raised.btn-warning.active:hover,
.open>.btn-raised-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-warning.dropdown-toggle.focus,
.open>.btn.btn-raised-warning.dropdown-toggle:focus,
.open>.btn.btn-raised-warning.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-warning.dropdown-toggle:hover,
.show>.btn-raised-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-warning.dropdown-toggle.focus,
.show>.btn.btn-raised-warning.dropdown-toggle:focus,
.show>.btn.btn-raised-warning.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-warning.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-warning.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff8d4d;
    border-color: #ff8d4d
}

.open>.btn-raised-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-warning.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #FF8A48
}

.open>.btn-raised-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-warning.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-warning.dropdown-toggle.btn-icon:hover {
    background-color: #ff8d4d
}

.btn-raised-warning.custom-file-control:disabled.focus::before,
.btn-raised-warning.custom-file-control:disabled:focus::before,
.btn-raised-warning.disabled.custom-file-control:focus::before,
.btn-raised-warning.disabled.focus.custom-file-control::before,
.btn-raised.btn-warning.custom-file-control:disabled.focus::before,
.btn-raised.btn-warning.custom-file-control:disabled:focus::before,
.btn-raised.btn-warning.disabled.custom-file-control:focus::before,
.btn-raised.btn-warning.disabled.focus.custom-file-control::before,
.btn.btn-raised-warning.disabled.focus,
.btn.btn-raised-warning.disabled:focus,
.btn.btn-raised-warning:disabled.focus,
.btn.btn-raised-warning:disabled:focus,
.btn.btn-raised.btn-warning.disabled.focus,
.btn.btn-raised.btn-warning.disabled:focus,
.btn.btn-raised.btn-warning:disabled.focus,
.btn.btn-raised.btn-warning:disabled:focus {
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important
}

.btn-raised-warning.custom-file-control:disabled:hover::before,
.btn-raised-warning.disabled.custom-file-control:hover::before,
.btn-raised.btn-warning.custom-file-control:disabled:hover::before,
.btn-raised.btn-warning.disabled.custom-file-control:hover::before,
.btn.btn-raised-warning.disabled:hover,
.btn.btn-raised-warning:disabled:hover,
.btn.btn-raised.btn-warning.disabled:hover,
.btn.btn-raised.btn-warning:disabled:hover {
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-warning.custom-file-control::before,
.btn-opacity.btn-warning.custom-file-control::before,
.btn.btn-opacity-warning,
.btn.btn-opacity.btn-warning {
    color: #FF8A48;
    background-color: rgba(255, 138, 72, .1);
    border-color: #FF8A48;
    box-shadow: none
}

.btn-opacity-warning.custom-file-control:active::before,
.btn-opacity-warning.custom-file-control:hover::before,
.btn-opacity.btn-warning.custom-file-control:active::before,
.btn-opacity.btn-warning.custom-file-control:hover::before,
.btn.btn-opacity-warning:active,
.btn.btn-opacity-warning:hover,
.btn.btn-opacity.btn-warning:active,
.btn.btn-opacity.btn-warning:hover {
    color: #fff !important;
    background-color: #FF8A48;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-warning.custom-file-control:focus::before,
.btn-opacity.btn-warning.custom-file-control:focus::before,
.btn.btn-opacity-warning:focus,
.btn.btn-opacity.btn-warning:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-warning.active.custom-file-control::before,
.btn-opacity.btn-warning.active.custom-file-control::before,
.btn.btn-opacity-warning.active,
.btn.btn-opacity.btn-warning.active,
.open>.btn-opacity-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-warning.dropdown-toggle,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle,
.show>.btn-opacity-warning.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-warning.dropdown-toggle,
.show>.btn.btn-opacity.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important
}

.btn-opacity-warning.active.custom-file-control:focus::before,
.btn-opacity-warning.active.custom-file-control:hover::before,
.btn-opacity-warning.active.focus.custom-file-control::before,
.btn-opacity.btn-warning.active.custom-file-control:focus::before,
.btn-opacity.btn-warning.active.custom-file-control:hover::before,
.btn-opacity.btn-warning.active.focus.custom-file-control::before,
.btn.btn-opacity-warning.active.focus,
.btn.btn-opacity-warning.active:focus,
.btn.btn-opacity-warning.active:hover,
.btn.btn-opacity.btn-warning.active.focus,
.btn.btn-opacity.btn-warning.active:focus,
.btn.btn-opacity.btn-warning.active:hover,
.open>.btn-opacity-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-warning.dropdown-toggle.focus,
.open>.btn.btn-opacity-warning.dropdown-toggle:focus,
.open>.btn.btn-opacity-warning.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle:hover,
.show>.btn-opacity-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-warning.dropdown-toggle.focus,
.show>.btn.btn-opacity-warning.dropdown-toggle:focus,
.show>.btn.btn-opacity-warning.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-warning.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-warning.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #FF8A48;
    border-color: #FF8A48
}

.open>.btn-opacity-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-warning.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(255, 138, 72, .1)
}

.open>.btn-opacity-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-warning.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-warning.dropdown-toggle.btn-icon:hover {
    background-color: #FF8A48
}

.btn-opacity-warning.custom-file-control:disabled.focus::before,
.btn-opacity-warning.custom-file-control:disabled:focus::before,
.btn-opacity-warning.disabled.custom-file-control:focus::before,
.btn-opacity-warning.disabled.focus.custom-file-control::before,
.btn-opacity.btn-warning.custom-file-control:disabled.focus::before,
.btn-opacity.btn-warning.custom-file-control:disabled:focus::before,
.btn-opacity.btn-warning.disabled.custom-file-control:focus::before,
.btn-opacity.btn-warning.disabled.focus.custom-file-control::before,
.btn.btn-opacity-warning.disabled.focus,
.btn.btn-opacity-warning.disabled:focus,
.btn.btn-opacity-warning:disabled.focus,
.btn.btn-opacity-warning:disabled:focus,
.btn.btn-opacity.btn-warning.disabled.focus,
.btn.btn-opacity.btn-warning.disabled:focus,
.btn.btn-opacity.btn-warning:disabled.focus,
.btn.btn-opacity.btn-warning:disabled:focus {
    background-color: rgba(255, 138, 72, .1) !important;
    border-color: #FF8A48 !important
}

.btn-opacity-warning.custom-file-control:disabled:hover::before,
.btn-opacity-warning.disabled.custom-file-control:hover::before,
.btn-opacity.btn-warning.custom-file-control:disabled:hover::before,
.btn-opacity.btn-warning.disabled.custom-file-control:hover::before,
.btn.btn-opacity-warning.disabled:hover,
.btn.btn-opacity-warning:disabled:hover,
.btn.btn-opacity.btn-warning.disabled:hover,
.btn.btn-opacity.btn-warning:disabled:hover {
    background-color: rgba(255, 138, 72, .1) !important;
    border-color: #FF8A48 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-warning.custom-file-control::before,
.btn-flat.btn-warning.custom-file-control::before,
.btn.btn-flat-warning,
.btn.btn-flat.btn-warning {
    color: #fff;
    background-color: #FF8A48;
    border-color: #FF8A48;
    box-shadow: none
}

.btn-flat-warning.custom-file-control:active::before,
.btn-flat-warning.custom-file-control:hover::before,
.btn-flat.btn-warning.custom-file-control:active::before,
.btn-flat.btn-warning.custom-file-control:hover::before,
.btn.btn-flat-warning:active,
.btn.btn-flat-warning:hover,
.btn.btn-flat.btn-warning:active,
.btn.btn-flat.btn-warning:hover {
    color: #fff !important;
    background-color: #ff8d4d;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-warning.custom-file-control:focus::before,
.btn-flat.btn-warning.custom-file-control:focus::before,
.btn.btn-flat-warning:focus,
.btn.btn-flat.btn-warning:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-warning.active.custom-file-control::before,
.btn-flat.btn-warning.active.custom-file-control::before,
.btn.btn-flat-warning.active,
.btn.btn-flat.btn-warning.active,
.open>.btn-flat-warning.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-warning.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-warning.dropdown-toggle,
.open>.btn.btn-flat.btn-warning.dropdown-toggle,
.show>.btn-flat-warning.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-warning.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-warning.dropdown-toggle,
.show>.btn.btn-flat.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8d4d !important;
    border-color: #ff8d4d !important
}

.btn-flat-warning.active.custom-file-control:focus::before,
.btn-flat-warning.active.custom-file-control:hover::before,
.btn-flat-warning.active.focus.custom-file-control::before,
.btn-flat.btn-warning.active.custom-file-control:focus::before,
.btn-flat.btn-warning.active.custom-file-control:hover::before,
.btn-flat.btn-warning.active.focus.custom-file-control::before,
.btn.btn-flat-warning.active.focus,
.btn.btn-flat-warning.active:focus,
.btn.btn-flat-warning.active:hover,
.btn.btn-flat.btn-warning.active.focus,
.btn.btn-flat.btn-warning.active:focus,
.btn.btn-flat.btn-warning.active:hover,
.open>.btn-flat-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-warning.dropdown-toggle.focus,
.open>.btn.btn-flat-warning.dropdown-toggle:focus,
.open>.btn.btn-flat-warning.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-warning.dropdown-toggle:hover,
.show>.btn-flat-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-warning.dropdown-toggle.focus,
.show>.btn.btn-flat-warning.dropdown-toggle:focus,
.show>.btn.btn-flat-warning.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-warning.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-warning.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff8d4d;
    border-color: #ff8d4d
}

.open>.btn-flat-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-warning.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-warning.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-warning.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #FF8A48
}

.open>.btn-flat-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-warning.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-warning.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-warning.dropdown-toggle.btn-icon:hover {
    background-color: #ff8d4d
}

.btn-flat-warning.custom-file-control:disabled.focus::before,
.btn-flat-warning.custom-file-control:disabled:focus::before,
.btn-flat-warning.disabled.custom-file-control:focus::before,
.btn-flat-warning.disabled.focus.custom-file-control::before,
.btn-flat.btn-warning.custom-file-control:disabled.focus::before,
.btn-flat.btn-warning.custom-file-control:disabled:focus::before,
.btn-flat.btn-warning.disabled.custom-file-control:focus::before,
.btn-flat.btn-warning.disabled.focus.custom-file-control::before,
.btn.btn-flat-warning.disabled.focus,
.btn.btn-flat-warning.disabled:focus,
.btn.btn-flat-warning:disabled.focus,
.btn.btn-flat-warning:disabled:focus,
.btn.btn-flat.btn-warning.disabled.focus,
.btn.btn-flat.btn-warning.disabled:focus,
.btn.btn-flat.btn-warning:disabled.focus,
.btn.btn-flat.btn-warning:disabled:focus {
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important
}

.btn-flat-warning.custom-file-control:disabled:hover::before,
.btn-flat-warning.disabled.custom-file-control:hover::before,
.btn-flat.btn-warning.custom-file-control:disabled:hover::before,
.btn-flat.btn-warning.disabled.custom-file-control:hover::before,
.btn.btn-flat-warning.disabled:hover,
.btn.btn-flat-warning:disabled:hover,
.btn.btn-flat.btn-warning.disabled:hover,
.btn.btn-flat.btn-warning:disabled:hover {
    background-color: #FF8A48 !important;
    border-color: #FF8A48 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-warning.custom-file-control::before,
.btn-link.btn-warning.custom-file-control::before,
.btn.btn-link-warning,
.btn.btn-link.btn-warning {
    color: #FF8A48 !important
}

.btn.btn-link-warning::after,
.btn.btn-link.btn-warning::after {
    background-color: #FF8A48 !important
}

.btn-outline-danger.custom-file-control::before,
.btn-outline.btn-danger.custom-file-control::before,
.btn.btn-outline-danger,
.btn.btn-outline.btn-danger {
    color: #FF3D57;
    background-color: transparent;
    border-color: #FF3D57;
    box-shadow: none
}

.btn-outline-danger.custom-file-control:active::before,
.btn-outline-danger.custom-file-control:hover::before,
.btn-outline.btn-danger.custom-file-control:active::before,
.btn-outline.btn-danger.custom-file-control:hover::before,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger:hover,
.btn.btn-outline.btn-danger:active,
.btn.btn-outline.btn-danger:hover {
    color: #fff !important;
    background-color: #FF3D57;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-danger.custom-file-control:focus::before,
.btn-outline.btn-danger.custom-file-control:focus::before,
.btn.btn-outline-danger:focus,
.btn.btn-outline.btn-danger:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-danger.active.custom-file-control::before,
.btn-outline.btn-danger.active.custom-file-control::before,
.btn.btn-outline-danger.active,
.btn.btn-outline.btn-danger.active,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle,
.open>.btn.btn-outline.btn-danger.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-danger.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-danger.dropdown-toggle,
.show>.btn.btn-outline.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important
}

.btn-outline-danger.active.custom-file-control:focus::before,
.btn-outline-danger.active.custom-file-control:hover::before,
.btn-outline-danger.active.focus.custom-file-control::before,
.btn-outline.btn-danger.active.custom-file-control:focus::before,
.btn-outline.btn-danger.active.custom-file-control:hover::before,
.btn-outline.btn-danger.active.focus.custom-file-control::before,
.btn.btn-outline-danger.active.focus,
.btn.btn-outline-danger.active:focus,
.btn.btn-outline-danger.active:hover,
.btn.btn-outline.btn-danger.active.focus,
.btn.btn-outline.btn-danger.active:focus,
.btn.btn-outline.btn-danger.active:hover,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle.focus,
.open>.btn.btn-outline-danger.dropdown-toggle:focus,
.open>.btn.btn-outline-danger.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-danger.dropdown-toggle:hover,
.show>.btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-danger.dropdown-toggle.focus,
.show>.btn.btn-outline-danger.dropdown-toggle:focus,
.show>.btn.btn-outline-danger.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-danger.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-danger.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57
}

.open>.btn-outline-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-danger.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-danger.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-danger.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-danger.dropdown-toggle.btn-icon:hover {
    background-color: #FF3D57
}

.btn-outline-danger.custom-file-control:disabled.focus::before,
.btn-outline-danger.custom-file-control:disabled:focus::before,
.btn-outline-danger.disabled.custom-file-control:focus::before,
.btn-outline-danger.disabled.focus.custom-file-control::before,
.btn-outline.btn-danger.custom-file-control:disabled.focus::before,
.btn-outline.btn-danger.custom-file-control:disabled:focus::before,
.btn-outline.btn-danger.disabled.custom-file-control:focus::before,
.btn-outline.btn-danger.disabled.focus.custom-file-control::before,
.btn.btn-outline-danger.disabled.focus,
.btn.btn-outline-danger.disabled:focus,
.btn.btn-outline-danger:disabled.focus,
.btn.btn-outline-danger:disabled:focus,
.btn.btn-outline.btn-danger.disabled.focus,
.btn.btn-outline.btn-danger.disabled:focus,
.btn.btn-outline.btn-danger:disabled.focus,
.btn.btn-outline.btn-danger:disabled:focus {
    background-color: transparent !important;
    border-color: #FF3D57 !important
}

.btn-outline-danger.custom-file-control:disabled:hover::before,
.btn-outline-danger.disabled.custom-file-control:hover::before,
.btn-outline.btn-danger.custom-file-control:disabled:hover::before,
.btn-outline.btn-danger.disabled.custom-file-control:hover::before,
.btn.btn-outline-danger.disabled:hover,
.btn.btn-outline-danger:disabled:hover,
.btn.btn-outline.btn-danger.disabled:hover,
.btn.btn-outline.btn-danger:disabled:hover {
    background-color: transparent !important;
    border-color: #FF3D57 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-danger.custom-file-control::before,
.btn-raised.btn-danger.custom-file-control::before,
.btn.btn-raised-danger,
.btn.btn-raised.btn-danger {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57;
    box-shadow: 0 5px 15px rgba(255, 61, 87, .15), 0 15px 40px rgba(255, 61, 87, .2)
}

.btn-raised-danger.custom-file-control:active::before,
.btn-raised-danger.custom-file-control:hover::before,
.btn-raised.btn-danger.custom-file-control:active::before,
.btn-raised.btn-danger.custom-file-control:hover::before,
.btn.btn-raised-danger:active,
.btn.btn-raised-danger:hover,
.btn.btn-raised.btn-danger:active,
.btn.btn-raised.btn-danger:hover {
    color: #fff !important;
    background-color: #ff425b;
    box-shadow: none !important
}

.btn-raised-danger.custom-file-control:focus::before,
.btn-raised.btn-danger.custom-file-control:focus::before,
.btn.btn-raised-danger:focus,
.btn.btn-raised.btn-danger:focus {
    box-shadow: none !important
}

.btn-raised-danger.active.custom-file-control::before,
.btn-raised.btn-danger.active.custom-file-control::before,
.btn.btn-raised-danger.active,
.btn.btn-raised.btn-danger.active,
.open>.btn-raised-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-danger.dropdown-toggle,
.open>.btn.btn-raised.btn-danger.dropdown-toggle,
.show>.btn-raised-danger.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-danger.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-danger.dropdown-toggle,
.show>.btn.btn-raised.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff425b !important;
    border-color: #ff425b !important
}

.btn-raised-danger.active.custom-file-control:focus::before,
.btn-raised-danger.active.custom-file-control:hover::before,
.btn-raised-danger.active.focus.custom-file-control::before,
.btn-raised.btn-danger.active.custom-file-control:focus::before,
.btn-raised.btn-danger.active.custom-file-control:hover::before,
.btn-raised.btn-danger.active.focus.custom-file-control::before,
.btn.btn-raised-danger.active.focus,
.btn.btn-raised-danger.active:focus,
.btn.btn-raised-danger.active:hover,
.btn.btn-raised.btn-danger.active.focus,
.btn.btn-raised.btn-danger.active:focus,
.btn.btn-raised.btn-danger.active:hover,
.open>.btn-raised-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-danger.dropdown-toggle.focus,
.open>.btn.btn-raised-danger.dropdown-toggle:focus,
.open>.btn.btn-raised-danger.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-danger.dropdown-toggle:hover,
.show>.btn-raised-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-danger.dropdown-toggle.focus,
.show>.btn.btn-raised-danger.dropdown-toggle:focus,
.show>.btn.btn-raised-danger.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-danger.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-danger.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff425b;
    border-color: #ff425b
}

.open>.btn-raised-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-danger.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #FF3D57
}

.open>.btn-raised-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-danger.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-danger.dropdown-toggle.btn-icon:hover {
    background-color: #ff425b
}

.btn-raised-danger.custom-file-control:disabled.focus::before,
.btn-raised-danger.custom-file-control:disabled:focus::before,
.btn-raised-danger.disabled.custom-file-control:focus::before,
.btn-raised-danger.disabled.focus.custom-file-control::before,
.btn-raised.btn-danger.custom-file-control:disabled.focus::before,
.btn-raised.btn-danger.custom-file-control:disabled:focus::before,
.btn-raised.btn-danger.disabled.custom-file-control:focus::before,
.btn-raised.btn-danger.disabled.focus.custom-file-control::before,
.btn.btn-raised-danger.disabled.focus,
.btn.btn-raised-danger.disabled:focus,
.btn.btn-raised-danger:disabled.focus,
.btn.btn-raised-danger:disabled:focus,
.btn.btn-raised.btn-danger.disabled.focus,
.btn.btn-raised.btn-danger.disabled:focus,
.btn.btn-raised.btn-danger:disabled.focus,
.btn.btn-raised.btn-danger:disabled:focus {
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important
}

.btn-raised-danger.custom-file-control:disabled:hover::before,
.btn-raised-danger.disabled.custom-file-control:hover::before,
.btn-raised.btn-danger.custom-file-control:disabled:hover::before,
.btn-raised.btn-danger.disabled.custom-file-control:hover::before,
.btn.btn-raised-danger.disabled:hover,
.btn.btn-raised-danger:disabled:hover,
.btn.btn-raised.btn-danger.disabled:hover,
.btn.btn-raised.btn-danger:disabled:hover {
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-danger.custom-file-control::before,
.btn-opacity.btn-danger.custom-file-control::before,
.btn.btn-opacity-danger,
.btn.btn-opacity.btn-danger {
    color: #FF3D57;
    background-color: rgba(255, 61, 87, .1);
    border-color: #FF3D57;
    box-shadow: none
}

.btn-opacity-danger.custom-file-control:active::before,
.btn-opacity-danger.custom-file-control:hover::before,
.btn-opacity.btn-danger.custom-file-control:active::before,
.btn-opacity.btn-danger.custom-file-control:hover::before,
.btn.btn-opacity-danger:active,
.btn.btn-opacity-danger:hover,
.btn.btn-opacity.btn-danger:active,
.btn.btn-opacity.btn-danger:hover {
    color: #fff !important;
    background-color: #FF3D57;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-danger.custom-file-control:focus::before,
.btn-opacity.btn-danger.custom-file-control:focus::before,
.btn.btn-opacity-danger:focus,
.btn.btn-opacity.btn-danger:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-danger.active.custom-file-control::before,
.btn-opacity.btn-danger.active.custom-file-control::before,
.btn.btn-opacity-danger.active,
.btn.btn-opacity.btn-danger.active,
.open>.btn-opacity-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-danger.dropdown-toggle,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle,
.show>.btn-opacity-danger.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-danger.dropdown-toggle,
.show>.btn.btn-opacity.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important
}

.btn-opacity-danger.active.custom-file-control:focus::before,
.btn-opacity-danger.active.custom-file-control:hover::before,
.btn-opacity-danger.active.focus.custom-file-control::before,
.btn-opacity.btn-danger.active.custom-file-control:focus::before,
.btn-opacity.btn-danger.active.custom-file-control:hover::before,
.btn-opacity.btn-danger.active.focus.custom-file-control::before,
.btn.btn-opacity-danger.active.focus,
.btn.btn-opacity-danger.active:focus,
.btn.btn-opacity-danger.active:hover,
.btn.btn-opacity.btn-danger.active.focus,
.btn.btn-opacity.btn-danger.active:focus,
.btn.btn-opacity.btn-danger.active:hover,
.open>.btn-opacity-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-danger.dropdown-toggle.focus,
.open>.btn.btn-opacity-danger.dropdown-toggle:focus,
.open>.btn.btn-opacity-danger.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle:hover,
.show>.btn-opacity-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-danger.dropdown-toggle.focus,
.show>.btn.btn-opacity-danger.dropdown-toggle:focus,
.show>.btn.btn-opacity-danger.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-danger.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-danger.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57
}

.open>.btn-opacity-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-danger.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(255, 61, 87, .1)
}

.open>.btn-opacity-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-danger.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-danger.dropdown-toggle.btn-icon:hover {
    background-color: #FF3D57
}

.btn-opacity-danger.custom-file-control:disabled.focus::before,
.btn-opacity-danger.custom-file-control:disabled:focus::before,
.btn-opacity-danger.disabled.custom-file-control:focus::before,
.btn-opacity-danger.disabled.focus.custom-file-control::before,
.btn-opacity.btn-danger.custom-file-control:disabled.focus::before,
.btn-opacity.btn-danger.custom-file-control:disabled:focus::before,
.btn-opacity.btn-danger.disabled.custom-file-control:focus::before,
.btn-opacity.btn-danger.disabled.focus.custom-file-control::before,
.btn.btn-opacity-danger.disabled.focus,
.btn.btn-opacity-danger.disabled:focus,
.btn.btn-opacity-danger:disabled.focus,
.btn.btn-opacity-danger:disabled:focus,
.btn.btn-opacity.btn-danger.disabled.focus,
.btn.btn-opacity.btn-danger.disabled:focus,
.btn.btn-opacity.btn-danger:disabled.focus,
.btn.btn-opacity.btn-danger:disabled:focus {
    background-color: rgba(255, 61, 87, .1) !important;
    border-color: #FF3D57 !important
}

.btn-opacity-danger.custom-file-control:disabled:hover::before,
.btn-opacity-danger.disabled.custom-file-control:hover::before,
.btn-opacity.btn-danger.custom-file-control:disabled:hover::before,
.btn-opacity.btn-danger.disabled.custom-file-control:hover::before,
.btn.btn-opacity-danger.disabled:hover,
.btn.btn-opacity-danger:disabled:hover,
.btn.btn-opacity.btn-danger.disabled:hover,
.btn.btn-opacity.btn-danger:disabled:hover {
    background-color: rgba(255, 61, 87, .1) !important;
    border-color: #FF3D57 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-danger.custom-file-control::before,
.btn-flat.btn-danger.custom-file-control::before,
.btn.btn-flat-danger,
.btn.btn-flat.btn-danger {
    color: #fff;
    background-color: #FF3D57;
    border-color: #FF3D57;
    box-shadow: none
}

.btn-flat-danger.custom-file-control:active::before,
.btn-flat-danger.custom-file-control:hover::before,
.btn-flat.btn-danger.custom-file-control:active::before,
.btn-flat.btn-danger.custom-file-control:hover::before,
.btn.btn-flat-danger:active,
.btn.btn-flat-danger:hover,
.btn.btn-flat.btn-danger:active,
.btn.btn-flat.btn-danger:hover {
    color: #fff !important;
    background-color: #ff425b;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-danger.custom-file-control:focus::before,
.btn-flat.btn-danger.custom-file-control:focus::before,
.btn.btn-flat-danger:focus,
.btn.btn-flat.btn-danger:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-danger.active.custom-file-control::before,
.btn-flat.btn-danger.active.custom-file-control::before,
.btn.btn-flat-danger.active,
.btn.btn-flat.btn-danger.active,
.open>.btn-flat-danger.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-danger.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-danger.dropdown-toggle,
.open>.btn.btn-flat.btn-danger.dropdown-toggle,
.show>.btn-flat-danger.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-danger.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-danger.dropdown-toggle,
.show>.btn.btn-flat.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff425b !important;
    border-color: #ff425b !important
}

.btn-flat-danger.active.custom-file-control:focus::before,
.btn-flat-danger.active.custom-file-control:hover::before,
.btn-flat-danger.active.focus.custom-file-control::before,
.btn-flat.btn-danger.active.custom-file-control:focus::before,
.btn-flat.btn-danger.active.custom-file-control:hover::before,
.btn-flat.btn-danger.active.focus.custom-file-control::before,
.btn.btn-flat-danger.active.focus,
.btn.btn-flat-danger.active:focus,
.btn.btn-flat-danger.active:hover,
.btn.btn-flat.btn-danger.active.focus,
.btn.btn-flat.btn-danger.active:focus,
.btn.btn-flat.btn-danger.active:hover,
.open>.btn-flat-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-danger.dropdown-toggle.focus,
.open>.btn.btn-flat-danger.dropdown-toggle:focus,
.open>.btn.btn-flat-danger.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-danger.dropdown-toggle:hover,
.show>.btn-flat-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-danger.dropdown-toggle.focus,
.show>.btn.btn-flat-danger.dropdown-toggle:focus,
.show>.btn.btn-flat-danger.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-danger.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-danger.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff425b;
    border-color: #ff425b
}

.open>.btn-flat-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-danger.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-danger.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-danger.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #FF3D57
}

.open>.btn-flat-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-danger.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-danger.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-danger.dropdown-toggle.btn-icon:hover {
    background-color: #ff425b
}

.btn-flat-danger.custom-file-control:disabled.focus::before,
.btn-flat-danger.custom-file-control:disabled:focus::before,
.btn-flat-danger.disabled.custom-file-control:focus::before,
.btn-flat-danger.disabled.focus.custom-file-control::before,
.btn-flat.btn-danger.custom-file-control:disabled.focus::before,
.btn-flat.btn-danger.custom-file-control:disabled:focus::before,
.btn-flat.btn-danger.disabled.custom-file-control:focus::before,
.btn-flat.btn-danger.disabled.focus.custom-file-control::before,
.btn.btn-flat-danger.disabled.focus,
.btn.btn-flat-danger.disabled:focus,
.btn.btn-flat-danger:disabled.focus,
.btn.btn-flat-danger:disabled:focus,
.btn.btn-flat.btn-danger.disabled.focus,
.btn.btn-flat.btn-danger.disabled:focus,
.btn.btn-flat.btn-danger:disabled.focus,
.btn.btn-flat.btn-danger:disabled:focus {
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important
}

.btn-flat-danger.custom-file-control:disabled:hover::before,
.btn-flat-danger.disabled.custom-file-control:hover::before,
.btn-flat.btn-danger.custom-file-control:disabled:hover::before,
.btn-flat.btn-danger.disabled.custom-file-control:hover::before,
.btn.btn-flat-danger.disabled:hover,
.btn.btn-flat-danger:disabled:hover,
.btn.btn-flat.btn-danger.disabled:hover,
.btn.btn-flat.btn-danger:disabled:hover {
    background-color: #FF3D57 !important;
    border-color: #FF3D57 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-danger.custom-file-control::before,
.btn-link.btn-danger.custom-file-control::before,
.btn.btn-link-danger,
.btn.btn-link.btn-danger {
    color: #FF3D57 !important
}

.btn.btn-link-danger::after,
.btn.btn-link.btn-danger::after {
    background-color: #FF3D57 !important
}

.btn-outline-light.custom-file-control::before,
.btn-outline.btn-light.custom-file-control::before,
.btn.btn-outline-light,
.btn.btn-outline.btn-light {
    color: #73808c;
    background-color: transparent;
    border-color: #73808c;
    box-shadow: none
}

.btn-outline-light.custom-file-control:active::before,
.btn-outline-light.custom-file-control:hover::before,
.btn-outline.btn-light.custom-file-control:active::before,
.btn-outline.btn-light.custom-file-control:hover::before,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline.btn-light:active,
.btn.btn-outline.btn-light:hover {
    color: #fff !important;
    background-color: #73808c;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-light.custom-file-control:focus::before,
.btn-outline.btn-light.custom-file-control:focus::before,
.btn.btn-outline-light:focus,
.btn.btn-outline.btn-light:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-light.active.custom-file-control::before,
.btn-outline.btn-light.active.custom-file-control::before,
.btn.btn-outline-light.active,
.btn.btn-outline.btn-light.active,
.open>.btn-outline-light.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle,
.open>.btn.btn-outline.btn-light.dropdown-toggle,
.show>.btn-outline-light.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-light.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-light.dropdown-toggle,
.show>.btn.btn-outline.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #73808c !important;
    border-color: #73808c !important
}

.btn-outline-light.active.custom-file-control:focus::before,
.btn-outline-light.active.custom-file-control:hover::before,
.btn-outline-light.active.focus.custom-file-control::before,
.btn-outline.btn-light.active.custom-file-control:focus::before,
.btn-outline.btn-light.active.custom-file-control:hover::before,
.btn-outline.btn-light.active.focus.custom-file-control::before,
.btn.btn-outline-light.active.focus,
.btn.btn-outline-light.active:focus,
.btn.btn-outline-light.active:hover,
.btn.btn-outline.btn-light.active.focus,
.btn.btn-outline.btn-light.active:focus,
.btn.btn-outline.btn-light.active:hover,
.open>.btn-outline-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle.focus,
.open>.btn.btn-outline-light.dropdown-toggle:focus,
.open>.btn.btn-outline-light.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-light.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-light.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-light.dropdown-toggle:hover,
.show>.btn-outline-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-light.dropdown-toggle.focus,
.show>.btn.btn-outline-light.dropdown-toggle:focus,
.show>.btn.btn-outline-light.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-light.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-light.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.open>.btn-outline-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-light.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-light.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-light.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-light.dropdown-toggle.btn-icon:hover {
    background-color: #73808c
}

.btn-outline-light.custom-file-control:disabled.focus::before,
.btn-outline-light.custom-file-control:disabled:focus::before,
.btn-outline-light.disabled.custom-file-control:focus::before,
.btn-outline-light.disabled.focus.custom-file-control::before,
.btn-outline.btn-light.custom-file-control:disabled.focus::before,
.btn-outline.btn-light.custom-file-control:disabled:focus::before,
.btn-outline.btn-light.disabled.custom-file-control:focus::before,
.btn-outline.btn-light.disabled.focus.custom-file-control::before,
.btn.btn-outline-light.disabled.focus,
.btn.btn-outline-light.disabled:focus,
.btn.btn-outline-light:disabled.focus,
.btn.btn-outline-light:disabled:focus,
.btn.btn-outline.btn-light.disabled.focus,
.btn.btn-outline.btn-light.disabled:focus,
.btn.btn-outline.btn-light:disabled.focus,
.btn.btn-outline.btn-light:disabled:focus {
    background-color: transparent !important;
    border-color: #73808c !important
}

.btn-outline-light.custom-file-control:disabled:hover::before,
.btn-outline-light.disabled.custom-file-control:hover::before,
.btn-outline.btn-light.custom-file-control:disabled:hover::before,
.btn-outline.btn-light.disabled.custom-file-control:hover::before,
.btn.btn-outline-light.disabled:hover,
.btn.btn-outline-light:disabled:hover,
.btn.btn-outline.btn-light.disabled:hover,
.btn.btn-outline.btn-light:disabled:hover {
    background-color: transparent !important;
    border-color: #73808c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-light.custom-file-control::before,
.btn-raised.btn-light.custom-file-control::before,
.btn.btn-raised-light,
.btn.btn-raised.btn-light {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c;
    box-shadow: 0 5px 15px rgba(115, 128, 140, .15), 0 15px 40px rgba(115, 128, 140, .2)
}

.btn-raised-light.custom-file-control:active::before,
.btn-raised-light.custom-file-control:hover::before,
.btn-raised.btn-light.custom-file-control:active::before,
.btn-raised.btn-light.custom-file-control:hover::before,
.btn.btn-raised-light:active,
.btn.btn-raised-light:hover,
.btn.btn-raised.btn-light:active,
.btn.btn-raised.btn-light:hover {
    color: #fff !important;
    background-color: #76828f;
    box-shadow: none !important
}

.btn-raised-light.custom-file-control:focus::before,
.btn-raised.btn-light.custom-file-control:focus::before,
.btn.btn-raised-light:focus,
.btn.btn-raised.btn-light:focus {
    box-shadow: none !important
}

.btn-raised-light.active.custom-file-control::before,
.btn-raised.btn-light.active.custom-file-control::before,
.btn.btn-raised-light.active,
.btn.btn-raised.btn-light.active,
.open>.btn-raised-light.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-light.dropdown-toggle,
.open>.btn.btn-raised.btn-light.dropdown-toggle,
.show>.btn-raised-light.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-light.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-light.dropdown-toggle,
.show>.btn.btn-raised.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #76828f !important;
    border-color: #76828f !important
}

.btn-raised-light.active.custom-file-control:focus::before,
.btn-raised-light.active.custom-file-control:hover::before,
.btn-raised-light.active.focus.custom-file-control::before,
.btn-raised.btn-light.active.custom-file-control:focus::before,
.btn-raised.btn-light.active.custom-file-control:hover::before,
.btn-raised.btn-light.active.focus.custom-file-control::before,
.btn.btn-raised-light.active.focus,
.btn.btn-raised-light.active:focus,
.btn.btn-raised-light.active:hover,
.btn.btn-raised.btn-light.active.focus,
.btn.btn-raised.btn-light.active:focus,
.btn.btn-raised.btn-light.active:hover,
.open>.btn-raised-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-light.dropdown-toggle.focus,
.open>.btn.btn-raised-light.dropdown-toggle:focus,
.open>.btn.btn-raised-light.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-light.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-light.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-light.dropdown-toggle:hover,
.show>.btn-raised-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-light.dropdown-toggle.focus,
.show>.btn.btn-raised-light.dropdown-toggle:focus,
.show>.btn.btn-raised-light.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-light.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-light.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #76828f;
    border-color: #76828f
}

.open>.btn-raised-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-light.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-light.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #73808c
}

.open>.btn-raised-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-light.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-light.dropdown-toggle.btn-icon:hover {
    background-color: #76828f
}

.btn-raised-light.custom-file-control:disabled.focus::before,
.btn-raised-light.custom-file-control:disabled:focus::before,
.btn-raised-light.disabled.custom-file-control:focus::before,
.btn-raised-light.disabled.focus.custom-file-control::before,
.btn-raised.btn-light.custom-file-control:disabled.focus::before,
.btn-raised.btn-light.custom-file-control:disabled:focus::before,
.btn-raised.btn-light.disabled.custom-file-control:focus::before,
.btn-raised.btn-light.disabled.focus.custom-file-control::before,
.btn.btn-raised-light.disabled.focus,
.btn.btn-raised-light.disabled:focus,
.btn.btn-raised-light:disabled.focus,
.btn.btn-raised-light:disabled:focus,
.btn.btn-raised.btn-light.disabled.focus,
.btn.btn-raised.btn-light.disabled:focus,
.btn.btn-raised.btn-light:disabled.focus,
.btn.btn-raised.btn-light:disabled:focus {
    background-color: #73808c !important;
    border-color: #73808c !important
}

.btn-raised-light.custom-file-control:disabled:hover::before,
.btn-raised-light.disabled.custom-file-control:hover::before,
.btn-raised.btn-light.custom-file-control:disabled:hover::before,
.btn-raised.btn-light.disabled.custom-file-control:hover::before,
.btn.btn-raised-light.disabled:hover,
.btn.btn-raised-light:disabled:hover,
.btn.btn-raised.btn-light.disabled:hover,
.btn.btn-raised.btn-light:disabled:hover {
    background-color: #73808c !important;
    border-color: #73808c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-light.custom-file-control::before,
.btn-opacity.btn-light.custom-file-control::before,
.btn.btn-opacity-light,
.btn.btn-opacity.btn-light {
    color: #73808c;
    background-color: rgba(115, 128, 140, .1);
    border-color: #73808c;
    box-shadow: none
}

.btn-opacity-light.custom-file-control:active::before,
.btn-opacity-light.custom-file-control:hover::before,
.btn-opacity.btn-light.custom-file-control:active::before,
.btn-opacity.btn-light.custom-file-control:hover::before,
.btn.btn-opacity-light:active,
.btn.btn-opacity-light:hover,
.btn.btn-opacity.btn-light:active,
.btn.btn-opacity.btn-light:hover {
    color: #fff !important;
    background-color: #73808c;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-light.custom-file-control:focus::before,
.btn-opacity.btn-light.custom-file-control:focus::before,
.btn.btn-opacity-light:focus,
.btn.btn-opacity.btn-light:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-light.active.custom-file-control::before,
.btn-opacity.btn-light.active.custom-file-control::before,
.btn.btn-opacity-light.active,
.btn.btn-opacity.btn-light.active,
.open>.btn-opacity-light.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-light.dropdown-toggle,
.open>.btn.btn-opacity.btn-light.dropdown-toggle,
.show>.btn-opacity-light.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-light.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-light.dropdown-toggle,
.show>.btn.btn-opacity.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #73808c !important;
    border-color: #73808c !important
}

.btn-opacity-light.active.custom-file-control:focus::before,
.btn-opacity-light.active.custom-file-control:hover::before,
.btn-opacity-light.active.focus.custom-file-control::before,
.btn-opacity.btn-light.active.custom-file-control:focus::before,
.btn-opacity.btn-light.active.custom-file-control:hover::before,
.btn-opacity.btn-light.active.focus.custom-file-control::before,
.btn.btn-opacity-light.active.focus,
.btn.btn-opacity-light.active:focus,
.btn.btn-opacity-light.active:hover,
.btn.btn-opacity.btn-light.active.focus,
.btn.btn-opacity.btn-light.active:focus,
.btn.btn-opacity.btn-light.active:hover,
.open>.btn-opacity-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-light.dropdown-toggle.focus,
.open>.btn.btn-opacity-light.dropdown-toggle:focus,
.open>.btn.btn-opacity-light.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-light.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-light.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-light.dropdown-toggle:hover,
.show>.btn-opacity-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-light.dropdown-toggle.focus,
.show>.btn.btn-opacity-light.dropdown-toggle:focus,
.show>.btn.btn-opacity-light.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-light.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-light.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c
}

.open>.btn-opacity-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-light.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-light.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(115, 128, 140, .1)
}

.open>.btn-opacity-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-light.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-light.dropdown-toggle.btn-icon:hover {
    background-color: #73808c
}

.btn-opacity-light.custom-file-control:disabled.focus::before,
.btn-opacity-light.custom-file-control:disabled:focus::before,
.btn-opacity-light.disabled.custom-file-control:focus::before,
.btn-opacity-light.disabled.focus.custom-file-control::before,
.btn-opacity.btn-light.custom-file-control:disabled.focus::before,
.btn-opacity.btn-light.custom-file-control:disabled:focus::before,
.btn-opacity.btn-light.disabled.custom-file-control:focus::before,
.btn-opacity.btn-light.disabled.focus.custom-file-control::before,
.btn.btn-opacity-light.disabled.focus,
.btn.btn-opacity-light.disabled:focus,
.btn.btn-opacity-light:disabled.focus,
.btn.btn-opacity-light:disabled:focus,
.btn.btn-opacity.btn-light.disabled.focus,
.btn.btn-opacity.btn-light.disabled:focus,
.btn.btn-opacity.btn-light:disabled.focus,
.btn.btn-opacity.btn-light:disabled:focus {
    background-color: rgba(115, 128, 140, .1) !important;
    border-color: #73808c !important
}

.btn-opacity-light.custom-file-control:disabled:hover::before,
.btn-opacity-light.disabled.custom-file-control:hover::before,
.btn-opacity.btn-light.custom-file-control:disabled:hover::before,
.btn-opacity.btn-light.disabled.custom-file-control:hover::before,
.btn.btn-opacity-light.disabled:hover,
.btn.btn-opacity-light:disabled:hover,
.btn.btn-opacity.btn-light.disabled:hover,
.btn.btn-opacity.btn-light:disabled:hover {
    background-color: rgba(115, 128, 140, .1) !important;
    border-color: #73808c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-light.custom-file-control::before,
.btn-flat.btn-light.custom-file-control::before,
.btn.btn-flat-light,
.btn.btn-flat.btn-light {
    color: #fff;
    background-color: #73808c;
    border-color: #73808c;
    box-shadow: none
}

.btn-flat-light.custom-file-control:active::before,
.btn-flat-light.custom-file-control:hover::before,
.btn-flat.btn-light.custom-file-control:active::before,
.btn-flat.btn-light.custom-file-control:hover::before,
.btn.btn-flat-light:active,
.btn.btn-flat-light:hover,
.btn.btn-flat.btn-light:active,
.btn.btn-flat.btn-light:hover {
    color: #fff !important;
    background-color: #76828f;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-light.custom-file-control:focus::before,
.btn-flat.btn-light.custom-file-control:focus::before,
.btn.btn-flat-light:focus,
.btn.btn-flat.btn-light:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-light.active.custom-file-control::before,
.btn-flat.btn-light.active.custom-file-control::before,
.btn.btn-flat-light.active,
.btn.btn-flat.btn-light.active,
.open>.btn-flat-light.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-light.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-light.dropdown-toggle,
.open>.btn.btn-flat.btn-light.dropdown-toggle,
.show>.btn-flat-light.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-light.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-light.dropdown-toggle,
.show>.btn.btn-flat.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #76828f !important;
    border-color: #76828f !important
}

.btn-flat-light.active.custom-file-control:focus::before,
.btn-flat-light.active.custom-file-control:hover::before,
.btn-flat-light.active.focus.custom-file-control::before,
.btn-flat.btn-light.active.custom-file-control:focus::before,
.btn-flat.btn-light.active.custom-file-control:hover::before,
.btn-flat.btn-light.active.focus.custom-file-control::before,
.btn.btn-flat-light.active.focus,
.btn.btn-flat-light.active:focus,
.btn.btn-flat-light.active:hover,
.btn.btn-flat.btn-light.active.focus,
.btn.btn-flat.btn-light.active:focus,
.btn.btn-flat.btn-light.active:hover,
.open>.btn-flat-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-light.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-light.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-light.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-light.dropdown-toggle.focus,
.open>.btn.btn-flat-light.dropdown-toggle:focus,
.open>.btn.btn-flat-light.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-light.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-light.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-light.dropdown-toggle:hover,
.show>.btn-flat-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-light.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-light.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-light.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-light.dropdown-toggle.focus,
.show>.btn.btn-flat-light.dropdown-toggle:focus,
.show>.btn.btn-flat-light.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-light.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-light.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #76828f;
    border-color: #76828f
}

.open>.btn-flat-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-light.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-light.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-light.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #73808c
}

.open>.btn-flat-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-light.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-light.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-light.dropdown-toggle.btn-icon:hover {
    background-color: #76828f
}

.btn-flat-light.custom-file-control:disabled.focus::before,
.btn-flat-light.custom-file-control:disabled:focus::before,
.btn-flat-light.disabled.custom-file-control:focus::before,
.btn-flat-light.disabled.focus.custom-file-control::before,
.btn-flat.btn-light.custom-file-control:disabled.focus::before,
.btn-flat.btn-light.custom-file-control:disabled:focus::before,
.btn-flat.btn-light.disabled.custom-file-control:focus::before,
.btn-flat.btn-light.disabled.focus.custom-file-control::before,
.btn.btn-flat-light.disabled.focus,
.btn.btn-flat-light.disabled:focus,
.btn.btn-flat-light:disabled.focus,
.btn.btn-flat-light:disabled:focus,
.btn.btn-flat.btn-light.disabled.focus,
.btn.btn-flat.btn-light.disabled:focus,
.btn.btn-flat.btn-light:disabled.focus,
.btn.btn-flat.btn-light:disabled:focus {
    background-color: #73808c !important;
    border-color: #73808c !important
}

.btn-flat-light.custom-file-control:disabled:hover::before,
.btn-flat-light.disabled.custom-file-control:hover::before,
.btn-flat.btn-light.custom-file-control:disabled:hover::before,
.btn-flat.btn-light.disabled.custom-file-control:hover::before,
.btn.btn-flat-light.disabled:hover,
.btn.btn-flat-light:disabled:hover,
.btn.btn-flat.btn-light.disabled:hover,
.btn.btn-flat.btn-light:disabled:hover {
    background-color: #73808c !important;
    border-color: #73808c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-light.custom-file-control::before,
.btn-link.btn-light.custom-file-control::before,
.btn.btn-link-light,
.btn.btn-link.btn-light {
    color: #73808c !important
}

.btn.btn-link-light::after,
.btn.btn-link.btn-light::after {
    background-color: #73808c !important
}

.btn-outline-dark.custom-file-control::before,
.btn-outline.btn-dark.custom-file-control::before,
.btn.btn-outline-dark,
.btn.btn-outline.btn-dark {
    color: #1e2835;
    background-color: transparent;
    border-color: #1e2835;
    box-shadow: none
}

.btn-outline-dark.custom-file-control:active::before,
.btn-outline-dark.custom-file-control:hover::before,
.btn-outline.btn-dark.custom-file-control:active::before,
.btn-outline.btn-dark.custom-file-control:hover::before,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline.btn-dark:active,
.btn.btn-outline.btn-dark:hover {
    color: #fff !important;
    background-color: #1e2835;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-dark.custom-file-control:focus::before,
.btn-outline.btn-dark.custom-file-control:focus::before,
.btn.btn-outline-dark:focus,
.btn.btn-outline.btn-dark:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-outline-dark.active.custom-file-control::before,
.btn-outline.btn-dark.active.custom-file-control::before,
.btn.btn-outline-dark.active,
.btn.btn-outline.btn-dark.active,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-outline.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle,
.open>.btn.btn-outline.btn-dark.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle.custom-file-control::before,
.show>.btn-outline.btn-dark.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-outline-dark.dropdown-toggle,
.show>.btn.btn-outline.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e2835 !important;
    border-color: #1e2835 !important
}

.btn-outline-dark.active.custom-file-control:focus::before,
.btn-outline-dark.active.custom-file-control:hover::before,
.btn-outline-dark.active.focus.custom-file-control::before,
.btn-outline.btn-dark.active.custom-file-control:focus::before,
.btn-outline.btn-dark.active.custom-file-control:hover::before,
.btn-outline.btn-dark.active.focus.custom-file-control::before,
.btn.btn-outline-dark.active.focus,
.btn.btn-outline-dark.active:focus,
.btn.btn-outline-dark.active:hover,
.btn.btn-outline.btn-dark.active.focus,
.btn.btn-outline.btn-dark.active:focus,
.btn.btn-outline.btn-dark.active:hover,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-outline.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-outline.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-outline.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle.focus,
.open>.btn.btn-outline-dark.dropdown-toggle:focus,
.open>.btn.btn-outline-dark.dropdown-toggle:hover,
.open>.btn.btn-outline.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-outline.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-outline.btn-dark.dropdown-toggle:hover,
.show>.btn-outline-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-outline.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-outline.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-outline.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-outline-dark.dropdown-toggle.focus,
.show>.btn.btn-outline-dark.dropdown-toggle:focus,
.show>.btn.btn-outline-dark.dropdown-toggle:hover,
.show>.btn.btn-outline.btn-dark.dropdown-toggle.focus,
.show>.btn.btn-outline.btn-dark.dropdown-toggle:focus,
.show>.btn.btn-outline.btn-dark.dropdown-toggle:hover {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835
}

.open>.btn-outline-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-outline.btn-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-outline-dark.dropdown-toggle.btn-icon,
.open>.btn.btn-outline.btn-dark.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-outline-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-outline.btn-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-outline-dark.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-outline.btn-dark.dropdown-toggle.btn-icon:hover {
    background-color: #1e2835
}

.btn-outline-dark.custom-file-control:disabled.focus::before,
.btn-outline-dark.custom-file-control:disabled:focus::before,
.btn-outline-dark.disabled.custom-file-control:focus::before,
.btn-outline-dark.disabled.focus.custom-file-control::before,
.btn-outline.btn-dark.custom-file-control:disabled.focus::before,
.btn-outline.btn-dark.custom-file-control:disabled:focus::before,
.btn-outline.btn-dark.disabled.custom-file-control:focus::before,
.btn-outline.btn-dark.disabled.focus.custom-file-control::before,
.btn.btn-outline-dark.disabled.focus,
.btn.btn-outline-dark.disabled:focus,
.btn.btn-outline-dark:disabled.focus,
.btn.btn-outline-dark:disabled:focus,
.btn.btn-outline.btn-dark.disabled.focus,
.btn.btn-outline.btn-dark.disabled:focus,
.btn.btn-outline.btn-dark:disabled.focus,
.btn.btn-outline.btn-dark:disabled:focus {
    background-color: transparent !important;
    border-color: #1e2835 !important
}

.btn-outline-dark.custom-file-control:disabled:hover::before,
.btn-outline-dark.disabled.custom-file-control:hover::before,
.btn-outline.btn-dark.custom-file-control:disabled:hover::before,
.btn-outline.btn-dark.disabled.custom-file-control:hover::before,
.btn.btn-outline-dark.disabled:hover,
.btn.btn-outline-dark:disabled:hover,
.btn.btn-outline.btn-dark.disabled:hover,
.btn.btn-outline.btn-dark:disabled:hover {
    background-color: transparent !important;
    border-color: #1e2835 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-raised-dark.custom-file-control::before,
.btn-raised.btn-dark.custom-file-control::before,
.btn.btn-raised-dark,
.btn.btn-raised.btn-dark {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835;
    box-shadow: 0 5px 15px rgba(30, 40, 53, .15), 0 15px 40px rgba(30, 40, 53, .2)
}

.btn-raised-dark.custom-file-control:active::before,
.btn-raised-dark.custom-file-control:hover::before,
.btn-raised.btn-dark.custom-file-control:active::before,
.btn-raised.btn-dark.custom-file-control:hover::before,
.btn.btn-raised-dark:active,
.btn.btn-raised-dark:hover,
.btn.btn-raised.btn-dark:active,
.btn.btn-raised.btn-dark:hover {
    color: #fff !important;
    background-color: #202b39;
    box-shadow: none !important
}

.btn-raised-dark.custom-file-control:focus::before,
.btn-raised.btn-dark.custom-file-control:focus::before,
.btn.btn-raised-dark:focus,
.btn.btn-raised.btn-dark:focus {
    box-shadow: none !important
}

.btn-raised-dark.active.custom-file-control::before,
.btn-raised.btn-dark.active.custom-file-control::before,
.btn.btn-raised-dark.active,
.btn.btn-raised.btn-dark.active,
.open>.btn-raised-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-raised-dark.dropdown-toggle,
.open>.btn.btn-raised.btn-dark.dropdown-toggle,
.show>.btn-raised-dark.dropdown-toggle.custom-file-control::before,
.show>.btn-raised.btn-dark.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-raised-dark.dropdown-toggle,
.show>.btn.btn-raised.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #202b39 !important;
    border-color: #202b39 !important
}

.btn-raised-dark.active.custom-file-control:focus::before,
.btn-raised-dark.active.custom-file-control:hover::before,
.btn-raised-dark.active.focus.custom-file-control::before,
.btn-raised.btn-dark.active.custom-file-control:focus::before,
.btn-raised.btn-dark.active.custom-file-control:hover::before,
.btn-raised.btn-dark.active.focus.custom-file-control::before,
.btn.btn-raised-dark.active.focus,
.btn.btn-raised-dark.active:focus,
.btn.btn-raised-dark.active:hover,
.btn.btn-raised.btn-dark.active.focus,
.btn.btn-raised.btn-dark.active:focus,
.btn.btn-raised.btn-dark.active:hover,
.open>.btn-raised-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-raised-dark.dropdown-toggle.focus,
.open>.btn.btn-raised-dark.dropdown-toggle:focus,
.open>.btn.btn-raised-dark.dropdown-toggle:hover,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-raised.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-raised.btn-dark.dropdown-toggle:hover,
.show>.btn-raised-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-raised-dark.dropdown-toggle.focus,
.show>.btn.btn-raised-dark.dropdown-toggle:focus,
.show>.btn.btn-raised-dark.dropdown-toggle:hover,
.show>.btn.btn-raised.btn-dark.dropdown-toggle.focus,
.show>.btn.btn-raised.btn-dark.dropdown-toggle:focus,
.show>.btn.btn-raised.btn-dark.dropdown-toggle:hover {
    color: #fff;
    background-color: #202b39;
    border-color: #202b39
}

.open>.btn-raised-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-raised.btn-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-raised-dark.dropdown-toggle.btn-icon,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #1e2835
}

.open>.btn-raised-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-raised.btn-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-raised-dark.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-raised.btn-dark.dropdown-toggle.btn-icon:hover {
    background-color: #202b39
}

.btn-raised-dark.custom-file-control:disabled.focus::before,
.btn-raised-dark.custom-file-control:disabled:focus::before,
.btn-raised-dark.disabled.custom-file-control:focus::before,
.btn-raised-dark.disabled.focus.custom-file-control::before,
.btn-raised.btn-dark.custom-file-control:disabled.focus::before,
.btn-raised.btn-dark.custom-file-control:disabled:focus::before,
.btn-raised.btn-dark.disabled.custom-file-control:focus::before,
.btn-raised.btn-dark.disabled.focus.custom-file-control::before,
.btn.btn-raised-dark.disabled.focus,
.btn.btn-raised-dark.disabled:focus,
.btn.btn-raised-dark:disabled.focus,
.btn.btn-raised-dark:disabled:focus,
.btn.btn-raised.btn-dark.disabled.focus,
.btn.btn-raised.btn-dark.disabled:focus,
.btn.btn-raised.btn-dark:disabled.focus,
.btn.btn-raised.btn-dark:disabled:focus {
    background-color: #1e2835 !important;
    border-color: #1e2835 !important
}

.btn-raised-dark.custom-file-control:disabled:hover::before,
.btn-raised-dark.disabled.custom-file-control:hover::before,
.btn-raised.btn-dark.custom-file-control:disabled:hover::before,
.btn-raised.btn-dark.disabled.custom-file-control:hover::before,
.btn.btn-raised-dark.disabled:hover,
.btn.btn-raised-dark:disabled:hover,
.btn.btn-raised.btn-dark.disabled:hover,
.btn.btn-raised.btn-dark:disabled:hover {
    background-color: #1e2835 !important;
    border-color: #1e2835 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-dark.custom-file-control::before,
.btn-opacity.btn-dark.custom-file-control::before,
.btn.btn-opacity-dark,
.btn.btn-opacity.btn-dark {
    color: #1e2835;
    background-color: rgba(30, 40, 53, .1);
    border-color: #1e2835;
    box-shadow: none
}

.btn-opacity-dark.custom-file-control:active::before,
.btn-opacity-dark.custom-file-control:hover::before,
.btn-opacity.btn-dark.custom-file-control:active::before,
.btn-opacity.btn-dark.custom-file-control:hover::before,
.btn.btn-opacity-dark:active,
.btn.btn-opacity-dark:hover,
.btn.btn-opacity.btn-dark:active,
.btn.btn-opacity.btn-dark:hover {
    color: #fff !important;
    background-color: #1e2835;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-dark.custom-file-control:focus::before,
.btn-opacity.btn-dark.custom-file-control:focus::before,
.btn.btn-opacity-dark:focus,
.btn.btn-opacity.btn-dark:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-dark.active.custom-file-control::before,
.btn-opacity.btn-dark.active.custom-file-control::before,
.btn.btn-opacity-dark.active,
.btn.btn-opacity.btn-dark.active,
.open>.btn-opacity-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-dark.dropdown-toggle,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle,
.show>.btn-opacity-dark.dropdown-toggle.custom-file-control::before,
.show>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-dark.dropdown-toggle,
.show>.btn.btn-opacity.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e2835 !important;
    border-color: #1e2835 !important
}

.btn-opacity-dark.active.custom-file-control:focus::before,
.btn-opacity-dark.active.custom-file-control:hover::before,
.btn-opacity-dark.active.focus.custom-file-control::before,
.btn-opacity.btn-dark.active.custom-file-control:focus::before,
.btn-opacity.btn-dark.active.custom-file-control:hover::before,
.btn-opacity.btn-dark.active.focus.custom-file-control::before,
.btn.btn-opacity-dark.active.focus,
.btn.btn-opacity-dark.active:focus,
.btn.btn-opacity-dark.active:hover,
.btn.btn-opacity.btn-dark.active.focus,
.btn.btn-opacity.btn-dark.active:focus,
.btn.btn-opacity.btn-dark.active:hover,
.open>.btn-opacity-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-dark.dropdown-toggle.focus,
.open>.btn.btn-opacity-dark.dropdown-toggle:focus,
.open>.btn.btn-opacity-dark.dropdown-toggle:hover,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle:hover,
.show>.btn-opacity-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-dark.dropdown-toggle.focus,
.show>.btn.btn-opacity-dark.dropdown-toggle:focus,
.show>.btn.btn-opacity-dark.dropdown-toggle:hover,
.show>.btn.btn-opacity.btn-dark.dropdown-toggle.focus,
.show>.btn.btn-opacity.btn-dark.dropdown-toggle:focus,
.show>.btn.btn-opacity.btn-dark.dropdown-toggle:hover {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835
}

.open>.btn-opacity-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-dark.dropdown-toggle.btn-icon,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(30, 40, 53, .1)
}

.open>.btn-opacity-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-opacity.btn-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-dark.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-opacity.btn-dark.dropdown-toggle.btn-icon:hover {
    background-color: #1e2835
}

.btn-opacity-dark.custom-file-control:disabled.focus::before,
.btn-opacity-dark.custom-file-control:disabled:focus::before,
.btn-opacity-dark.disabled.custom-file-control:focus::before,
.btn-opacity-dark.disabled.focus.custom-file-control::before,
.btn-opacity.btn-dark.custom-file-control:disabled.focus::before,
.btn-opacity.btn-dark.custom-file-control:disabled:focus::before,
.btn-opacity.btn-dark.disabled.custom-file-control:focus::before,
.btn-opacity.btn-dark.disabled.focus.custom-file-control::before,
.btn.btn-opacity-dark.disabled.focus,
.btn.btn-opacity-dark.disabled:focus,
.btn.btn-opacity-dark:disabled.focus,
.btn.btn-opacity-dark:disabled:focus,
.btn.btn-opacity.btn-dark.disabled.focus,
.btn.btn-opacity.btn-dark.disabled:focus,
.btn.btn-opacity.btn-dark:disabled.focus,
.btn.btn-opacity.btn-dark:disabled:focus {
    background-color: rgba(30, 40, 53, .1) !important;
    border-color: #1e2835 !important
}

.btn-opacity-dark.custom-file-control:disabled:hover::before,
.btn-opacity-dark.disabled.custom-file-control:hover::before,
.btn-opacity.btn-dark.custom-file-control:disabled:hover::before,
.btn-opacity.btn-dark.disabled.custom-file-control:hover::before,
.btn.btn-opacity-dark.disabled:hover,
.btn.btn-opacity-dark:disabled:hover,
.btn.btn-opacity.btn-dark.disabled:hover,
.btn.btn-opacity.btn-dark:disabled:hover {
    background-color: rgba(30, 40, 53, .1) !important;
    border-color: #1e2835 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-flat-dark.custom-file-control::before,
.btn-flat.btn-dark.custom-file-control::before,
.btn.btn-flat-dark,
.btn.btn-flat.btn-dark {
    color: #fff;
    background-color: #1e2835;
    border-color: #1e2835;
    box-shadow: none
}

.btn-flat-dark.custom-file-control:active::before,
.btn-flat-dark.custom-file-control:hover::before,
.btn-flat.btn-dark.custom-file-control:active::before,
.btn-flat.btn-dark.custom-file-control:hover::before,
.btn.btn-flat-dark:active,
.btn.btn-flat-dark:hover,
.btn.btn-flat.btn-dark:active,
.btn.btn-flat.btn-dark:hover {
    color: #fff !important;
    background-color: #202b39;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-dark.custom-file-control:focus::before,
.btn-flat.btn-dark.custom-file-control:focus::before,
.btn.btn-flat-dark:focus,
.btn.btn-flat.btn-dark:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-flat-dark.active.custom-file-control::before,
.btn-flat.btn-dark.active.custom-file-control::before,
.btn.btn-flat-dark.active,
.btn.btn-flat.btn-dark.active,
.open>.btn-flat-dark.dropdown-toggle.custom-file-control::before,
.open>.btn-flat.btn-dark.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-flat-dark.dropdown-toggle,
.open>.btn.btn-flat.btn-dark.dropdown-toggle,
.show>.btn-flat-dark.dropdown-toggle.custom-file-control::before,
.show>.btn-flat.btn-dark.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-flat-dark.dropdown-toggle,
.show>.btn.btn-flat.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #202b39 !important;
    border-color: #202b39 !important
}

.btn-flat-dark.active.custom-file-control:focus::before,
.btn-flat-dark.active.custom-file-control:hover::before,
.btn-flat-dark.active.focus.custom-file-control::before,
.btn-flat.btn-dark.active.custom-file-control:focus::before,
.btn-flat.btn-dark.active.custom-file-control:hover::before,
.btn-flat.btn-dark.active.focus.custom-file-control::before,
.btn.btn-flat-dark.active.focus,
.btn.btn-flat-dark.active:focus,
.btn.btn-flat-dark.active:hover,
.btn.btn-flat.btn-dark.active.focus,
.btn.btn-flat.btn-dark.active:focus,
.btn.btn-flat.btn-dark.active:hover,
.open>.btn-flat-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn-flat.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-flat.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-flat.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-flat-dark.dropdown-toggle.focus,
.open>.btn.btn-flat-dark.dropdown-toggle:focus,
.open>.btn.btn-flat-dark.dropdown-toggle:hover,
.open>.btn.btn-flat.btn-dark.dropdown-toggle.focus,
.open>.btn.btn-flat.btn-dark.dropdown-toggle:focus,
.open>.btn.btn-flat.btn-dark.dropdown-toggle:hover,
.show>.btn-flat-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn-flat.btn-dark.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-flat.btn-dark.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-flat.btn-dark.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-flat-dark.dropdown-toggle.focus,
.show>.btn.btn-flat-dark.dropdown-toggle:focus,
.show>.btn.btn-flat-dark.dropdown-toggle:hover,
.show>.btn.btn-flat.btn-dark.dropdown-toggle.focus,
.show>.btn.btn-flat.btn-dark.dropdown-toggle:focus,
.show>.btn.btn-flat.btn-dark.dropdown-toggle:hover {
    color: #fff;
    background-color: #202b39;
    border-color: #202b39
}

.open>.btn-flat-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn-flat.btn-dark.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-flat-dark.dropdown-toggle.btn-icon,
.open>.btn.btn-flat.btn-dark.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #1e2835
}

.open>.btn-flat-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn-flat.btn-dark.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-flat-dark.dropdown-toggle.btn-icon:hover,
.open>.btn.btn-flat.btn-dark.dropdown-toggle.btn-icon:hover {
    background-color: #202b39
}

.btn-flat-dark.custom-file-control:disabled.focus::before,
.btn-flat-dark.custom-file-control:disabled:focus::before,
.btn-flat-dark.disabled.custom-file-control:focus::before,
.btn-flat-dark.disabled.focus.custom-file-control::before,
.btn-flat.btn-dark.custom-file-control:disabled.focus::before,
.btn-flat.btn-dark.custom-file-control:disabled:focus::before,
.btn-flat.btn-dark.disabled.custom-file-control:focus::before,
.btn-flat.btn-dark.disabled.focus.custom-file-control::before,
.btn.btn-flat-dark.disabled.focus,
.btn.btn-flat-dark.disabled:focus,
.btn.btn-flat-dark:disabled.focus,
.btn.btn-flat-dark:disabled:focus,
.btn.btn-flat.btn-dark.disabled.focus,
.btn.btn-flat.btn-dark.disabled:focus,
.btn.btn-flat.btn-dark:disabled.focus,
.btn.btn-flat.btn-dark:disabled:focus {
    background-color: #1e2835 !important;
    border-color: #1e2835 !important
}

.btn-flat-dark.custom-file-control:disabled:hover::before,
.btn-flat-dark.disabled.custom-file-control:hover::before,
.btn-flat.btn-dark.custom-file-control:disabled:hover::before,
.btn-flat.btn-dark.disabled.custom-file-control:hover::before,
.btn.btn-flat-dark.disabled:hover,
.btn.btn-flat-dark:disabled:hover,
.btn.btn-flat.btn-dark.disabled:hover,
.btn.btn-flat.btn-dark:disabled:hover {
    background-color: #1e2835 !important;
    border-color: #1e2835 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-link-dark.custom-file-control::before,
.btn-link.btn-dark.custom-file-control::before,
.btn.btn-link-dark,
.btn.btn-link.btn-dark {
    color: #1e2835 !important
}

.btn.btn-link-dark::after,
.btn.btn-link.btn-dark::after {
    background-color: #1e2835 !important
}

.btn-white.btn-opacity.custom-file-control::before,
.btn.btn-white.btn-opacity {
    background-color: rgba(255, 255, 255, .1)
}

.btn-white.btn-opacity.custom-file-control:hover::before,
.btn.btn-white.btn-opacity:hover {
    background-color: #F2F4F4
}

.btn-opacity-facebook.custom-file-control::before,
.btn.btn-opacity-facebook {
    color: #3765c9;
    background-color: rgba(55, 101, 201, .1);
    border-color: #3765c9;
    box-shadow: none
}

.btn-opacity-facebook.custom-file-control:active::before,
.btn-opacity-facebook.custom-file-control:hover::before,
.btn.btn-opacity-facebook:active,
.btn.btn-opacity-facebook:hover {
    color: #fff !important;
    background-color: #3765c9;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-facebook.custom-file-control:focus::before,
.btn.btn-opacity-facebook:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-facebook.active.custom-file-control::before,
.btn.btn-opacity-facebook.active,
.open>.btn-opacity-facebook.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-facebook.dropdown-toggle,
.show>.btn-opacity-facebook.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-facebook.dropdown-toggle {
    color: #fff;
    background-color: #3765c9 !important;
    border-color: #3765c9 !important
}

.btn-opacity-facebook.active.custom-file-control:focus::before,
.btn-opacity-facebook.active.custom-file-control:hover::before,
.btn-opacity-facebook.active.focus.custom-file-control::before,
.btn.btn-opacity-facebook.active.focus,
.btn.btn-opacity-facebook.active:focus,
.btn.btn-opacity-facebook.active:hover,
.open>.btn-opacity-facebook.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-facebook.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-facebook.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-facebook.dropdown-toggle.focus,
.open>.btn.btn-opacity-facebook.dropdown-toggle:focus,
.open>.btn.btn-opacity-facebook.dropdown-toggle:hover,
.show>.btn-opacity-facebook.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-facebook.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-facebook.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-facebook.dropdown-toggle.focus,
.show>.btn.btn-opacity-facebook.dropdown-toggle:focus,
.show>.btn.btn-opacity-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #3765c9;
    border-color: #3765c9
}

.open>.btn-opacity-facebook.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-facebook.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(55, 101, 201, .1)
}

.open>.btn-opacity-facebook.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-facebook.dropdown-toggle.btn-icon:hover {
    background-color: #3765c9
}

.btn-opacity-facebook.custom-file-control:disabled.focus::before,
.btn-opacity-facebook.custom-file-control:disabled:focus::before,
.btn-opacity-facebook.disabled.custom-file-control:focus::before,
.btn-opacity-facebook.disabled.focus.custom-file-control::before,
.btn.btn-opacity-facebook.disabled.focus,
.btn.btn-opacity-facebook.disabled:focus,
.btn.btn-opacity-facebook:disabled.focus,
.btn.btn-opacity-facebook:disabled:focus {
    background-color: rgba(55, 101, 201, .1) !important;
    border-color: #3765c9 !important
}

.btn-opacity-facebook.custom-file-control:disabled:hover::before,
.btn-opacity-facebook.disabled.custom-file-control:hover::before,
.btn.btn-opacity-facebook.disabled:hover,
.btn.btn-opacity-facebook:disabled:hover {
    background-color: rgba(55, 101, 201, .1) !important;
    border-color: #3765c9 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-google.custom-file-control::before,
.btn.btn-opacity-google {
    color: #ec412c;
    background-color: rgba(236, 65, 44, .1);
    border-color: #ec412c;
    box-shadow: none
}

.btn-opacity-google.custom-file-control:active::before,
.btn-opacity-google.custom-file-control:hover::before,
.btn.btn-opacity-google:active,
.btn.btn-opacity-google:hover {
    color: #fff !important;
    background-color: #ec412c;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-google.custom-file-control:focus::before,
.btn.btn-opacity-google:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-google.active.custom-file-control::before,
.btn.btn-opacity-google.active,
.open>.btn-opacity-google.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-google.dropdown-toggle,
.show>.btn-opacity-google.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-google.dropdown-toggle {
    color: #fff;
    background-color: #ec412c !important;
    border-color: #ec412c !important
}

.btn-opacity-google.active.custom-file-control:focus::before,
.btn-opacity-google.active.custom-file-control:hover::before,
.btn-opacity-google.active.focus.custom-file-control::before,
.btn.btn-opacity-google.active.focus,
.btn.btn-opacity-google.active:focus,
.btn.btn-opacity-google.active:hover,
.open>.btn-opacity-google.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-google.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-google.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-google.dropdown-toggle.focus,
.open>.btn.btn-opacity-google.dropdown-toggle:focus,
.open>.btn.btn-opacity-google.dropdown-toggle:hover,
.show>.btn-opacity-google.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-google.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-google.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-google.dropdown-toggle.focus,
.show>.btn.btn-opacity-google.dropdown-toggle:focus,
.show>.btn.btn-opacity-google.dropdown-toggle:hover {
    color: #fff;
    background-color: #ec412c;
    border-color: #ec412c
}

.open>.btn-opacity-google.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-google.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(236, 65, 44, .1)
}

.open>.btn-opacity-google.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-google.dropdown-toggle.btn-icon:hover {
    background-color: #ec412c
}

.btn-opacity-google.custom-file-control:disabled.focus::before,
.btn-opacity-google.custom-file-control:disabled:focus::before,
.btn-opacity-google.disabled.custom-file-control:focus::before,
.btn-opacity-google.disabled.focus.custom-file-control::before,
.btn.btn-opacity-google.disabled.focus,
.btn.btn-opacity-google.disabled:focus,
.btn.btn-opacity-google:disabled.focus,
.btn.btn-opacity-google:disabled:focus {
    background-color: rgba(236, 65, 44, .1) !important;
    border-color: #ec412c !important
}

.btn-opacity-google.custom-file-control:disabled:hover::before,
.btn-opacity-google.disabled.custom-file-control:hover::before,
.btn.btn-opacity-google.disabled:hover,
.btn.btn-opacity-google:disabled:hover {
    background-color: rgba(236, 65, 44, .1) !important;
    border-color: #ec412c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-opacity-twitter.custom-file-control::before,
.btn.btn-opacity-twitter {
    color: #039ff5;
    background-color: rgba(3, 159, 245, .1);
    border-color: #039ff5;
    box-shadow: none
}

.btn-opacity-twitter.custom-file-control:active::before,
.btn-opacity-twitter.custom-file-control:hover::before,
.btn.btn-opacity-twitter:active,
.btn.btn-opacity-twitter:hover {
    color: #fff !important;
    background-color: #039ff5;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-twitter.custom-file-control:focus::before,
.btn.btn-opacity-twitter:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-opacity-twitter.active.custom-file-control::before,
.btn.btn-opacity-twitter.active,
.open>.btn-opacity-twitter.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-opacity-twitter.dropdown-toggle,
.show>.btn-opacity-twitter.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-opacity-twitter.dropdown-toggle {
    color: #fff;
    background-color: #039ff5 !important;
    border-color: #039ff5 !important
}

.btn-opacity-twitter.active.custom-file-control:focus::before,
.btn-opacity-twitter.active.custom-file-control:hover::before,
.btn-opacity-twitter.active.focus.custom-file-control::before,
.btn.btn-opacity-twitter.active.focus,
.btn.btn-opacity-twitter.active:focus,
.btn.btn-opacity-twitter.active:hover,
.open>.btn-opacity-twitter.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-opacity-twitter.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-opacity-twitter.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-opacity-twitter.dropdown-toggle.focus,
.open>.btn.btn-opacity-twitter.dropdown-toggle:focus,
.open>.btn.btn-opacity-twitter.dropdown-toggle:hover,
.show>.btn-opacity-twitter.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-opacity-twitter.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-opacity-twitter.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-opacity-twitter.dropdown-toggle.focus,
.show>.btn.btn-opacity-twitter.dropdown-toggle:focus,
.show>.btn.btn-opacity-twitter.dropdown-toggle:hover {
    color: #fff;
    background-color: #039ff5;
    border-color: #039ff5
}

.open>.btn-opacity-twitter.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-opacity-twitter.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: rgba(3, 159, 245, .1)
}

.open>.btn-opacity-twitter.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-opacity-twitter.dropdown-toggle.btn-icon:hover {
    background-color: #039ff5
}

.btn-opacity-twitter.custom-file-control:disabled.focus::before,
.btn-opacity-twitter.custom-file-control:disabled:focus::before,
.btn-opacity-twitter.disabled.custom-file-control:focus::before,
.btn-opacity-twitter.disabled.focus.custom-file-control::before,
.btn.btn-opacity-twitter.disabled.focus,
.btn.btn-opacity-twitter.disabled:focus,
.btn.btn-opacity-twitter:disabled.focus,
.btn.btn-opacity-twitter:disabled:focus {
    background-color: rgba(3, 159, 245, .1) !important;
    border-color: #039ff5 !important
}

.btn-opacity-twitter.custom-file-control:disabled:hover::before,
.btn-opacity-twitter.disabled.custom-file-control:hover::before,
.btn.btn-opacity-twitter.disabled:hover,
.btn.btn-opacity-twitter:disabled:hover {
    background-color: rgba(3, 159, 245, .1) !important;
    border-color: #039ff5 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-facebook.custom-file-control::before,
.btn.btn-facebook {
    color: #fff;
    background-color: #3765c9;
    border-color: #3765c9;
    box-shadow: none
}

.btn-facebook.custom-file-control:active::before,
.btn-facebook.custom-file-control:hover::before,
.btn.btn-facebook:active,
.btn.btn-facebook:hover {
    color: #fff !important;
    background-color: #4b74ce;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-facebook.custom-file-control:focus::before,
.btn.btn-facebook:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-facebook.active.custom-file-control::before,
.btn.btn-facebook.active,
.open>.btn-facebook.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-facebook.dropdown-toggle,
.show>.btn-facebook.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #4b74ce !important;
    border-color: #4b74ce !important
}

.btn-facebook.active.custom-file-control:focus::before,
.btn-facebook.active.custom-file-control:hover::before,
.btn-facebook.active.focus.custom-file-control::before,
.btn.btn-facebook.active.focus,
.btn.btn-facebook.active:focus,
.btn.btn-facebook.active:hover,
.open>.btn-facebook.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-facebook.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-facebook.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-facebook.dropdown-toggle.focus,
.open>.btn.btn-facebook.dropdown-toggle:focus,
.open>.btn.btn-facebook.dropdown-toggle:hover,
.show>.btn-facebook.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-facebook.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-facebook.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-facebook.dropdown-toggle.focus,
.show>.btn.btn-facebook.dropdown-toggle:focus,
.show>.btn.btn-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #4b74ce;
    border-color: #4b74ce
}

.open>.btn-facebook.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-facebook.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #3765c9
}

.open>.btn-facebook.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-facebook.dropdown-toggle.btn-icon:hover {
    background-color: #4b74ce
}

.btn-facebook.custom-file-control:disabled.focus::before,
.btn-facebook.custom-file-control:disabled:focus::before,
.btn-facebook.disabled.custom-file-control:focus::before,
.btn-facebook.disabled.focus.custom-file-control::before,
.btn.btn-facebook.disabled.focus,
.btn.btn-facebook.disabled:focus,
.btn.btn-facebook:disabled.focus,
.btn.btn-facebook:disabled:focus {
    background-color: #3765c9 !important;
    border-color: #3765c9 !important
}

.btn-facebook.custom-file-control:disabled:hover::before,
.btn-facebook.disabled.custom-file-control:hover::before,
.btn.btn-facebook.disabled:hover,
.btn.btn-facebook:disabled:hover {
    background-color: #3765c9 !important;
    border-color: #3765c9 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-facebook.btn-outline.custom-file-control::before,
.btn.btn-facebook.btn-outline {
    color: #3765c9;
    background-color: transparent;
    border-color: #3765c9;
    box-shadow: none
}

.btn-facebook.btn-outline.custom-file-control:active::before,
.btn-facebook.btn-outline.custom-file-control:hover::before,
.btn.btn-facebook.btn-outline:active,
.btn.btn-facebook.btn-outline:hover {
    color: #fff !important;
    background-color: #3765c9;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-facebook.btn-outline.custom-file-control:focus::before,
.btn.btn-facebook.btn-outline:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-facebook.btn-outline.active.custom-file-control::before,
.btn.btn-facebook.btn-outline.active,
.open>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle,
.show>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-facebook.btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #3765c9 !important;
    border-color: #3765c9 !important
}

.btn-facebook.btn-outline.active.custom-file-control:focus::before,
.btn-facebook.btn-outline.active.custom-file-control:hover::before,
.btn-facebook.btn-outline.active.focus.custom-file-control::before,
.btn.btn-facebook.btn-outline.active.focus,
.btn.btn-facebook.btn-outline.active:focus,
.btn.btn-facebook.btn-outline.active:hover,
.open>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-facebook.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle.focus,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle:focus,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle:hover,
.show>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-facebook.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-facebook.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-facebook.btn-outline.dropdown-toggle.focus,
.show>.btn.btn-facebook.btn-outline.dropdown-toggle:focus,
.show>.btn.btn-facebook.btn-outline.dropdown-toggle:hover {
    color: #fff;
    background-color: #3765c9;
    border-color: #3765c9
}

.open>.btn-facebook.btn-outline.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-facebook.btn-outline.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-facebook.btn-outline.dropdown-toggle.btn-icon:hover {
    background-color: #3765c9
}

.btn-facebook.btn-outline.custom-file-control:disabled.focus::before,
.btn-facebook.btn-outline.custom-file-control:disabled:focus::before,
.btn-facebook.btn-outline.disabled.custom-file-control:focus::before,
.btn-facebook.btn-outline.disabled.focus.custom-file-control::before,
.btn.btn-facebook.btn-outline.disabled.focus,
.btn.btn-facebook.btn-outline.disabled:focus,
.btn.btn-facebook.btn-outline:disabled.focus,
.btn.btn-facebook.btn-outline:disabled:focus {
    background-color: transparent !important;
    border-color: #3765c9 !important
}

.btn-facebook.btn-outline.custom-file-control:disabled:hover::before,
.btn-facebook.btn-outline.disabled.custom-file-control:hover::before,
.btn.btn-facebook.btn-outline.disabled:hover,
.btn.btn-facebook.btn-outline:disabled:hover {
    background-color: transparent !important;
    border-color: #3765c9 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-facebook.btn-raised.custom-file-control::before,
.btn.btn-facebook.btn-raised {
    color: #fff;
    background-color: #3765c9;
    border-color: #3765c9;
    box-shadow: 0 5px 15px rgba(55, 101, 201, .15), 0 15px 40px rgba(55, 101, 201, .2)
}

.btn-facebook.btn-raised.custom-file-control:active::before,
.btn-facebook.btn-raised.custom-file-control:hover::before,
.btn.btn-facebook.btn-raised:active,
.btn.btn-facebook.btn-raised:hover {
    color: #fff !important;
    background-color: #3b68ca;
    box-shadow: none !important
}

.btn-facebook.btn-raised.custom-file-control:focus::before,
.btn.btn-facebook.btn-raised:focus {
    box-shadow: none !important
}

.btn-facebook.btn-raised.active.custom-file-control::before,
.btn.btn-facebook.btn-raised.active,
.open>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle,
.show>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-facebook.btn-raised.dropdown-toggle {
    color: #fff;
    background-color: #3b68ca !important;
    border-color: #3b68ca !important
}

.btn-facebook.btn-raised.active.custom-file-control:focus::before,
.btn-facebook.btn-raised.active.custom-file-control:hover::before,
.btn-facebook.btn-raised.active.focus.custom-file-control::before,
.btn.btn-facebook.btn-raised.active.focus,
.btn.btn-facebook.btn-raised.active:focus,
.btn.btn-facebook.btn-raised.active:hover,
.open>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-facebook.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle.focus,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle:focus,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle:hover,
.show>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-facebook.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-facebook.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-facebook.btn-raised.dropdown-toggle.focus,
.show>.btn.btn-facebook.btn-raised.dropdown-toggle:focus,
.show>.btn.btn-facebook.btn-raised.dropdown-toggle:hover {
    color: #fff;
    background-color: #3b68ca;
    border-color: #3b68ca
}

.open>.btn-facebook.btn-raised.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #3765c9
}

.open>.btn-facebook.btn-raised.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-facebook.btn-raised.dropdown-toggle.btn-icon:hover {
    background-color: #3b68ca
}

.btn-facebook.btn-raised.custom-file-control:disabled.focus::before,
.btn-facebook.btn-raised.custom-file-control:disabled:focus::before,
.btn-facebook.btn-raised.disabled.custom-file-control:focus::before,
.btn-facebook.btn-raised.disabled.focus.custom-file-control::before,
.btn.btn-facebook.btn-raised.disabled.focus,
.btn.btn-facebook.btn-raised.disabled:focus,
.btn.btn-facebook.btn-raised:disabled.focus,
.btn.btn-facebook.btn-raised:disabled:focus {
    background-color: #3765c9 !important;
    border-color: #3765c9 !important
}

.btn-facebook.btn-raised.custom-file-control:disabled:hover::before,
.btn-facebook.btn-raised.disabled.custom-file-control:hover::before,
.btn.btn-facebook.btn-raised.disabled:hover,
.btn.btn-facebook.btn-raised:disabled:hover {
    background-color: #3765c9 !important;
    border-color: #3765c9 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-google.custom-file-control::before,
.btn.btn-google {
    color: #fff;
    background-color: #ec412c;
    border-color: #ec412c;
    box-shadow: none
}

.btn-google.custom-file-control:active::before,
.btn-google.custom-file-control:hover::before,
.btn.btn-google:active,
.btn.btn-google:hover {
    color: #fff !important;
    background-color: #ee5643;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-google.custom-file-control:focus::before,
.btn.btn-google:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-google.active.custom-file-control::before,
.btn.btn-google.active,
.open>.btn-google.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-google.dropdown-toggle,
.show>.btn-google.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-google.dropdown-toggle {
    color: #fff;
    background-color: #ee5643 !important;
    border-color: #ee5643 !important
}

.btn-google.active.custom-file-control:focus::before,
.btn-google.active.custom-file-control:hover::before,
.btn-google.active.focus.custom-file-control::before,
.btn.btn-google.active.focus,
.btn.btn-google.active:focus,
.btn.btn-google.active:hover,
.open>.btn-google.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-google.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-google.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-google.dropdown-toggle.focus,
.open>.btn.btn-google.dropdown-toggle:focus,
.open>.btn.btn-google.dropdown-toggle:hover,
.show>.btn-google.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-google.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-google.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-google.dropdown-toggle.focus,
.show>.btn.btn-google.dropdown-toggle:focus,
.show>.btn.btn-google.dropdown-toggle:hover {
    color: #fff;
    background-color: #ee5643;
    border-color: #ee5643
}

.open>.btn-google.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-google.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #ec412c
}

.open>.btn-google.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-google.dropdown-toggle.btn-icon:hover {
    background-color: #ee5643
}

.btn-google.custom-file-control:disabled.focus::before,
.btn-google.custom-file-control:disabled:focus::before,
.btn-google.disabled.custom-file-control:focus::before,
.btn-google.disabled.focus.custom-file-control::before,
.btn.btn-google.disabled.focus,
.btn.btn-google.disabled:focus,
.btn.btn-google:disabled.focus,
.btn.btn-google:disabled:focus {
    background-color: #ec412c !important;
    border-color: #ec412c !important
}

.btn-google.custom-file-control:disabled:hover::before,
.btn-google.disabled.custom-file-control:hover::before,
.btn.btn-google.disabled:hover,
.btn.btn-google:disabled:hover {
    background-color: #ec412c !important;
    border-color: #ec412c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-google.btn-outline.custom-file-control::before,
.btn.btn-google.btn-outline {
    color: #ec412c;
    background-color: transparent;
    border-color: #ec412c;
    box-shadow: none
}

.btn-google.btn-outline.custom-file-control:active::before,
.btn-google.btn-outline.custom-file-control:hover::before,
.btn.btn-google.btn-outline:active,
.btn.btn-google.btn-outline:hover {
    color: #fff !important;
    background-color: #ec412c;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-google.btn-outline.custom-file-control:focus::before,
.btn.btn-google.btn-outline:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-google.btn-outline.active.custom-file-control::before,
.btn.btn-google.btn-outline.active,
.open>.btn-google.btn-outline.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-google.btn-outline.dropdown-toggle,
.show>.btn-google.btn-outline.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-google.btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #ec412c !important;
    border-color: #ec412c !important
}

.btn-google.btn-outline.active.custom-file-control:focus::before,
.btn-google.btn-outline.active.custom-file-control:hover::before,
.btn-google.btn-outline.active.focus.custom-file-control::before,
.btn.btn-google.btn-outline.active.focus,
.btn.btn-google.btn-outline.active:focus,
.btn.btn-google.btn-outline.active:hover,
.open>.btn-google.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-google.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-google.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-google.btn-outline.dropdown-toggle.focus,
.open>.btn.btn-google.btn-outline.dropdown-toggle:focus,
.open>.btn.btn-google.btn-outline.dropdown-toggle:hover,
.show>.btn-google.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-google.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-google.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-google.btn-outline.dropdown-toggle.focus,
.show>.btn.btn-google.btn-outline.dropdown-toggle:focus,
.show>.btn.btn-google.btn-outline.dropdown-toggle:hover {
    color: #fff;
    background-color: #ec412c;
    border-color: #ec412c
}

.open>.btn-google.btn-outline.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-google.btn-outline.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-google.btn-outline.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-google.btn-outline.dropdown-toggle.btn-icon:hover {
    background-color: #ec412c
}

.btn-google.btn-outline.custom-file-control:disabled.focus::before,
.btn-google.btn-outline.custom-file-control:disabled:focus::before,
.btn-google.btn-outline.disabled.custom-file-control:focus::before,
.btn-google.btn-outline.disabled.focus.custom-file-control::before,
.btn.btn-google.btn-outline.disabled.focus,
.btn.btn-google.btn-outline.disabled:focus,
.btn.btn-google.btn-outline:disabled.focus,
.btn.btn-google.btn-outline:disabled:focus {
    background-color: transparent !important;
    border-color: #ec412c !important
}

.btn-google.btn-outline.custom-file-control:disabled:hover::before,
.btn-google.btn-outline.disabled.custom-file-control:hover::before,
.btn.btn-google.btn-outline.disabled:hover,
.btn.btn-google.btn-outline:disabled:hover {
    background-color: transparent !important;
    border-color: #ec412c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-google.btn-raised.custom-file-control::before,
.btn.btn-google.btn-raised {
    color: #fff;
    background-color: #ec412c;
    border-color: #ec412c;
    box-shadow: 0 5px 15px rgba(236, 65, 44, .15), 0 15px 40px rgba(236, 65, 44, .2)
}

.btn-google.btn-raised.custom-file-control:active::before,
.btn-google.btn-raised.custom-file-control:hover::before,
.btn.btn-google.btn-raised:active,
.btn.btn-google.btn-raised:hover {
    color: #fff !important;
    background-color: #ec4531;
    box-shadow: none !important
}

.btn-google.btn-raised.custom-file-control:focus::before,
.btn.btn-google.btn-raised:focus {
    box-shadow: none !important
}

.btn-google.btn-raised.active.custom-file-control::before,
.btn.btn-google.btn-raised.active,
.open>.btn-google.btn-raised.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-google.btn-raised.dropdown-toggle,
.show>.btn-google.btn-raised.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-google.btn-raised.dropdown-toggle {
    color: #fff;
    background-color: #ec4531 !important;
    border-color: #ec4531 !important
}

.btn-google.btn-raised.active.custom-file-control:focus::before,
.btn-google.btn-raised.active.custom-file-control:hover::before,
.btn-google.btn-raised.active.focus.custom-file-control::before,
.btn.btn-google.btn-raised.active.focus,
.btn.btn-google.btn-raised.active:focus,
.btn.btn-google.btn-raised.active:hover,
.open>.btn-google.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-google.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-google.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-google.btn-raised.dropdown-toggle.focus,
.open>.btn.btn-google.btn-raised.dropdown-toggle:focus,
.open>.btn.btn-google.btn-raised.dropdown-toggle:hover,
.show>.btn-google.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-google.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-google.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-google.btn-raised.dropdown-toggle.focus,
.show>.btn.btn-google.btn-raised.dropdown-toggle:focus,
.show>.btn.btn-google.btn-raised.dropdown-toggle:hover {
    color: #fff;
    background-color: #ec4531;
    border-color: #ec4531
}

.open>.btn-google.btn-raised.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-google.btn-raised.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #ec412c
}

.open>.btn-google.btn-raised.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-google.btn-raised.dropdown-toggle.btn-icon:hover {
    background-color: #ec4531
}

.btn-google.btn-raised.custom-file-control:disabled.focus::before,
.btn-google.btn-raised.custom-file-control:disabled:focus::before,
.btn-google.btn-raised.disabled.custom-file-control:focus::before,
.btn-google.btn-raised.disabled.focus.custom-file-control::before,
.btn.btn-google.btn-raised.disabled.focus,
.btn.btn-google.btn-raised.disabled:focus,
.btn.btn-google.btn-raised:disabled.focus,
.btn.btn-google.btn-raised:disabled:focus {
    background-color: #ec412c !important;
    border-color: #ec412c !important
}

.btn-google.btn-raised.custom-file-control:disabled:hover::before,
.btn-google.btn-raised.disabled.custom-file-control:hover::before,
.btn.btn-google.btn-raised.disabled:hover,
.btn.btn-google.btn-raised:disabled:hover {
    background-color: #ec412c !important;
    border-color: #ec412c !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-twitter.custom-file-control::before,
.btn.btn-twitter {
    color: #fff;
    background-color: #039ff5;
    border-color: #039ff5;
    box-shadow: none
}

.btn-twitter.custom-file-control:active::before,
.btn-twitter.custom-file-control:hover::before,
.btn.btn-twitter:active,
.btn.btn-twitter:hover {
    color: #fff !important;
    background-color: #15aafc;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-twitter.custom-file-control:focus::before,
.btn.btn-twitter:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-twitter.active.custom-file-control::before,
.btn.btn-twitter.active,
.open>.btn-twitter.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-twitter.dropdown-toggle,
.show>.btn-twitter.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #15aafc !important;
    border-color: #15aafc !important
}

.btn-twitter.active.custom-file-control:focus::before,
.btn-twitter.active.custom-file-control:hover::before,
.btn-twitter.active.focus.custom-file-control::before,
.btn.btn-twitter.active.focus,
.btn.btn-twitter.active:focus,
.btn.btn-twitter.active:hover,
.open>.btn-twitter.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-twitter.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-twitter.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-twitter.dropdown-toggle.focus,
.open>.btn.btn-twitter.dropdown-toggle:focus,
.open>.btn.btn-twitter.dropdown-toggle:hover,
.show>.btn-twitter.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-twitter.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-twitter.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-twitter.dropdown-toggle.focus,
.show>.btn.btn-twitter.dropdown-toggle:focus,
.show>.btn.btn-twitter.dropdown-toggle:hover {
    color: #fff;
    background-color: #15aafc;
    border-color: #15aafc
}

.open>.btn-twitter.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-twitter.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #039ff5
}

.open>.btn-twitter.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-twitter.dropdown-toggle.btn-icon:hover {
    background-color: #15aafc
}

.btn-twitter.custom-file-control:disabled.focus::before,
.btn-twitter.custom-file-control:disabled:focus::before,
.btn-twitter.disabled.custom-file-control:focus::before,
.btn-twitter.disabled.focus.custom-file-control::before,
.btn.btn-twitter.disabled.focus,
.btn.btn-twitter.disabled:focus,
.btn.btn-twitter:disabled.focus,
.btn.btn-twitter:disabled:focus {
    background-color: #039ff5 !important;
    border-color: #039ff5 !important
}

.btn-twitter.custom-file-control:disabled:hover::before,
.btn-twitter.disabled.custom-file-control:hover::before,
.btn.btn-twitter.disabled:hover,
.btn.btn-twitter:disabled:hover {
    background-color: #039ff5 !important;
    border-color: #039ff5 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-twitter.btn-outline.custom-file-control::before,
.btn.btn-twitter.btn-outline {
    color: #039ff5;
    background-color: transparent;
    border-color: #039ff5;
    box-shadow: none
}

.btn-twitter.btn-outline.custom-file-control:active::before,
.btn-twitter.btn-outline.custom-file-control:hover::before,
.btn.btn-twitter.btn-outline:active,
.btn.btn-twitter.btn-outline:hover {
    color: #fff !important;
    background-color: #039ff5;
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-twitter.btn-outline.custom-file-control:focus::before,
.btn.btn-twitter.btn-outline:focus {
    box-shadow: 0 14px 26px -12px rgba(47, 60, 74, .42), 0 4px 23px 0 rgba(47, 60, 74, .12), 0 8px 10px -5px rgba(47, 60, 74, .2) !important
}

.btn-twitter.btn-outline.active.custom-file-control::before,
.btn.btn-twitter.btn-outline.active,
.open>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle,
.show>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-twitter.btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #039ff5 !important;
    border-color: #039ff5 !important
}

.btn-twitter.btn-outline.active.custom-file-control:focus::before,
.btn-twitter.btn-outline.active.custom-file-control:hover::before,
.btn-twitter.btn-outline.active.focus.custom-file-control::before,
.btn.btn-twitter.btn-outline.active.focus,
.btn.btn-twitter.btn-outline.active:focus,
.btn.btn-twitter.btn-outline.active:hover,
.open>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-twitter.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle.focus,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle:focus,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle:hover,
.show>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-twitter.btn-outline.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-twitter.btn-outline.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-twitter.btn-outline.dropdown-toggle.focus,
.show>.btn.btn-twitter.btn-outline.dropdown-toggle:focus,
.show>.btn.btn-twitter.btn-outline.dropdown-toggle:hover {
    color: #fff;
    background-color: #039ff5;
    border-color: #039ff5
}

.open>.btn-twitter.btn-outline.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: transparent
}

.open>.btn-twitter.btn-outline.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-twitter.btn-outline.dropdown-toggle.btn-icon:hover {
    background-color: #039ff5
}

.btn-twitter.btn-outline.custom-file-control:disabled.focus::before,
.btn-twitter.btn-outline.custom-file-control:disabled:focus::before,
.btn-twitter.btn-outline.disabled.custom-file-control:focus::before,
.btn-twitter.btn-outline.disabled.focus.custom-file-control::before,
.btn.btn-twitter.btn-outline.disabled.focus,
.btn.btn-twitter.btn-outline.disabled:focus,
.btn.btn-twitter.btn-outline:disabled.focus,
.btn.btn-twitter.btn-outline:disabled:focus {
    background-color: transparent !important;
    border-color: #039ff5 !important
}

.btn-twitter.btn-outline.custom-file-control:disabled:hover::before,
.btn-twitter.btn-outline.disabled.custom-file-control:hover::before,
.btn.btn-twitter.btn-outline.disabled:hover,
.btn.btn-twitter.btn-outline:disabled:hover {
    background-color: transparent !important;
    border-color: #039ff5 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-twitter.btn-raised.custom-file-control::before,
.btn.btn-twitter.btn-raised {
    color: #fff;
    background-color: #039ff5;
    border-color: #039ff5;
    box-shadow: 0 5px 15px rgba(3, 159, 245, .15), 0 15px 40px rgba(3, 159, 245, .2)
}

.btn-twitter.btn-raised.custom-file-control:active::before,
.btn-twitter.btn-raised.custom-file-control:hover::before,
.btn.btn-twitter.btn-raised:active,
.btn.btn-twitter.btn-raised:hover {
    color: #fff !important;
    background-color: #03a2fa;
    box-shadow: none !important
}

.btn-twitter.btn-raised.custom-file-control:focus::before,
.btn.btn-twitter.btn-raised:focus {
    box-shadow: none !important
}

.btn-twitter.btn-raised.active.custom-file-control::before,
.btn.btn-twitter.btn-raised.active,
.open>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control::before,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle,
.show>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control::before,
.show>.btn.btn-twitter.btn-raised.dropdown-toggle {
    color: #fff;
    background-color: #03a2fa !important;
    border-color: #03a2fa !important
}

.btn-twitter.btn-raised.active.custom-file-control:focus::before,
.btn-twitter.btn-raised.active.custom-file-control:hover::before,
.btn-twitter.btn-raised.active.focus.custom-file-control::before,
.btn.btn-twitter.btn-raised.active.focus,
.btn.btn-twitter.btn-raised.active:focus,
.btn.btn-twitter.btn-raised.active:hover,
.open>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.open>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.open>.btn-twitter.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle.focus,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle:focus,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle:hover,
.show>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control:focus::before,
.show>.btn-twitter.btn-raised.dropdown-toggle.custom-file-control:hover::before,
.show>.btn-twitter.btn-raised.dropdown-toggle.focus.custom-file-control::before,
.show>.btn.btn-twitter.btn-raised.dropdown-toggle.focus,
.show>.btn.btn-twitter.btn-raised.dropdown-toggle:focus,
.show>.btn.btn-twitter.btn-raised.dropdown-toggle:hover {
    color: #fff;
    background-color: #03a2fa;
    border-color: #03a2fa
}

.open>.btn-twitter.btn-raised.dropdown-toggle.btn-icon.custom-file-control::before,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle.btn-icon {
    color: inherit;
    background-color: #039ff5
}

.open>.btn-twitter.btn-raised.dropdown-toggle.btn-icon.custom-file-control:hover::before,
.open>.btn.btn-twitter.btn-raised.dropdown-toggle.btn-icon:hover {
    background-color: #03a2fa
}

.btn-twitter.btn-raised.custom-file-control:disabled.focus::before,
.btn-twitter.btn-raised.custom-file-control:disabled:focus::before,
.btn-twitter.btn-raised.disabled.custom-file-control:focus::before,
.btn-twitter.btn-raised.disabled.focus.custom-file-control::before,
.btn.btn-twitter.btn-raised.disabled.focus,
.btn.btn-twitter.btn-raised.disabled:focus,
.btn.btn-twitter.btn-raised:disabled.focus,
.btn.btn-twitter.btn-raised:disabled:focus {
    background-color: #039ff5 !important;
    border-color: #039ff5 !important
}

.btn-twitter.btn-raised.custom-file-control:disabled:hover::before,
.btn-twitter.btn-raised.disabled.custom-file-control:hover::before,
.btn.btn-twitter.btn-raised.disabled:hover,
.btn.btn-twitter.btn-raised:disabled:hover {
    background-color: #039ff5 !important;
    border-color: #039ff5 !important;
    box-shadow: none !important;
    transform: none !important
}

.btn-group-sm>.btn,
.btn-group-sm>.custom-file-control::before,
.btn-sm.custom-file-control::before,
.btn.btn-sm {
    font-size: .75rem;
    padding: .3125rem 1.125rem
}

.btn-group-lg>.btn,
.btn-group-lg>.custom-file-control::before,
.btn-lg.custom-file-control::before,
.btn.btn-lg {
    font-size: 1.125rem;
    padding: .65625rem 1.875rem
}

.btn-group-sm>.btn-icon.custom-file-control::before,
.btn-group-sm>.btn.btn-icon,
.btn-icon.btn-sm.custom-file-control::before,
.btn.btn-icon.btn-sm {
    height: 28px;
    width: 28px;
    padding: 0
}

.btn-group-sm>.btn-icon.custom-file-control::before .icon,
.btn-group-sm>.btn-icon.custom-file-control::before [class*=" ti-"],
.btn-group-sm>.btn-icon.custom-file-control::before [class^=ti-],
.btn-group-sm>.btn-icon.custom-file-control::before i,
.btn-group-sm>.btn.btn-icon .icon,
.btn-group-sm>.btn.btn-icon [class*=" ti-"],
.btn-group-sm>.btn.btn-icon [class^=ti-],
.btn-group-sm>.btn.btn-icon i,
.btn-icon.btn-sm.custom-file-control::before .icon,
.btn-icon.btn-sm.custom-file-control::before [class*=" ti-"],
.btn-icon.btn-sm.custom-file-control::before [class^=ti-],
.btn-icon.btn-sm.custom-file-control::before i,
.btn.btn-icon.btn-sm .icon,
.btn.btn-icon.btn-sm [class*=" ti-"],
.btn.btn-icon.btn-sm [class^=ti-],
.btn.btn-icon.btn-sm i {
    font-size: .75rem
}

.btn-group-lg>.btn-icon.custom-file-control::before,
.btn-group-lg>.btn.btn-icon,
.btn-icon.btn-lg.custom-file-control::before,
.btn.btn-icon.btn-lg {
    height: 56px;
    width: 56px;
    padding: 0
}

.btn-group-lg>.btn-icon.custom-file-control::before .icon,
.btn-group-lg>.btn-icon.custom-file-control::before [class*=" ti-"],
.btn-group-lg>.btn-icon.custom-file-control::before [class^=ti-],
.btn-group-lg>.btn-icon.custom-file-control::before i,
.btn-group-lg>.btn.btn-icon .icon,
.btn-group-lg>.btn.btn-icon [class*=" ti-"],
.btn-group-lg>.btn.btn-icon [class^=ti-],
.btn-group-lg>.btn.btn-icon i,
.btn-icon.btn-lg.custom-file-control::before .icon,
.btn-icon.btn-lg.custom-file-control::before [class*=" ti-"],
.btn-icon.btn-lg.custom-file-control::before [class^=ti-],
.btn-icon.btn-lg.custom-file-control::before i,
.btn.btn-icon.btn-lg .icon,
.btn.btn-icon.btn-lg [class*=" ti-"],
.btn.btn-icon.btn-lg [class^=ti-],
.btn.btn-icon.btn-lg i {
    font-size: 1rem
}

.btn .material-icons,
.custom-file-control::before .material-icons {
    font-size: calc(.9375rem * 1.5)
}

.btn .icon,
.btn [class*=" ti-"],
.btn [class^=ti-],
.btn i,
.custom-file-control::before .icon,
.custom-file-control::before [class*=" ti-"],
.custom-file-control::before [class^=ti-],
.custom-file-control::before i {
    font-size: .9375rem;
    margin-right: .4375rem
}

.btn .feather,
.custom-file-control::before .feather {
    height: 16px;
    width: 16px;
    margin-right: .4375rem
}

.btn-link.custom-file-control::before,
.btn.btn-link {
    position: relative;
    background-color: transparent;
    padding: .2rem .3rem
}

.btn.btn-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    left: 0;
    height: .125rem
}

.btn.btn-link:hover::after {
    width: 100%
}

.btn-rounded.custom-file-control::before,
.btn.btn-rounded,
.btn.rounded,
.rounded.custom-file-control::before {
    border-radius: 2.5rem !important
}

.btn-semi-rounded.custom-file-control::before,
.btn.btn-semi-rounded,
.btn.semi-rounded,
.semi-rounded.custom-file-control::before {
    border-radius: .625rem !important
}

.btn.move-up:active,
.btn.move-up:hover,
.move-up.custom-file-control:active::before,
.move-up.custom-file-control:hover::before {
    transform: translateY(-2px)
}

.btn-group .btn,
.btn-group .custom-file-control::before {
    transform: none !important
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 0
}

.btn-icon .material-icons {
    font-size: calc(.9375rem * 1.5)
}

.btn-icon .icon,
.btn-icon [class*=" ti-"],
.btn-icon [class^=ti-],
.btn-icon i {
    font-size: .9375rem;
    margin-right: .4375rem
}

.btn-icon .feather {
    height: 16px;
    width: 16px;
    margin-right: .4375rem
}

.btn-icon .feather,
.btn-icon .icon,
.btn-icon [class*=" ti-"],
.btn-icon [class^=ti-],
.btn-icon i {
    margin: 0
}

.badge {
    padding: .3em .4em;
    font-size: 11px
}

.badge.badge-solid {
    display: unset;
    padding: .34375rem .9375rem;
    font-weight: 700;
    letter-spacing: .96px
}

.badge.badge-white {
    background: #fff;
    color: #1e2835
}

.badge.badge-rounded {
    border-radius: 20px
}

.badge.badge-rectangle,
.badge.rounded-circle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important
}

.badge.badge-rectangle.badge-xxs,
.badge.rounded-circle.badge-xxs {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    line-height: 16px;
    font-size: 10px
}

.badge.badge-rectangle.badge-xxs i,
.badge.rounded-circle.badge-xxs i {
    font-size: 10px;
    line-height: 16px
}

.badge.badge-rectangle.badge-xs,
.badge.rounded-circle.badge-xs {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    font-size: 13px
}

.badge.badge-rectangle.badge-xs i,
.badge.rounded-circle.badge-xs i {
    font-size: 13px;
    line-height: 24px
}

.badge.badge-rectangle.badge-sm,
.badge.rounded-circle.badge-sm {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px
}

.badge.badge-rectangle.badge-sm i,
.badge.rounded-circle.badge-sm i {
    font-size: 14px;
    line-height: 32px
}

.badge.badge-rectangle.badge-lg,
.badge.rounded-circle.badge-lg {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    line-height: 48px;
    font-size: 18px
}

.badge.badge-rectangle.badge-lg i,
.badge.rounded-circle.badge-lg i {
    font-size: 20px;
    line-height: 48px
}

.badge.badge-rectangle.badge-xl,
.badge.rounded-circle.badge-xl {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    line-height: 56px;
    font-size: 22px
}

.badge.badge-rectangle.badge-xl i,
.badge.rounded-circle.badge-xl i {
    font-size: 24px;
    line-height: 56px
}

.badge.badge-opacity.badge-xxs,
.badge.badge-rounded.badge-xxs {
    padding: .07rem .15rem;
    font-size: 10px
}

.badge.badge-opacity.badge-xxs i,
.badge.badge-rounded.badge-xxs i {
    font-size: 10px
}

.badge.badge-opacity.badge-xs,
.badge.badge-rounded.badge-xs {
    padding: .125rem .25rem
}

.badge.badge-opacity.badge-xs i,
.badge.badge-rounded.badge-xs i {
    font-size: 13px
}

.badge.badge-opacity.badge-sm,
.badge.badge-rounded.badge-sm {
    padding: .25rem .5rem
}

.badge.badge-opacity.badge-sm i,
.badge.badge-rounded.badge-sm i {
    font-size: 14px
}

.btn-badge {
    position: relative
}

.btn-badge .badge {
    position: absolute;
    top: 4px;
    right: 4px
}

.badge-primary[href] {
    color: #fff
}

.badge-secondary[href] {
    color: #fff
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    background-color: #1e2835
}

.badge-success[href] {
    color: #fff
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #078550
}

.badge-info[href] {
    color: #fff
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #3230df
}

.badge-warning[href] {
    color: #fff
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ff6915
}

.badge-danger[href] {
    color: #fff
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #ff0a2b
}

.badge-light[href] {
    color: #fff
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    background-color: #5c6670
}

.badge-dark[href] {
    color: #fff
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    background-color: #0b1015
}

.badge-opacity {
    white-space: pre-wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.badge-opacity i {
    font-size: 20px
}

.badge-opacity.badge-primary {
    background-color: rgba(0, 129, 255, .17);
    color: #0081FF
}

.badge-opacity.badge-secondary {
    background-color: rgba(48, 65, 86, .17);
    color: #304156
}

.badge-opacity.badge-success {
    background-color: rgba(9, 182, 109, .17);
    color: #09B66D
}

.badge-opacity.badge-info {
    background-color: rgba(94, 92, 230, .17);
    color: #5e5ce6
}

.badge-opacity.badge-warning {
    background-color: rgba(255, 138, 72, .17);
    color: #FF8A48
}

.badge-opacity.badge-danger {
    background-color: rgba(255, 61, 87, .17);
    color: #FF3D57
}

.badge-opacity.badge-light {
    background-color: rgba(115, 128, 140, .17);
    color: #73808c
}

.badge-opacity.badge-dark {
    background-color: rgba(30, 40, 53, .17);
    color: #1e2835
}

.badge-avatar-primary {
    color: #fff;
    background-color: #0081FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 10px
}

.badge-avatar-secondary,
.badge-avatar-success {
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 5px 10px
}

.badge-avatar-secondary {
    background-color: #304156;
    justify-content: center
}

.badge-avatar-success {
    background-color: #09B66D;
    justify-content: center
}

.badge-avatar-info,
.badge-avatar-warning {
    color: #fff;
    display: flex;
    align-items: center
}

.badge-avatar-info {
    background-color: #5e5ce6;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 10px
}

.badge-avatar-warning {
    background-color: #FF8A48;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 10px
}

.badge-avatar-danger,
.badge-avatar-light {
    align-items: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex
}

.badge-avatar-danger {
    background-color: #FF3D57;
    justify-content: center
}

.badge-avatar-light {
    background-color: #73808c;
    justify-content: center
}

.badge-avatar-dark {
    color: #fff;
    background-color: #1e2835;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 10px
}

.badge-brand {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-color: rgba(24, 42, 136, .08)
}

.badge-brand img {
    height: 20px;
    width: auto
}

[class*=' bmd-label'],
[class^=bmd-label] {
    color: #828D99
}

.has-error .custom-file-control,
.has-error .form-control,
.is-focused .has-error .custom-file-control,
.is-focused .has-error .form-control {
    background-image: linear-gradient(to top, #FF3D57 2px, rgba(255, 159, 10, 0) 2px), linear-gradient(to top, rgba(53, 55, 65, .1) 1px, rgba(53, 55, 65, 0) 1px)
}

.custom-file-control::placeholder,
.form-control::placeholder {
    color: #828D99
}

[class*=" icon-light-bg-"],
[class^=icon-light-bg-] {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    padding: .625rem .375rem;
    border-radius: .25rem
}

.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    border-radius: 50%
}

.icon-light-bg-primary {
    background-color: rgba(0, 129, 255, .2);
    color: #0067cc
}

.icon-light-bg-secondary {
    background-color: rgba(48, 65, 86, .2);
    color: #1e2835
}

.icon-light-bg-success {
    background-color: rgba(9, 182, 109, .2);
    color: #078550
}

.icon-light-bg-info {
    background-color: rgba(94, 92, 230, .2);
    color: #3230df
}

.icon-light-bg-warning {
    background-color: rgba(255, 138, 72, .2);
    color: #ff6915
}

.icon-light-bg-danger {
    background-color: rgba(255, 61, 87, .2);
    color: #ff0a2b
}

.icon-light-bg-light {
    background-color: rgba(115, 128, 140, .2);
    color: #5c6670
}

.icon-light-bg-dark {
    background-color: rgba(30, 40, 53, .2);
    color: #0b1015
}

.icon {
    text-align: center;
    color: #475F7B
}

.icon-lg {
    height: 100px;
    width: 100px;
    min-width: 100px;
    line-height: 100px;
    font-size: 32px
}

.icon-md {
    height: 48px;
    width: 48px;
    min-width: 48px;
    line-height: 48px;
    font-size: 20px
}

.custom-input-1 i,
.icon-sm {
    font-size: 18px
}

.icon-sm {
    height: 36px;
    width: 36px;
    min-width: 36px;
    line-height: 36px
}

.icon-xs,
.sidebar-panel .app-user .app-user-name i {
    font-size: 12px
}

.icon-xs {
    height: 24px;
    width: 24px;
    min-width: 24px;
    line-height: 24px
}

.close {
    text-shadow: none
}

.close i {
    font-size: 1rem
}

.alert-danger .close,
.alert-dark .close,
.alert-info .close,
.alert-light .close,
.alert-primary .close,
.alert-secondary .close,
.alert-success .close,
.alert-warning .close {
    color: #fff
}

.custom-file-control:focus,
.form-control:focus {
    box-shadow: none
}

.input-group.with-icon {
    margin-left: -28px;
    width: calc(100% + 28px)
}

.input-group.with-icon .input-group-prepend .input-group-text {
    position: relative;
    left: 1.375rem
}

.input-group.with-icon .custom-file-control,
.input-group.with-icon .form-control {
    padding-left: 1.375rem !important
}

.input-group .input-group-append .btn,
.input-group .input-group-append .custom-file-control::before,
.input-group .input-group-prepend .btn,
.input-group .input-group-prepend .custom-file-control::before {
    height: 37px
}

.input-group .input-group-prepend+.custom-file-control,
.input-group .input-group-prepend+.form-control {
    padding-left: .8rem
}

.input-group-text {
    font-size: .875rem;
    border-width: 1px;
    background: 0 0;
    border-right: 0
}

.input-group-text.input-light,
.input-light .input-group-text {
    border: 0 !important;
    background: #fff
}

.has-success .input-group-text,
.input-group-foucs.has-success .input-group-text {
    border-color: #09B66D !important;
    color: #09B66D
}

.has-warning .input-group-text,
.input-group-foucs.has-error .input-group-text {
    border-color: #FF8A48 !important;
    color: #FF8A48
}

.has-error .input-group-text,
.input-group-foucs.has-warning .input-group-text {
    border-color: #FF3D57 !important;
    color: #FF3D57
}

.input-group-prepend .input-group-text {
    padding-right: 1px !important
}

.bmd-form-group[class^=col-] .bmd-label-static,
bmd-form-group[class*=" col-"] .bmd-label-static {
    left: 12px
}

.custom-checkbox,
.custom-checkbox .custom-control-label,
.custom-radio,
.custom-radio .custom-control-label {
    cursor: pointer
}

.custom-checkbox .custom-control-label::after,
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    top: calc(50% - 1.25rem / 2);
    height: 1.25rem;
    width: 1.25rem
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 129, 255, .4);
    border-color: #0081FF
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #0081FF;
    border-color: #0081FF
}

.custom-checkbox.checkbox-primary .custom-control-label::before,
.custom-checkbox.radio-primary .custom-control-label::before,
.custom-radio.checkbox-primary .custom-control-label::before,
.custom-radio.radio-primary .custom-control-label::before {
    border-color: #0081FF
}

.custom-checkbox.checkbox-primary .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-primary .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-primary .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-primary .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 129, 255, .4);
    border-color: #0081FF
}

.custom-checkbox.checkbox-primary .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-primary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-primary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-primary .custom-control-input:checked~.custom-control-label::before {
    background: #0081FF;
    border-color: #0081FF
}

.custom-checkbox.checkbox-secondary .custom-control-label::before,
.custom-checkbox.radio-secondary .custom-control-label::before,
.custom-radio.checkbox-secondary .custom-control-label::before,
.custom-radio.radio-secondary .custom-control-label::before {
    border-color: #304156
}

.custom-checkbox.checkbox-secondary .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-secondary .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-secondary .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-secondary .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(48, 65, 86, .4);
    border-color: #304156
}

.custom-checkbox.checkbox-secondary .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-secondary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-secondary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-secondary .custom-control-input:checked~.custom-control-label::before {
    background: #304156;
    border-color: #304156
}

.custom-checkbox.checkbox-success .custom-control-label::before,
.custom-checkbox.radio-success .custom-control-label::before,
.custom-radio.checkbox-success .custom-control-label::before,
.custom-radio.radio-success .custom-control-label::before {
    border-color: #09B66D
}

.custom-checkbox.checkbox-success .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-success .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-success .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-success .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(9, 182, 109, .4);
    border-color: #09B66D
}

.custom-checkbox.checkbox-success .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-success .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-success .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-success .custom-control-input:checked~.custom-control-label::before {
    background: #09B66D;
    border-color: #09B66D
}

.custom-checkbox.checkbox-info .custom-control-label::before,
.custom-checkbox.radio-info .custom-control-label::before,
.custom-radio.checkbox-info .custom-control-label::before,
.custom-radio.radio-info .custom-control-label::before {
    border-color: #5e5ce6
}

.custom-checkbox.checkbox-info .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-info .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-info .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-info .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(94, 92, 230, .4);
    border-color: #5e5ce6
}

.custom-checkbox.checkbox-info .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-info .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-info .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-info .custom-control-input:checked~.custom-control-label::before {
    background: #5e5ce6;
    border-color: #5e5ce6
}

.custom-checkbox.checkbox-warning .custom-control-label::before,
.custom-checkbox.radio-warning .custom-control-label::before,
.custom-radio.checkbox-warning .custom-control-label::before,
.custom-radio.radio-warning .custom-control-label::before {
    border-color: #FF8A48
}

.custom-checkbox.checkbox-warning .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-warning .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-warning .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-warning .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 138, 72, .4);
    border-color: #FF8A48
}

.custom-checkbox.checkbox-warning .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-warning .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-warning .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-warning .custom-control-input:checked~.custom-control-label::before {
    background: #FF8A48;
    border-color: #FF8A48
}

.custom-checkbox.checkbox-danger .custom-control-label::before,
.custom-checkbox.radio-danger .custom-control-label::before,
.custom-radio.checkbox-danger .custom-control-label::before,
.custom-radio.radio-danger .custom-control-label::before {
    border-color: #FF3D57
}

.custom-checkbox.checkbox-danger .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-danger .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-danger .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-danger .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 61, 87, .4);
    border-color: #FF3D57
}

.custom-checkbox.checkbox-danger .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-danger .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-danger .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-danger .custom-control-input:checked~.custom-control-label::before {
    background: #FF3D57;
    border-color: #FF3D57
}

.custom-checkbox.checkbox-light .custom-control-label::before,
.custom-checkbox.radio-light .custom-control-label::before,
.custom-radio.checkbox-light .custom-control-label::before,
.custom-radio.radio-light .custom-control-label::before {
    border-color: #73808c
}

.custom-checkbox.checkbox-light .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-light .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-light .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-light .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(115, 128, 140, .4);
    border-color: #73808c
}

.custom-checkbox.checkbox-light .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-light .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-light .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-light .custom-control-input:checked~.custom-control-label::before {
    background: #73808c;
    border-color: #73808c
}

.custom-checkbox.checkbox-dark .custom-control-label::before,
.custom-checkbox.radio-dark .custom-control-label::before,
.custom-radio.checkbox-dark .custom-control-label::before,
.custom-radio.radio-dark .custom-control-label::before {
    border-color: #1e2835
}

.custom-checkbox.checkbox-dark .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox.radio-dark .custom-control-input:focus~.custom-control-label::before,
.custom-radio.checkbox-dark .custom-control-input:focus~.custom-control-label::before,
.custom-radio.radio-dark .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(30, 40, 53, .4);
    border-color: #1e2835
}

.custom-checkbox.checkbox-dark .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox.radio-dark .custom-control-input:checked~.custom-control-label::before,
.custom-radio.checkbox-dark .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-dark .custom-control-input:checked~.custom-control-label::before {
    background: #1e2835;
    border-color: #1e2835
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px
}

input[disabled]+.custom-control-label::before {
    opacity: .25
}

.switch {
    position: relative;
    display: inline-block;
    padding-left: 3.5rem;
    height: .875rem
}

.switch span:not(.slider) {
    position: relative;
    top: -2px;
    cursor: pointer
}

.switch .slider,
.switch .slider:before {
    position: absolute;
    transition: all .2s ease-in-out !important
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    cursor: pointer;
    width: 2.625rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.875rem;
    background-color: #E7EDF3
}

.switch .slider:before {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    left: -.08rem;
    bottom: -3px;
    background-color: #F2F4F4;
    border-radius: 50%
}

.switch input:checked+.slider,
.switch-primary input:checked+.slider {
    background-color: #0081FF
}

.switch input:focus+.slider,
.switch-primary input:focus+.slider {
    box-shadow: 0 0 1px #0081FF
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(1.5rem);
    -ms-transform: translateX(1.5rem);
    transform: translateX(1.5rem)
}

.switch-secondary input:checked+.slider {
    background-color: #304156
}

.switch-secondary input:focus+.slider {
    box-shadow: 0 0 1px #304156
}

.switch-success input:checked+.slider {
    background-color: #09B66D
}

.switch-success input:focus+.slider {
    box-shadow: 0 0 1px #09B66D
}

.switch-info input:checked+.slider {
    background-color: #5e5ce6
}

.switch-info input:focus+.slider {
    box-shadow: 0 0 1px #5e5ce6
}

.switch-warning input:checked+.slider {
    background-color: #FF8A48
}

.switch-warning input:focus+.slider {
    box-shadow: 0 0 1px #FF8A48
}

.switch-danger input:checked+.slider {
    background-color: #FF3D57
}

.switch-danger input:focus+.slider {
    box-shadow: 0 0 1px #FF3D57
}

.switch-light input:checked+.slider {
    background-color: #73808c
}

.switch-light input:focus+.slider {
    box-shadow: 0 0 1px #73808c
}

.switch-dark input:checked+.slider {
    background-color: #1e2835
}

.switch-dark input:focus+.slider {
    box-shadow: 0 0 1px #1e2835
}

input[disabled]+.slider {
    opacity: .4
}

input[disabled]+.slider::before {
    background-color: #73808c;
    box-shadow: 0 5px 15px rgba(115, 128, 140, .15), 0 15px 40px rgba(115, 128, 140, .2)
}

.custom-input-1 {
    display: flex;
    align-items: center;
    border-radius: .25rem;
    border: 1px solid #F0F1F2;
    padding: 6px 10px;
    background: 0 0
}

.custom-input-1 span {
    padding: 0;
    width: 100%;
    display: block
}

.custom-input-1 span input {
    background: 0 0;
    width: 100%;
    border: none;
    margin-left: 8px;
    color: #304156
}

.custom-input-1 span input:focus {
    outline: 0
}

.custom-input-1.dark i,
.custom-input-1.dark span.bmd-form-group input {
    color: #1e2835
}

.custom-input-1.dark span.bmd-form-group input::-webkit-input-placeholder {
    color: #1e2835
}

.custom-input-1.dark span.bmd-form-group input:-moz-placeholder {
    color: #1e2835
}

.custom-input-1.light i {
    color: #73808c
}

.custom-input-1.light span.bmd-form-group input::-webkit-input-placeholder {
    color: #73808c
}

.custom-input-1.light span.bmd-form-group input:-moz-placeholder {
    color: #73808c
}

.custom-input-1.secondary {
    border-color: #304156
}

.custom-input-1.secondary i,
.custom-input-1.secondary span.bmd-form-group input {
    color: #304156
}

.custom-input-1.secondary span.bmd-form-group input::-webkit-input-placeholder {
    color: #304156
}

.custom-input-1.secondary span.bmd-form-group input:-moz-placeholder {
    color: #304156
}

.custom-input-1.white {
    border-color: #fff
}

.custom-input-1.white i,
.custom-input-1.white span.bmd-form-group input {
    color: #fff
}

.custom-input-1.white span.bmd-form-group input::-webkit-input-placeholder {
    color: #fff
}

.custom-input-1.white span.bmd-form-group input:-moz-placeholder {
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus,
.show>.dropdown-toggle.custom-file-control:focus::before {
    box-shadow: none
}

.bootstrap-timepicker-widget.dropdown-menu.open,
.dropdown .dropdown-menu,
.select2-dropdown,
.tt-menu {
    box-shadow: 0 8px 32px rgba(47, 60, 74, .13), 0 8px 16px rgba(47, 60, 74, .05)
}

.dropdown button i.material-icons {
    vertical-align: middle
}

.dropdown .dropdown-menu {
    border: 0;
    font-size: .9375rem;
    overflow: hidden;
    z-index: 7000;
    color: #304156;
    background-color: #fff
}

.dropdown .dropdown-menu .dropdown-header {
    color: #828D99;
    font-weight: 600;
    padding: .75rem 1.5rem .5rem
}

.dropdown .dropdown-menu .dropdown-item {
    flex-flow: row nowrap;
    padding: 0 1.5rem;
    min-height: 2.5rem;
    color: #304156
}

.dropdown .dropdown-menu .dropdown-item .icon,
.dropdown .dropdown-menu .dropdown-item i.material-icons {
    vertical-align: middle
}

.dropdown .dropdown-menu .dropdown-item .icon {
    margin-left: -10px
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #F2F4F4;
    outline: 0
}

.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #0f89ff;
    color: #fff
}

.ul-avatar-dropdown {
    width: 210px;
    max-width: 220px
}

.ul-avatar-dropdown .card-header {
    position: relative;
    height: 50px;
    border: 0
}

.ul-avatar-dropdown .ul-avatar-dropdown-container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
    bottom: -24px;
    margin-left: 24px
}

.ul-notification {
    min-width: 300px;
    max-width: 320px
}

.ul-notification .card-header {
    position: relative
}

.ul-notification a.ul-notification-alert {
    position: absolute;
    top: 60px;
    padding: 13px 42px;
    font-size: 14px;
    font-weight: 400
}

.ul-notification .ul-scroll-dropdown {
    height: 300px;
    position: relative;
    top: 22px
}

.ul-notification .ul-scroll-dropdown .ul-notification-scrolldown .dropdown-item {
    max-width: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F4F4
}

.ul-notification .ul-scroll-dropdown .ul-notification-scrolldown .dropdown-item:last-child {
    border-bottom: none
}

.nav-tabs-primary .nav-tabs,
.nav-tabs-primary .tab-content {
    border-color: #0081FF !important
}

.nav-tabs-primary .nav-link.active {
    border-color: #0081FF !important;
    color: #0081FF !important
}

.nav-tabs-primary .nav-link:hover {
    color: #0081FF
}

.nav-pills-primary .nav-link.active,
.nav-pills-primary .show>.nav-link {
    background-color: #0081FF
}

.nav-tabs-secondary .nav-tabs,
.nav-tabs-secondary .tab-content {
    border-color: #304156 !important
}

.nav-tabs-secondary .nav-link.active {
    border-color: #304156 !important;
    color: #304156 !important
}

.nav-tabs-secondary .nav-link:hover {
    color: #304156
}

.nav-pills-secondary .nav-link.active,
.nav-pills-secondary .show>.nav-link {
    background-color: #304156
}

.nav-tabs-success .nav-tabs,
.nav-tabs-success .tab-content {
    border-color: #09B66D !important
}

.nav-tabs-success .nav-link.active {
    border-color: #09B66D !important;
    color: #09B66D !important
}

.nav-tabs-success .nav-link:hover {
    color: #09B66D
}

.nav-pills-success .nav-link.active,
.nav-pills-success .show>.nav-link {
    background-color: #09B66D
}

.nav-tabs-info .nav-tabs,
.nav-tabs-info .tab-content {
    border-color: #5e5ce6 !important
}

.nav-tabs-info .nav-link.active {
    border-color: #5e5ce6 !important;
    color: #5e5ce6 !important
}

.nav-tabs-info .nav-link:hover {
    color: #5e5ce6
}

.nav-pills-info .nav-link.active,
.nav-pills-info .show>.nav-link {
    background-color: #5e5ce6
}

.nav-tabs-warning .nav-tabs,
.nav-tabs-warning .tab-content {
    border-color: #FF8A48 !important
}

.nav-tabs-warning .nav-link.active {
    border-color: #FF8A48 !important;
    color: #FF8A48 !important
}

.nav-tabs-warning .nav-link:hover {
    color: #FF8A48
}

.nav-pills-warning .nav-link.active,
.nav-pills-warning .show>.nav-link {
    background-color: #FF8A48
}

.nav-tabs-danger .nav-tabs,
.nav-tabs-danger .tab-content {
    border-color: #FF3D57 !important
}

.nav-tabs-danger .nav-link.active {
    border-color: #FF3D57 !important;
    color: #FF3D57 !important
}

.nav-tabs-danger .nav-link:hover {
    color: #FF3D57
}

.nav-pills-danger .nav-link.active,
.nav-pills-danger .show>.nav-link {
    background-color: #FF3D57
}

.nav-tabs-light .nav-tabs,
.nav-tabs-light .tab-content {
    border-color: #73808c !important
}

.nav-tabs-light .nav-link.active {
    border-color: #73808c !important;
    color: #73808c !important
}

.nav-tabs-light .nav-link:hover {
    color: #73808c
}

.nav-pills-light .nav-link.active,
.nav-pills-light .show>.nav-link {
    background-color: #73808c
}

.nav-tabs-dark .nav-tabs,
.nav-tabs-dark .tab-content {
    border-color: #1e2835 !important
}

.nav-tabs-dark .nav-link.active {
    border-color: #1e2835 !important;
    color: #1e2835 !important
}

.nav-tabs-dark .nav-link:hover {
    color: #1e2835
}

.nav-pills-dark .nav-link.active,
.nav-pills-dark .show>.nav-link {
    background-color: #1e2835
}

.nav-link {
    display: block;
    padding: .5rem 1.5rem !important;
    font-size: .9375rem !important;
    text-transform: none
}

.nav-link.disabled {
    color: #828D99
}

[data-toggle=collapse].collapsed .icon {
    transform: rotate(0)
}

[data-toggle=collapse] .icon {
    transform: rotate(180deg)
}

.nav-tabs .nav-link {
    color: #304156
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.nav-tabs .nav-link.disabled {
    color: #828D99
}

.nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.nav-pills .nav-link {
    background: #fff;
    border-radius: 0;
    color: #304156
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    box-shadow: none
}

.gj-picker-md,
.nav-pills-card .nav-link {
    box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05)
}

.nav-pills-card .nav-link {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem !important;
    align-items: center;
    color: #304156;
    background: #fff;
    border-radius: .25rem;
    border: 1px solid transparent
}

.nav-pills-card .nav-link.active {
    background: #fff;
    border-color: #0081FF
}

.nav-pills-card .nav-link.active .icon {
    color: #0081FF
}

.nav-pills-card .nav-link p {
    margin: 0
}

.nav-pill-rounded {
    display: inline-flex;
    border-radius: 30px;
    overflow: hidden
}

.nav-pill-rounded .nav-link {
    margin: 0;
    padding: 1rem 3rem;
    border-radius: 0
}

[class*=" nav-pills-"] .tab-content,
[class^=nav-pills-] .tab-content {
    border-radius: .25rem
}

.ul-vertical-nav ul li:hover {
    cursor: pointer;
    background: #F2F4F4
}

.ul-vertical-nav ul li.active {
    background-color: #0081FF;
    cursor: pointer
}

.ul-vertical-nav ul li.active a {
    color: #fff
}

.ul-vertical-nav ul li a {
    color: #304156
}

.ul-vertical-nav ul li:last-child {
    border-radius: 0 !important
}

.ul-vertical-nav.rounded ul.list-group {
    padding: 1rem .75rem
}

.ul-vertical-nav.rounded ul.list-group li {
    border: 1px solid #F0F1F2 !important;
    border-radius: 100px !important;
    margin-bottom: .75rem
}

.navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
    transition: all .4s ease-in
}

.navbar.main-navbar {
    padding-top: 24px
}

.navbar.on-scroll {
    padding-top: .625rem !important
}

.navbar-nav {
    font-size: .70312rem
}

.navbar-nav .nav-item .nav-link i {
    font-size: .9375rem;
    padding: 0 .25rem
}

.navbar-nav .nav-item .feather {
    height: 18px;
    width: 18px
}

.navbar-dark .nav-item .nav-link {
    color: #fff
}

.navbar-light .nav-item .nav-link {
    color: #304156
}

.list-group-item :first-child {
    margin-right: 1rem
}

.ul-list-group-1 .ul-list-item {
    transition: all .3s ease;
    border-radius: .25rem;
    margin-bottom: .25rem
}

.ul-list-group-1 .ul-list-item .ul-list-item-action button i {
    font-size: 1.5rem
}

.ul-list-group-1 .ul-list-item:hover {
    cursor: pointer;
    transition: all .3s ease
}

.ul-list-group-2 {
    border: 0
}

.ul-list-group-2 .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 2.5rem;
    border: 0;
    border-radius: 0 !important;
    border-left: 3px solid transparent;
    transition: all .2s ease-in-out !important
}

.ul-list-group-2 .list-group-item:hover {
    box-shadow: 0 2px 4px -1px rgba(179, 192, 206, .12), 0 4px 5px 0 rgba(179, 192, 206, .08), 0 1px 10px 0 rgba(179, 192, 206, .06);
    border-left: 3px solid #0081FF;
    z-index: 4
}

.ul-list-group-2 .list-group-item:hover .item-action .btn,
.ul-list-group-2 .list-group-item:hover .item-action .custom-file-control::before {
    background: #0081FF !important;
    border-color: #0081FF !important;
    color: #fff
}

.ul-list-group-2 .list-group-item .item-icon,
.ul-list-group-2 .list-group-item .item-thumbnail {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: .25rem
}

.ul-list-group-2 .list-group-item .item-thumbnail {
    padding: .5rem
}

@media (max-width:991px) {
    .ul-list-group-2 .list-group-item {
        flex-direction: column;
        align-items: flex-start
    }
    .ul-list-group-2 .list-group-item .item-thumbnail {
        padding: 0;
        margin-bottom: 1rem
    }
    .ul-list-group-2 .list-group-item .item-icon {
        margin-bottom: 1rem
    }
}

.ul-list-group-2 .list-group-item .item-icon {
    background: #F2F4F4;
    border: 1px solid rgba(30, 40, 53, .06);
    color: #828D99;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.ul-list-group-2 .list-group-item .item-content {
    flex-grow: 1;
    padding: 0 2.5rem 0 .9375rem
}

@media (max-width:991px) {
    .ul-list-group-2 .list-group-item .item-content {
        padding: 0;
        margin-bottom: 1rem
    }
}

.ul-list-group-2 .list-group-item .item-content h4 {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: .625rem;
    font-weight: 400
}

.ul-list-group-2 .list-group-item .item-content .item-footer {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width:991px) {
    .ul-list-group-2 .list-group-item .item-content .item-footer {
        flex-direction: column;
        align-items: flex-start
    }
}

.ul-list-group-2 .list-group-item .item-content .item-footer span {
    color: #828D99;
    padding-right: 1.25rem;
    font-size: .8125rem
}

.ul-list-group-2 .list-group-item .item-content .item-footer span i,
.ul-list-group-2 .list-group-item .item-content .item-footer span svg {
    margin-right: .375rem
}

.ul-list-group-2 .list-group-item .item-action .btn,
.ul-list-group-2 .list-group-item .item-action .custom-file-control::before {
    background: #fff !important;
    border-color: #fff;
    color: #1e2835
}

.ul-list-group-2 .list-group-item .item-action .btn:focus,
.ul-list-group-2 .list-group-item .item-action .custom-file-control:focus::before {
    color: #1e2835 !important
}

.modal-content {
    border: 0
}

@media (min-width:576px) {
    .modal-sm {
        max-width: 380px
    }
    .modal-content {
        box-shadow: 0 0 50px rgba(47, 60, 74, .15), 0 12px 24px rgba(47, 60, 74, .05)
    }
}

.pagination {
    border-radius: 0
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50% !important;
    color: #828D99;
    height: 2.25rem;
    min-height: 2.25rem;
    width: 2.25rem;
    min-width: 2.25rem;
    padding: 0 !important;
    margin: 0 .25rem
}

.page-link:focus,
.page-link:hover {
    color: #828D99;
    background-color: #F2F4F4;
    box-shadow: none
}

.popover-danger,
.popover-danger .popover-body,
.popover-dark,
.popover-dark .popover-body,
.popover-info,
.popover-info .popover-body,
.popover-light,
.popover-light .popover-body,
.popover-primary,
.popover-primary .popover-body,
.popover-secondary,
.popover-secondary .popover-body,
.popover-success,
.popover-success .popover-body,
.popover-warning,
.popover-warning .popover-body {
    color: #fff
}

.page-item.active .page-link {
    background-color: #0081FF;
    box-shadow: 0 3px 1px -2px rgba(0, 129, 255, .12), 0 2px 2px 0 rgba(0, 129, 255, .08), 0 1px 5px 0 rgba(0, 129, 255, .06)
}

.pagination-sm .page-link {
    height: 1.875rem;
    width: 1.875rem
}

.pagination-lg .page-link {
    height: 2.5rem;
    width: 2.5rem
}

.popover {
    border: none;
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06)
}

.popover .arrow::before {
    border-color: transparent
}

.popover-primary {
    background-color: #0081FF
}

.popover-primary.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-primary.bs-popover-top>.arrow::after {
    border-top-color: #0081FF
}

.popover-primary.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-primary.bs-popover-right>.arrow::after {
    border-right-color: #0081FF
}

.popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-primary.bs-popover-bottom>.arrow::after {
    border-bottom-color: #0081FF
}

.popover-primary.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-primary.bs-popover-left>.arrow::after {
    border-left-color: #0081FF
}

.popover-secondary {
    background-color: #304156
}

.popover-secondary.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-secondary.bs-popover-top>.arrow::after {
    border-top-color: #304156
}

.popover-secondary.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-secondary.bs-popover-right>.arrow::after {
    border-right-color: #304156
}

.popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-secondary.bs-popover-bottom>.arrow::after {
    border-bottom-color: #304156
}

.popover-secondary.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-secondary.bs-popover-left>.arrow::after {
    border-left-color: #304156
}

.popover-success {
    background-color: #09B66D
}

.popover-success.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-success.bs-popover-top>.arrow::after {
    border-top-color: #09B66D
}

.popover-success.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-success.bs-popover-right>.arrow::after {
    border-right-color: #09B66D
}

.popover-success.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-success.bs-popover-bottom>.arrow::after {
    border-bottom-color: #09B66D
}

.popover-success.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-success.bs-popover-left>.arrow::after {
    border-left-color: #09B66D
}

.popover-info {
    background-color: #5e5ce6
}

.popover-info.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-info.bs-popover-top>.arrow::after {
    border-top-color: #5e5ce6
}

.popover-info.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-info.bs-popover-right>.arrow::after {
    border-right-color: #5e5ce6
}

.popover-info.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-info.bs-popover-bottom>.arrow::after {
    border-bottom-color: #5e5ce6
}

.popover-info.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-info.bs-popover-left>.arrow::after {
    border-left-color: #5e5ce6
}

.popover-warning {
    background-color: #FF8A48
}

.popover-warning.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-warning.bs-popover-top>.arrow::after {
    border-top-color: #FF8A48
}

.popover-warning.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-warning.bs-popover-right>.arrow::after {
    border-right-color: #FF8A48
}

.popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-warning.bs-popover-bottom>.arrow::after {
    border-bottom-color: #FF8A48
}

.popover-warning.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-warning.bs-popover-left>.arrow::after {
    border-left-color: #FF8A48
}

.popover-danger {
    background-color: #FF3D57
}

.popover-danger.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-danger.bs-popover-top>.arrow::after {
    border-top-color: #FF3D57
}

.popover-danger.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-danger.bs-popover-right>.arrow::after {
    border-right-color: #FF3D57
}

.popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-danger.bs-popover-bottom>.arrow::after {
    border-bottom-color: #FF3D57
}

.popover-danger.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-danger.bs-popover-left>.arrow::after {
    border-left-color: #FF3D57
}

.popover-light {
    background-color: #73808c
}

.popover-light.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-light.bs-popover-top>.arrow::after {
    border-top-color: #73808c
}

.popover-light.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-light.bs-popover-right>.arrow::after {
    border-right-color: #73808c
}

.popover-light.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-light.bs-popover-bottom>.arrow::after {
    border-bottom-color: #73808c
}

.popover-light.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-light.bs-popover-left>.arrow::after {
    border-left-color: #73808c
}

.popover-dark {
    background-color: #1e2835
}

.popover-dark.bs-popover-auto[x-placement^=top]>.arrow::after,
.popover-dark.bs-popover-top>.arrow::after {
    border-top-color: #1e2835
}

.popover-dark.bs-popover-auto[x-placement^=right]>.arrow::after,
.popover-dark.bs-popover-right>.arrow::after {
    border-right-color: #1e2835
}

.popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.popover-dark.bs-popover-bottom>.arrow::after {
    border-bottom-color: #1e2835
}

.popover-dark.bs-popover-auto[x-placement^=left]>.arrow::after,
.popover-dark.bs-popover-left>.arrow::after {
    border-left-color: #1e2835
}

.progress-info {
    display: flex;
    justify-content: space-between
}

.progress-percentage {
    font-size: .8125rem;
    color: #828D99;
    font-weight: 600
}

.progress {
    height: .25rem;
    background-color: #F2F4F4;
    border-radius: 1rem;
    box-shadow: none
}

.bootstrap-select .dropdown-menu,
.bootstrap-select.show>.btn,
.bootstrap-select.show>.custom-file-control::before {
    box-shadow: 0 2px 4px -1px rgba(47, 60, 74, .12), 0 4px 5px 0 rgba(47, 60, 74, .08), 0 1px 10px 0 rgba(47, 60, 74, .06) !important
}

.progress-bar {
    background-color: #0081FF;
    border-radius: 1rem
}

.bootstrap-select.show>.btn,
.bootstrap-select.show>.custom-file-control::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 9px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after {
    width: 7px;
    height: 14px;
    border-width: 0 2px 2px 0
}

.bootstrap-select .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    background: #fff !important;
    padding: 0
}

.slider .tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -2px;
    background: #E7EDF3;
    box-shadow: none
}

.slider.slider-horizontal .slider-track .slider-selection {
    box-shadow: none;
    background: #0081FF
}

.slider .slider-handle {
    background: #0081FF;
    box-shadow: 0 3px 1px -2px rgba(0, 129, 255, .12), 0 2px 2px 0 rgba(0, 129, 255, .08), 0 1px 5px 0 rgba(0, 129, 255, .06);
    transition: box-shadow .2s ease-in-out
}

.slider .slider-handle:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 129, 255, .12), 0 4px 5px 0 rgba(0, 129, 255, .08), 0 1px 10px 0 rgba(0, 129, 255, .06)
}

.sidebar-container {
    position: relative;
    overflow: hidden;
    min-height: 400px
}

.sidebar-container .sidebar-overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 1
}

.sidebar-container .sidebar-overlay.open {
    display: block
}

.sidebar-container .sidebar-content {
    position: relative;
    height: 100%;
    transition: all .3s ease-in
}

.sidebar-container .sidebar-content:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.sidebar-container .sidebar {
    position: absolute;
    top: 0;
    transition: all .3s ease-in;
    z-index: 2
}

.sidebar-container .sidebar .sidebar-close {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    z-index: 999
}

@media (max-width:1024px) {
    .sidebar-container .sidebar {
        background: #F2F4F4
    }
    .sidebar-container .sidebar .sidebar-close {
        display: block
    }
}

.table thead th {
    color: #304156
}

.tooltip-inner {
    color: #304156;
    background: #fff !important;
    box-shadow: 0 0 50px rgba(47, 60, 74, .15), 0 12px 24px rgba(47, 60, 74, .05)
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #fff
}

.ul-widget-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    min-width: 70px;
    text-align: center;
    padding: .75rem 1rem;
    border-radius: .25rem
}

.multisteps-form__progress {
    display: grid;
    padding: 50px 20px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.ul-wizard-border-v3-right {
    border-right: 1px solid #E7EDF3
}

.ul-wizard-setup-account p {
    max-width: 350px;
    margin: 0 auto
}

.ul-wizard-v3-img {
    max-width: 320px;
    margin: 0 auto
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, .7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

@media (min-width:500px) {
    .multisteps-form__progress-btn {
        text-indent: 0
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .15s linear 0s, -webkit-transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    transition: all .15s linear 0s, transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    transition: all .15s linear 0s, transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s, -webkit-transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1
}

.multisteps-form__progress-btn:first-child:after {
    display: none
}

.multisteps-form__progress-btn.js-active {
    color: #0081FF
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor
}

.multisteps-form__form {
    position: relative
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.copy-code,
.ul-card-carousel {
    position: relative
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.ul-card-carousel {
    display: inline
}

.ps__thumb-y {
    width: 4px;
    background-color: #E7EDF3
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background: 0 0
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    width: 8px;
    background-color: #B3C0CE
}

.gj-picker-md {
    color: #304156;
    border: 0;
    border-radius: .25rem;
    padding: 8px 12px
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background-color: #0081FF;
    width: 36px;
    height: 36px;
    line-height: 36px;
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06)
}

.gj-picker-md .arrow-begin,
.gj-picker-md [role=header],
.gj-picker-md [role=body] [role=arrow],
.gj-picker-md [role=switch] {
    background: #0081FF
}

.gj-picker-md .arrow-end {
    border-color: #0081FF
}

.gj-picker-md [role=footer] button.gj-button-md {
    color: #0081FF
}

.daterangepicker {
    font-size: .9375rem;
    line-height: 1.5;
    border: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05)
}

.daterangepicker::after,
.daterangepicker::before {
    display: none
}

.daterangepicker th.month {
    color: #828D99
}

.daterangepicker .calendar-table {
    background-color: #fff;
    border-color: transparent
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: rgba(30, 40, 53, .5) !important;
    border-width: 0 1px 1px 0
}

.daterangepicker .drp-calendar {
    padding-bottom: 19px !important
}

.daterangepicker .drp-buttons,
.daterangepicker .drp-calendar {
    border-color: #F0F1F2 !important
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #0081FF !important;
    color: #fff !important
}

.daterangepicker td.in-range {
    background-color: #F2F4F4;
    color: #304156
}

.daterangepicker .ranges li:hover {
    background-color: #F2F4F4
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #E7EDF3;
    color: #828D99
}

.bootstrap-timepicker-widget table td a:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #F2F4F4
}

@media only screen and (max-width:767px) {
    .daterangepicker .ranges,
    .daterangepicker .ranges ul {
        width: 100%
    }
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    border: none
}

.bootstrap-timepicker-widget table td input:focus {
    outline: 0
}

.bootstrap-timepicker-widget table td a {
    border: none;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2px 0;
    outline: 0;
    color: #828D99
}

.select2-search--dropdown input:focus,
.select2-selection:focus {
    outline: 0 !important
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    opacity: 1 !important;
    transform: scale(1);
    background: #fff
}

.bootstrap-timepicker-widget.dropdown-menu::after,
.bootstrap-timepicker-widget.dropdown-menu::before,
.doc-example+.copy-code+pre.collapsed .btn-copy,
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle.noUi-handle-lower::after,
.noUi-vertical .noUi-handle.noUi-handle-lower::before,
.tagify-item span.bmd-form-group.is-filled input {
    display: none
}

.input-group input+.input-group-addon {
    margin-left: 0
}

.input-group-text {
    display: flex;
    width: 30px;
    justify-content: center;
    padding: 4px 0;
    background-color: #F2F4F4
}

.input-group-btn-vertical .bootstrap-touchspin-down,
.input-group-btn-vertical .bootstrap-touchspin-up {
    margin: 0
}

span.select2.select2-container.select2-container--default {
    width: 100% !important
}

span.select2-selection {
    border: none !important;
    border-bottom: 1px solid #F0F1F2 !important;
    border-radius: 0 !important
}

.select2-container--open {
    border-bottom: 1px solid #0081FF
}

.select2-results__option--highlighted {
    background-color: #0081FF !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #F0F1F2
}

.select2-dropdown {
    border: none;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0081FF;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F2F4F4 !important;
    color: #73808c
}

.select2-selection.select2-selection--single {
    opacity: .7
}

.tt-menu {
    background-color: #fff;
    width: 100%
}

.tt-suggestion.tt-selectable {
    padding: 5px 10px
}

.tt-suggestion.tt-selectable:hover {
    background-color: #0081FF;
    color: #fff;
    cursor: pointer
}

.tt-highlight {
    font-weight: 400
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px !important;
    overflow-y: auto !important
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    right: -17px;
    top: -5px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: none
}

.noUi-connects {
    background-color: #F2F4F4
}

.noUi-connect {
    background-color: #0081FF
}

.noUi-target {
    border-color: rgba(30, 40, 53, .06);
    box-shadow: none;
    border-radius: 50px
}

.noUi-horizontal .noUi-handle:focus {
    outline: 0
}

.noUi-vertical .noUi-handle.noUi-handle-lower {
    width: 28px;
    height: 28px;
    right: -7px;
    top: -5px;
    border-radius: 50% !important;
    background-color: #fff;
    box-shadow: none
}

.doc-example,
.doc-example+.copy-code+pre,
.doc-section-title::after,
.tagify__dropdown.tagify__dropdown--all {
    box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05)
}

.noUi-vertical .noUi-handle:focus {
    outline: 0
}

.noUi-target.noUi-vertical {
    height: 150px;
    width: 15px
}

.tagify {
    border: none;
    border-bottom: 1px solid #F0F1F2
}

.tagify.tagify--focus {
    border-color: #0081FF !important
}

.tagify__dropdown.tagify__dropdown--all .tagify__dropdown__wrapper {
    border: none !important;
    padding-left: .5rem;
    padding-right: .5rem
}

.tagify__dropdown.tagify__dropdown--all:hover {
    background-color: #E7EDF3 !important
}

.page-item.previous {
    margin-right: 8px !important
}

.page-item.next {
    margin-left: -8px !important
}

.page-item.first {
    margin-right: -20px
}

.page-item.last {
    margin-left: -20px
}

.ul-datatable-rowgrouping {
    background-color: #F2F4F4
}

.help-block ul {
    padding: 0 !important;
    margin-top: 5px;
    color: #FF3D57
}

.help-block ul li {
    list-style: none
}

.copy-code .btn-clipboard {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .2rem .4rem;
    z-index: 1
}

.hljs {
    background: rgba(30, 40, 53, .06)
}

.doc-example {
    position: relative;
    padding: 1rem 1.5rem 2rem;
    border-bottom: none;
    border-radius: .25rem .25rem 0 0;
    background: #fff
}

.doc-example::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 16px;
    background: #fff;
    z-index: 1
}

.doc-example+.copy-code+pre {
    position: relative;
    border-radius: 0 0 .25rem .25rem;
    margin-bottom: 2rem
}

.doc-example+.copy-code+pre.collapsed {
    height: 80px;
    overflow: hidden
}

.doc-example+.copy-code+pre.collapsed::after {
    display: flex
}

.doc-example+.copy-code+pre::after {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "View Code";
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #0081FF;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline
}

.doc-section-title {
    position: relative;
    margin: 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: .25rem .25rem 0 0;
    font-size: 1.25rem;
    font-weight: 500
}

.doc-section-title span.border-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1
}

.doc-section-title::after,
.doc-section-title::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1
}

.doc-section-title::before {
    bottom: -16px;
    height: 30px;
    background: #fff;
    z-index: 1
}

.doc-section-title::after {
    bottom: 0;
    height: 100%;
    border-bottom: 1px solid #F0F1F2
}

.doc-section-title:hover .section-link {
    opacity: 1
}

.doc-section-title .section-link {
    opacity: 0;
    padding-left: .3rem;
    display: none
}

.doc-section-title .section-link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1";
    font-weight: 900 !important;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle
}

@media (max-width:767px) {
    .sidebar-container .sidebar {
        background: #fff
    }
    .sidebar-container .sidebar .sidebar-close {
        display: block
    }
}

.metismenu .has-arrow:after {
    border-width: 1px 0 0 1px;
    width: 6px;
    height: 6px
}

.app-admin-wrap-layout-1.sidebar-full .metismenu .has-arrow:after {
    right: 1.5rem !important
}

.app-admin-wrap-layout-3.sidebar-full .metismenu .has-arrow:after {
    right: 1rem !important
}

[dir=rtl] .metismenu .has-arrow::after {
    left: auto;
    right: 1em;
    transform: rotate(135deg) translate(0, -50%)
}

@keyframes header-menu-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (min-width:1025px) {
    .ul-header-menu-toggle {
        display: none
    }
}

.ul-header-menu-wrap {
    position: relative;
    transition: all .2s ease-in-out
}

.ul-header-menu-wrap .ul-header-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #F2F4F4;
    color: #828D99;
    font-size: 14px;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    z-index: 6000
}

@media only screen and (min-width:1025px) {
    .ul-header-menu-wrap {
        display: flex;
        align-items: center
    }
    .ul-header-menu-wrap .ul-header-menu-toggle {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .ul-header-menu-wrap {
        position: fixed;
        top: 60px;
        left: -240px;
        padding-top: 1.5rem;
        width: 240px;
        background: #fff;
        height: 100vh;
        z-index: 5000;
        box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05)
    }
    .ul-header-menu-wrap.ul-header-menu-wrap--open {
        left: 0
    }
    .ul-header-menu-wrap .ul-header-menu .ul-header-nav>.ul-menu-item {
        display: flex;
        flex-direction: column
    }
    .ul-header-menu-wrap .ul-header-menu .ul-header-nav .ul-menu-submenu {
        width: 100%;
        position: relative;
        top: unset !important;
        left: unset !important;
        box-shadow: none;
        padding: 0
    }
    .ul-header-menu-wrap .ul-header-menu .ul-header-nav .ul-menu-submenu .ul-menu-item .ul-menu-link {
        padding-left: 2rem
    }
    .ul-header-menu-wrap .ul-header-menu .ul-header-nav .ul-menu-submenu .ul-menu-item .ul-menu-item .ul-menu-link {
        padding-left: 3rem
    }
    .ul-header-menu-wrap .ul-header-menu .ul-header-nav .ul-menu-submenu .ul-menu-item .ul-menu-item .ul-menu-item .ul-menu-link {
        padding-left: 4rem
    }
}

.ul-header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ul-header-menu a {
    color: #304156
}

.ul-header-menu .ul-header-nav .ul-menu-item {
    position: relative
}

.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item-submenu>.ul-menu-link {
    padding-right: 2rem
}

.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item-submenu>.ul-menu-link::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #828D99;
    right: 16px;
    -webkit-transform: rotate(-228deg) translateY(-50%);
    transform: rotate(-228deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: calc(50% - 2px);
    transition: all .2s ease-in-out
}

.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--hover>.ul-menu-submenu,
.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--open>.ul-menu-submenu {
    display: block
}

@media only screen and (min-width:1024px) {
    .ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--active .ul-menu-link {
        background: #F2F4F4;
        color: #0081FF
    }
    .ul-header-menu .ul-header-nav .ul-menu-item .ul-menu-item.ul-menu-item-submenu:hover>.ul-menu-submenu {
        display: block;
        animation: header-menu-fade-in .3s forwards
    }
    .ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--hover>.ul-menu-submenu,
    .ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--open>.ul-menu-submenu {
        animation: header-menu-fade-in .3s forwards
    }
    .ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--hover>.ul-menu-submenu::before,
    .ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--open>.ul-menu-submenu::before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 4px;
        background: #0081FF;
        top: 4px;
        left: 4px;
        border-radius: .25rem
    }
}

.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--hover>.ul-menu-link,
.ul-header-menu .ul-header-nav .ul-menu-item.ul-menu-item--open>.ul-menu-link {
    background: #F2F4F4;
    color: #0081FF
}

.ul-header-menu .ul-header-nav .ul-menu-item .ul-menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: .6rem 1rem;
    width: 100%;
    font-size: .8125rem;
    color: #304156
}

.ul-header-menu .ul-header-nav .ul-menu-item .ul-menu-link:hover {
    background: #F2F4F4;
    color: #0081FF
}

.ul-header-menu .ul-header-nav .ul-menu-item .ul-menu-link:hover .ul-menu-item-icon {
    color: #0081FF
}

.ul-header-menu .ul-header-nav .ul-menu-item .ul-menu-link .ul-menu-item-icon {
    font-size: .875rem;
    margin-right: .5rem;
    color: #828D99
}

.ul-header-menu .ul-header-nav .ul-menu-submenu {
    background: #fff;
    width: 275px;
    z-index: 100;
    padding: 1rem 0;
    display: none;
    box-shadow: 0 8px 32px rgba(47, 60, 74, .1), 0 8px 16px rgba(47, 60, 74, .05);
    border-radius: .25rem;
    position: absolute;
    top: 0;
    left: 100%
}

.ul-header-menu .ul-header-nav>.ul-menu-item {
    display: inline-flex
}

.ul-header-menu .ul-header-nav>.ul-menu-item>.ul-menu-link {
    padding: .75rem 1.5rem
}

@media only screen and (min-width:1025px) {
    .ul-header-menu .ul-header-nav>.ul-menu-item>.ul-menu-link {
        font-weight: 500;
        border-radius: .25rem
    }
    .ul-header-menu .ul-header-nav>.ul-menu-item>.ul-menu-link::after {
        transform: rotate(-135deg) translateY(-50%) !important
    }
}

.ul-header-menu .ul-header-nav>.ul-menu-item>.ul-menu-submenu {
    top: 100%;
    left: 0
}

.ul-sidebar-panel {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 450px;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06);
    background-color: #fff;
    z-index: 999999
}

.ul-sidebar-panel[data-position=left] {
    left: -450px
}

.ul-sidebar-panel[data-position=left].open {
    left: 0
}

.ul-sidebar-panel[data-position=right] {
    right: -450px
}

.ul-sidebar-panel[data-position=right].open {
    right: 0
}

@media (max-width:450px) {
    .ul-sidebar-panel[data-position=right],
    .ul-sidebar-panel[data-position=left] {
        width: 90%
    }
}

.ul-sidebar-panel-overlay {
    background-color: rgba(0, 0, 0, .2);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 8000
}

.ul-sidebar-panel-overlay.open {
    display: block
}

.ul-sidebar-panel-close {
    cursor: pointer
}

.ul-header-topbar {
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out
}

@media (max-width:1024px) {
    .ul-header-topbar {
        width: 100%;
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        z-index: 5000;
        box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06);
        background-color: #fff
    }
    .ul-header-topbar.open {
        margin-top: 60px
    }
}

.ul-mobile-top-header {
    position: relative;
    height: 60px;
    display: none;
    padding: 0 1.5rem;
    align-items: center;
    z-index: 6000
}

.ul-mobile-top-header .ul-brand-mobile {
    width: auto;
    height: 30px
}

@media (max-width:1024px) {
    .ul-mobile-top-header {
        display: flex;
        position: fixed;
        width: 100%
    }
}

.ul-header-2 {
    position: relative;
    background: url(../../../assets/images/gallery/section-bg-1.jpg) no-repeat;
    background-size: cover;
    z-index: 100
}

.ul-header-2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: rgba(30, 35, 58, .94);
    z-index: -1
}

.ul-header-2 button img.language-img {
    width: 20px;
    min-width: 20px
}

.ul-header-2 .ul-brand-logo {
    width: auto;
    height: 44px
}

@media (max-width:1024px) {
    .ul-header-2 {
        height: 0;
        min-height: 0;
        padding: 0 !important;
        overflow: hidden
    }
}

.subheader {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem
}

.subheader .subheader-container,
.subheader .subheader-main,
.subheader .subheader-toolbar {
    align-items: center;
    display: flex
}

.subheader .subheader-container {
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:767px) {
    .subheader .subheader-container .subheader-toolbar {
        padding-top: .5rem
    }
}

.subheader-fixed .subheader {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 3;
    background: #fff;
    margin: 0
}

.narrow-sidebar .ul-customizer .colors .color,
.sticky-header .ul-header-navigation {
    box-shadow: 0 2px 4px -1px rgba(47, 60, 74, .12), 0 4px 5px 0 rgba(47, 60, 74, .08), 0 1px 10px 0 rgba(47, 60, 74, .06)
}

.sidebar-compact .subheader,
.sidebar-compact-onhover .subheader {
    left: 54px
}

.subheader .subheader-title {
    color: #304156;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding-right: 1rem
}

.ul-footer-2 {
    margin-top: -3.5rem
}

.ul-footer-2 .ul-footer-2-bottom {
    border-top: 1px solid rgba(30, 40, 53, .25)
}

.sticky-header .ul-header-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    z-index: 9000;
    transition: all .2s ease-in-out;
    animation: .6s forwards slideDown
}

.sticky-header .ul-header-2 {
    padding-bottom: 75px
}

.ul-search-full-width.open .ul-search-input-area {
    display: flex
}

.ul-search-full-width .ul-search-input-area {
    display: none;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1.5rem;
    background: #fff;
    z-index: 1
}

.ul-search-full-width .ul-search-input-area .bmd-form-group {
    padding: 0;
    height: 100%;
    flex-grow: 1
}

.ul-search-full-width .ul-search-input-area input[type=text] {
    border: 0;
    width: 100%;
    height: calc(100% - 2px);
    color: #304156;
    background: #fff
}

.ul-search-full-width .ul-search-input-area input[type=text]:focus {
    outline: 0
}

.ul-search-full-width .ul-search-result-area {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    background: #fff
}

.narrow-sidebar,
.sidebar-theme-slate .sidebar-panel {
    background-color: #242939 !important;
}

.ul-search-full-width .ul-search-result-area #result_list li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.search-result-open .ul-search-full-width .ul-search-result-area {
    display: block
}

@media (max-width:1024px) {
    .ul-search-full-width .ul-search-result-area {
        top: 50px;
        width: 100%
    }
}

.app-admin-wrap-layout-1 .ul-search-full-width .ul-search-result-area {
    height: calc(100vh - 75px)
}

@media (min-width:1025px) {
    .app-admin-wrap-layout-1 .ul-search-full-width .ul-search-input-area {
        left: 240px;
        height: calc(75px - 2px);
        width: calc(100% - 240px)
    }
    .app-admin-wrap-layout-1 .ul-search-full-width .ul-search-result-area {
        top: 75px;
        left: 240px;
        width: calc(100% - 240px)
    }
    .app-admin-wrap-layout-1.sidebar-compact-onhover .ul-search-full-width .ul-search-input-area {
        left: 54px;
        width: calc(100% - 54px)
    }
    .app-admin-wrap-layout-1.sidebar-compact-onhover .ul-search-full-width .ul-search-result-area {
        width: calc(100% - 54px)
    }
}

.app-admin-wrap-layout-4 .ul-search-full-width .ul-search-result-area {
    width: 100%;
    top: 56px;
    height: calc(100vh - 56px)
}

@media (max-width:1024px) {
    .app-admin-wrap-layout-4 .ul-search-full-width .ul-search-result-area {
        top: 50px;
        height: calc(100vh - 50px)
    }
}

.search-result {
    min-width: 280px;
    display: none
}

.search-result.has-result {
    display: block
}

.search-result .autoComplete_highlighted {
    color: #0081FF
}

.narrow-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
    height: 100vh;
    position: fixed;
    right: -50px;
    z-index: 999999;
    opacity: 1 !important;
    transition: all .2s ease-in-out
}

.secondary-sidebar-open .narrow-sidebar {
    right: 0;
    opacity: 1
}

.narrow-sidebar .secondary-left-button {
    position: fixed;
    right: 13px;
    transform: rotate(180deg);
    bottom: 0
}

.narrow-sidebar .narrow-sidebar-toggle-button {
    position: fixed;
    right: 8px;
    bottom: 16px
}

.secondary-sidebar-open .narrow-sidebar .narrow-sidebar-toggle-button {
    transform: rotate(180deg)
}

.narrow-sidebar .ul-customizer {
    position: fixed;
    display: none;
    right: 50px;
    width: 320px;
    height: 100vh;
    transition: all .2s ease-in-out
}

.narrow-sidebar .ul-customizer .colors {
    display: flex;
    flex-wrap: wrap
}

.narrow-sidebar .ul-customizer .colors .color {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden
}

.narrow-sidebar .ul-customizer .colors .color .sub-color {
    position: absolute;
    border: 12px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -12px;
    left: -12px;
    border-radius: 50%
}

.narrow-sidebar .ul-customizer .colors .color .sub-color.light {
    background-color: #E7EDF3
}

.narrow-sidebar .ul-customizer.show {
    display: block
}

.narrow-sidebar .ul-customizer.collapse {
    right: 0
}

.narrow-sidebar .ul-customizer .ul-customizer-header {
    padding: 1.2rem;
    box-shadow: 0 3px 1px -2px rgba(47, 60, 74, .12), 0 2px 2px 0 rgba(47, 60, 74, .08), 0 1px 5px 0 rgba(47, 60, 74, .06)
}

.main-content-wrap .main-header,
.sidebar-panel {
    box-shadow: 0 2px 4px -1px rgba(47, 60, 74, .12), 0 4px 5px 0 rgba(47, 60, 74, .08), 0 1px 10px 0 rgba(47, 60, 74, .06)
}

.app-admin-wrap-layout-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .2s ease-in-out
}

.main-content-wrap .main-header {
    height: 75px;
    min-height: 75px;
    z-index: 4
}

@media (max-width:1024px) {
    .narrow-sidebar .ul-customizer {
        right: 0
    }
    .narrow-sidebar .ul-customizer.collapse {
        right: 50px
    }
    .narrow-sidebar .narrow-sidebar-toggle-button.secondary-left-button {
        transform: rotate(360deg)
    }
    .main-content-wrap .main-header {
        height: 0;
        min-height: 0
    }
}

.subheader-fixed .main-content-wrap .main-header {
    box-shadow: none;
    border-bottom: 1px solid rgba(30, 40, 53, .06)
}

.main-content-wrap .main-header .header-toggle {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.main-content-wrap .main-header .header-toggle .sidebar-compact-toggle,
.main-content-wrap .main-header .header-toggle .sidebar-full-toggle {
    vertical-align: middle;
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: 0 0
}

.main-content-wrap .main-header .header-toggle .sidebar-compact-toggle i,
.main-content-wrap .main-header .header-toggle .sidebar-full-toggle i {
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px
}

.main-content-wrap .main-header .search-bar {
    height: 38px
}

.main-content-wrap .main-header .profile-dropdown .dropdown-menu {
    left: auto !important;
    right: 12px !important
}

.main-content-wrap .main-header .profile-dropdown .dropdown-menu .dropdown-item {
    flex-flow: row
}

@media (max-width:1024px) {
    .main-content-wrap {
        width: 100% !important
    }
}

@media only screen and (min-width:1025px) {
    .sidebar-full-toggle {
        display: none
    }
}

.app-admin-wrap-layout-1 .subheader {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.app-admin-wrap-layout-1.subheader-fixed.sidebar-full.secondary-sidebar-open .subheader {
    width: calc(100% - 290px)
}

.app-admin-wrap-layout-1.subheader-fixed.sidebar-compact-onhover.secondary-sidebar-open .subheader,
.app-admin-wrap-layout-1.subheader-fixed.sidebar-compact.secondary-sidebar-open .subheader {
    width: calc(100% - 104px)
}

.app-admin-wrap-layout-1.subheader-fixed.sidebar-compact-onhover .subheader {
    left: 54px;
    width: calc(100% - 54px)
}

.app-admin-wrap-layout-1.subheader-fixed.sidebar-compact-onhover .subheader.subheader-close {
    width: calc(100% - 54px)
}

.app-admin-wrap-layout-1.subheader-fixed .subheader {
    left: 240px;
    width: calc(100% - 240px);
    margin: 0
}

.app-admin-wrap-layout-1.subheader-fixed .subheader.subheader-close {
    width: calc(100% - 240px)
}

@media (min-width:1025px) {
    .app-admin-wrap-layout-1.subheader-fixed .subheader {
        top: 75px
    }
}

.app-admin-wrap-layout-1.subheader-fixed .main-content-body {
    padding-top: 60px
}

@media (max-width:1024px) {
    .app-admin-wrap-layout-1.subheader-fixed .subheader {
        left: 0;
        width: 100% !important
    }
    .app-admin-wrap-layout-1.subheader-fixed .main-content-body {
        padding-top: 140px
    }
}

.sidebar-panel .side-nav .icon-menu-title,
.sidebar-panel .side-nav .main-menu-title {
    font-size: 1rem;
    padding: 16px 0 16px 24px;
    display: block;
    font-weight: 500;
    letter-spacing: .5px
}

.sidebar-panel .side-nav .icon-menu .icon-menu-item {
    padding: 0 16px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between
}

.sidebar-panel .side-nav .icon-menu .icon-menu-item a {
    width: 60px;
    color: #fff
}

.sidebar-panel .side-nav .main-menu ul {
    padding: 0
}

.sidebar-panel .side-nav .main-menu ul li {
    list-style: none
}

.sidebar-panel .side-nav .main-menu ul li a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    font-size: 13px
}

.sidebar-panel .side-nav .main-menu ul li a .nav-icon {
    margin-right: 15px;
    font-size: 16px !important
}

.sidebar-panel .side-nav .main-menu ul li a .spacer {
    margin: auto
}

.sidebar-panel .side-nav .main-menu ul li.dropdown>.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-in
}

.sidebar-panel .side-nav .main-menu ul li.dropdown>.sub-menu a {
    height: 44px;
    padding-left: 50px
}

.sidebar-panel .side-nav .main-menu ul li.dropdown.open>.sub-menu {
    max-height: 1000px
}

.sidebar-panel ul.metismenu {
    min-width: 240px
}

.sidebar-panel ul.metismenu li ul li a {
    position: relative;
    padding: 0 16px 0 36px !important
}

.sidebar-panel ul.metismenu li ul li a i.nav-icon {
    margin-right: 10px !important
}

.sidebar-panel ul.metismenu li ul li a i.bullet-icon {
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 14px
}

.sidebar-panel ul.metismenu li ul li li a {
    padding: 0 16px 0 42px !important
}

.sidebar-panel .sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-panel .sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-panel .sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px
}

.sidebar-panel .sidebar-nav .metismenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-panel .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #E7EDF3;
    outline-width: 0;
    transition: all .3s ease-out
}

.sidebar-panel .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 30px
}

.sidebar-panel .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px
}

.sidebar-panel {
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -240px;
    width: 240px;
    z-index: 100
}

.sidebar-panel .brand {
    height: 64px;
    display: flex;
    align-items: center;
    margin-left: 20px
}

.sidebar-panel .brand img {
    /* height: 32px */
    max-width: 74%;
}

.sidebar-panel .sidebar-compact-switch {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 20px;
    right: 16px;
    width: 26px;
    height: 26px;
    opacity: 1;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .sidebar-panel .sidebar-compact-switch {
        display: none
    }
}

.sidebar-panel .sidebar-compact-switch:hover div,
.sidebar-panel .sidebar-compact-switch:hover::after,
.sidebar-panel .sidebar-compact-switch:hover:before {
    opacity: 1
}

.sidebar-panel .sidebar-compact-switch div,
.sidebar-panel .sidebar-compact-switch::after,
.sidebar-panel .sidebar-compact-switch:before {
    position: absolute;
    display: inline-block;
    height: 2px;
    border-radius: 8px;
    background: #F2F4F4;
    transition: all .2s ease-in-out;
    right: 0;
    opacity: .4;
    content: ""
}

.sidebar-panel .sidebar-compact-switch div {
    top: calc(50% - 1px);
    width: 100%
}

.sidebar-panel .sidebar-compact-switch:before {
    top: 4px;
    width: 14px
}

.sidebar-panel .sidebar-compact-switch::after {
    bottom: 4px;
    width: 20px
}

.sidebar-panel .scroll-nav {
    width: 240px;
    height: calc(100vh - 64px)
}

.sidebar-panel .app-user {
    display: flex;
    align-items: center;
    margin: 24px;
    border-radius: 4px
}

.sidebar-panel .app-user .app-user-photo img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
    margin-right: 8px
}

.sidebar-panel .app-user .app-user-info {
    position: relative
}

.sidebar-panel .app-user .app-user-info::after {
    position: absolute;
    content: "";
    width: calc(100% + 72px);
    height: 1px;
    top: 50%;
    left: -9px
}

.sidebar-panel .app-user .app-user-name {
    display: block;
    font-weight: 300;
    margin-bottom: 8px
}

.sidebar-panel .app-user .app-user-control {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -2px
}

.sidebar-panel .app-user .app-user-control .control-item {
    margin-right: 4px;
    padding: 2px;
    line-height: 1;
    border-radius: 30px
}

.sidebar-panel .app-user .app-user-control .control-item i {
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .app-user .app-user-control,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .app-user .app-user-info,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .app-user span,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .icon-menu-title,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .item-badge,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .item-name,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .main-menu-title {
    display: none
}

.app-admin-wrap-layout-1.secondary-sidebar-open {
    width: calc(100% - 50px)
}

.app-admin-wrap-layout-1.sidebar-full.sidebar-mobile .sidebar-panel {
    left: 0
}

.app-admin-wrap-layout-1.sidebar-full.sidebar-mobile .main-content-wrap {
    width: 100%;
    margin-left: 0
}

.app-admin-wrap-layout-1.sidebar-full .sidebar-panel {
    width: 240px;
    left: 0
}

.app-admin-wrap-layout-1.sidebar-full .main-content-wrap {
    width: calc(100% - 240px);
    margin-left: 240px
}

.app-admin-wrap-layout-1.sidebar-full .main-content-wrap.secondary-sidebar-close {
    width: calc(100% - 240px)
}

.app-admin-wrap-layout-1.sidebar-full.sidebar-compact-onhover .main-content-wrap {
    width: calc(100% - 54px);
    margin-left: 54px
}

.app-admin-wrap-layout-1.sidebar-full.sidebar-compact-onhover .main-content-wrap.secondary-sidebar-close,
.app-admin-wrap-layout-1.sidebar-full.sidebar-compact-onhover .main-content-wrap.sidebar-compact-layout-close {
    width: calc(100% - 54px)
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel {
    width: 54px;
    left: 0
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .brand {
    margin-left: 7px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .brand img {
    height: 42px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .app-user {
    width: 54px;
    margin: 8px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .sidebar-compact-switch {
    opacity: 0;
    transition-delay: 0s !important
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .icon-menu-item {
    flex-direction: column;
    padding: 0
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .icon-menu-item a {
    width: 100%;
    display: contents
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .icon-menu-item a i {
    padding: 5px;
    font-size: 30px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .icon-menu-item a:hover {
    cursor: pointer;
    padding: 0 10px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .main-menu ul li a {
    padding: 0 8px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .main-menu ul li a i {
    padding: 8px
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .brand span,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .main-menu .has-arrow:after,
.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .main-menu ul li ul li a {
    display: none
}

.app-admin-wrap-layout-1.sidebar-compact .sidebar-panel .app-user-photo img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    padding: 4px
}

.app-admin-wrap-layout-1.sidebar-compact .main-content-wrap {
    width: calc(100% - 54px);
    margin-left: 54px
}

.app-admin-wrap-layout-1.sidebar-compact .main-content-wrap.secondary-sidebar-close {
    width: calc(100% - 54px)
}

.border-top-divider {
    display: block;
    height: 1px;
    margin: 12px 0
}

@media only screen and (max-width:1024px) {
    .app-admin-wrap-layout-1.sidebar-full .sidebar-panel {
        left: -240px
    }
    .app-admin-wrap-layout-1.sidebar-full .main-content-wrap {
        width: 100%;
        margin-left: 0
    }
}

.sidebar-theme-slate .sidebar-panel .brand .app-logo-text {
    color: #fff !important;
    font-weight: 600
}

.sidebar-theme-slate .sidebar-panel .app-user .app-user-photo img {
    border-color: rgba(0, 0, 0, .1)
}

.sidebar-theme-slate .sidebar-panel .app-user .app-user-info::after {
    background-color: rgba(0, 0, 0, .1)
}

.sidebar-theme-slate .sidebar-panel .app-user .app-user-control .control-item,
.sidebar-theme-slate .sidebar-panel .app-user .app-user-name {
    color: #fff !important
}

.sidebar-theme-slate .sidebar-panel .app-user .app-user-control .control-item:hover {
    background: rgba(0, 0, 0, .1)
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu span.main-menu-title {
    color: #666f88 !important
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a {
    color: #989eb3
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a .nav-icon,
.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a.has-arrow:after {
    color: #666f88
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a .bullet-icon {
    background-color: #666f88
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a:hover {
    background-color: rgba(0, 0, 0, .1)
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a:hover .nav-icon,
.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a:hover.has-arrow:after {
    color: #fff
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li a:hover .bullet-icon {
    background-color: #fff
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a .nav-icon,
.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a.has-arrow:after {
    color: #fff
}

.sidebar-theme-slate .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a .bullet-icon {
    background-color: #fff
}

.sidebar-theme-white .brand .app-logo-text {
    color: #1e2835 !important;
    font-weight: 600
}

.sidebar-theme-white .app-user-photo img,
.sidebar-theme-white .border-top-divider {
    border-color: rgba(30, 40, 53, .06) !important
}

.sidebar-theme-white .app-user-info::after {
    background-color: rgba(30, 40, 53, .06)
}

.sidebar-theme-white .sidebar-panel {
    background-color: #fff
}

.sidebar-theme-white .sidebar-panel .sidebar-compact-switch div,
.sidebar-theme-white .sidebar-panel .sidebar-compact-switch::after,
.sidebar-theme-white .sidebar-panel .sidebar-compact-switch::before {
    background-color: #828D99
}

.sidebar-theme-white .sidebar-panel .app-user .app-user-name,
.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu span.main-menu-title,
.sidebar-theme-white .sidebar-panel ul.metismenu li a {
    color: #304156
}

.sidebar-theme-white .sidebar-panel .app-user-control a {
    color: #73808c
}

.sidebar-theme-white .sidebar-panel .app-user-control a:hover {
    color: #0081FF;
    background: rgba(0, 129, 255, .2)
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu span.main-menu-title {
    color: #73808c !important
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a .nav-icon,
.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a.has-arrow:after {
    color: #73808c
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a:hover .nav-icon,
.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a:hover.has-arrow:after,
.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a .nav-icon,
.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a.has-arrow:after {
    color: #0081FF
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a .bullet-icon {
    background-color: rgba(0, 129, 255, .4)
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a:hover {
    background-color: #F2F4F4
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li a:hover .bullet-icon {
    background-color: #0081FF
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a {
    background-color: #F2F4F4
}

.sidebar-theme-white .sidebar-panel .sidebar-nav ul.metismenu li.mm-active>a .bullet-icon {
    background-color: #0081FF
}

.main-content-wrap,
.main-header,
.sidebar-panel {
    transition: all .2s ease-in
}

.main-content-wrap {
    width: 100%;
    min-height: 100vh;
    float: right;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%
}

.main-content-wrap .main-content-body {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden
}

.app-admin-wrap-layout-1.sidebar-compact-onhover .sidebar-compact-switch div,
.app-admin-wrap-layout-1.sidebar-compact-onhover .sidebar-compact-switch::after,
.app-admin-wrap-layout-1.sidebar-compact-onhover .sidebar-compact-switch::before {
    width: 100%
}

@media (max-width:1024px) {
    .app-admin-wrap-layout-1 .main-content-body {
        padding-top: 60px
    }
}

.ql-container {
    font-size: 1.1rem;
    font-family: 'Questrial', sans-serif;
}