[class^=swal2],
html {
    -webkit-tap-highlight-color: transparent
}

dl,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

body,
caption {
    text-align: left
}

label,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

pre,
textarea {
    overflow: auto
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block
}

address,
legend {
    line-height: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

button,
hr,
input {
    overflow: visible
}

.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none
}

:root {
    --blue: #2196f3;
    --indigo: #3f51b5;
    --purple: #9c27b0;
    --pink: #e91e63;
    --red: #f44336;
    --orange: #ff9800;
    --yellow: #ffeb3b;
    --green: #4caf50;
    --teal: #1984c8;
    --cyan: #00bcd4;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1984c8;
    --secondary: #6c757d;
    --success: #4caf50;
    --info: #03a9f4;
    --warning: #ff5722;
    --danger: #f44336;
    --light: #f5f5f5;
    --dark: #424242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #212121
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.btn:not(:disabled):not(.disabled),
.custom-file-control:not(:disabled):not(.disabled):before,
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled),
summary {
    cursor: pointer
}

address {
    font-style: normal
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #03A9F4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #004a43;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=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=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    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;
    color: inherit;
    white-space: normal
}

.badge,
.dropdown-header,
.dropdown-item,
.input-group-text,
.navbar-brand {
    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-cancel-button,
[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 {
    line-height: 1.2;
    font-weight: 300
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

.blockquote,
hr {
    margin-bottom: 1rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 7rem
}

.display-2 {
    font-size: 3.5rem
}

.display-3 {
    font-size: 2.8125rem
}

.display-4 {
    font-size: 2.125rem
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid #f0f0f0
}

.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 {
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    border-radius: .125rem;
    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: #6c757d
}

code,
kbd {
    font-size: 87.5%
}

a>code,
pre code {
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    color: #e91e63;
    word-break: break-word
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .0625rem;
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.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:576px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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:992px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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:1200px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent
}

.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 .table {
    background-color: #fafafa
}

.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-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #1984c8
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a6dbd6
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #cde9ce
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #bbe1bd
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #b8e7fc
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a0dffb
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffd0c1
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffbda8
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fccac7
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #fbb3af
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #cacaca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bdbdbd
}

.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: #fafafa;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    background-color: #fafafa
}

.table-dark {
    color: #fafafa;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.carousel-inner,
.collapsing,
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden
}

.custom-file-control,
.form-control {
    display: block;
    width: 100%;
    color: #212121;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 4px;
    box-shadow: none
}

.form-control.bootstrap-select {
    background: 0 0
}

.form-control.bootstrap-select>.btn {
    background: #fff !important
}

.custom-file-control,
input.form-control {
    height: 32px
}

.custom-file-control::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.custom-file-control:focus,
.form-control:focus {
    color: #495057;
    border-color: #1984c8;
    outline: 0;
    box-shadow: none, 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.custom-file-control::placeholder,
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: #e9ecef;
    opacity: 1
}

select.custom-file-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem + 2px)
}

select.custom-file-control:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: transparent
}

.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: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.is-valid.custom-file-control,
.was-validated .custom-file-control:valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #4caf50
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.custom-file-control,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.custom-file-control:before,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.custom-file-control:before,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.custom-file-control,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.custom-file-control:before,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.custom-file-control:before,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.custom-file-control,
.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: .875rem;
    line-height: 1.5;
    border-radius: .0625rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.custom-file-control:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.125rem + 2px)
}

.form-control-lg,
.input-group-lg>.custom-file-control,
.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: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.custom-file-control:not([size]):not([multiple]):before,
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.custom-file-control:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-check-label,
.form-row>.col,
.form-row>[class*=col-] {
    margin-bottom: 0
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.form-row>.col:last-child,
.form-row>[class*=col-]:last-child {
    margin-top: 10px;
    margin-bottom: 0
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-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
}

.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem;
    top: 100%
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #4caf50
}

.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(76, 175, 80, .8)
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.is-valid.custom-file-control~.valid-feedback,
.is-valid.custom-file-control~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control: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: #4caf50
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.is-valid.custom-file-control:focus,
.was-validated .custom-file-control:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #a3d7a5
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #6ec071
}

.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 1px #fafafa, 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid.custom-file-control,
.was-validated .custom-file-control:invalid,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #f44336
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f44336
}

.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(244, 67, 54, .8)
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.is-invalid.custom-file-control~.invalid-feedback,
.is-invalid.custom-file-control~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-control:invalid~.invalid-feedback,
.was-validated .custom-file-control:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control: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: #f44336
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.custom-file-control:focus,
.was-validated .custom-file-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #fbb4af
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #f77066
}

.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 1px #fafafa, 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .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 {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .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 .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;
        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-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn,
.custom-file-control:before {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 7px 15px;
    line-height: 1.5;
    border-radius: 4px;
    min-width: 90px
}

.btn:focus,
.btn:hover,
.custom-file-control:focus:before,
.custom-file-control:hover:before {
    text-decoration: 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).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 {
    background-image: none;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.custom-file-control:not(:disabled):not(.disabled).active:focus:before,
.custom-file-control:not(:disabled):not(.disabled):active:focus:before {
    box-shadow: none, 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: #1984c8;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(0, 150, 136, .5)
}

.btn-primary:hover {
    color: #fff;
    background-color: #007065;
    border-color: #00635a
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1984c8
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00635a;
    border-color: #00564e
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none
}

.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: none, 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.btn-success:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c
}

.btn-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(3, 169, 244, .5)
}

.btn-info:hover {
    color: #fff;
    background-color: #038fce;
    border-color: #0286c2
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #027db5
}

.btn-warning {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(255, 87, 34, .5)
}

.btn-warning:hover {
    color: #fff;
    background-color: #fb3c00;
    border-color: #ee3900
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ee3900;
    border-color: #e13600
}

.btn-danger {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(244, 67, 54, .5)
}

.btn-danger:hover {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c
}

.btn-light {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none
}

.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: none, 0 0 0 .2rem hsla(0, 0%, 96%, .5)
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #dcdcdc
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #d5d5d5
}

.btn-dark {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
    box-shadow: none
}

.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: none, 0 0 0 .2rem rgba(66, 66, 66, .5)
}

.btn-dark:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #292929
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    border-color: #222
}

.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, 150, 136, .5)
}

.btn-outline-primary {
    color: #1984c8;
    background-color: transparent;
    background-image: none;
    border-color: #1984c8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1984c8;
    border-color: #1984c8
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1984c8;
    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: #1984c8;
    border-color: #1984c8
}

.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 hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-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(76, 175, 80, .5)
}

.btn-outline-success {
    color: #4caf50;
    background-color: transparent;
    background-image: none;
    border-color: #4caf50
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4caf50;
    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: #4caf50;
    border-color: #4caf50
}

.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(3, 169, 244, .5)
}

.btn-outline-info {
    color: #03a9f4;
    background-color: transparent;
    background-image: none;
    border-color: #03a9f4
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #03a9f4;
    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: #03a9f4;
    border-color: #03a9f4
}

.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, 87, 34, .5)
}

.btn-outline-warning {
    color: #ff5722;
    background-color: transparent;
    background-image: none;
    border-color: #ff5722
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ff5722;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.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(244, 67, 54, .5)
}

.btn-outline-danger {
    color: #f44336;
    background-color: transparent;
    background-image: none;
    border-color: #f44336
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f44336;
    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: #f44336;
    border-color: #f44336
}

.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 hsla(0, 0%, 96%, .5)
}

.btn-outline-light {
    color: #f5f5f5;
    background-color: transparent;
    background-image: none;
    border-color: #f5f5f5
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f5f5;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.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(66, 66, 66, .5)
}

.btn-outline-dark {
    color: #424242;
    background-color: transparent;
    background-image: none;
    border-color: #424242
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #424242;
    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: #424242;
    border-color: #424242
}

.btn-link,
.btn-link:hover {
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #1984c8
}

.btn-link:hover {
    color: #004a43
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.card-link:hover,
.dropdown-item:focus,
.dropdown-item:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-group-lg>.btn,
.btn-group-lg>.custom-file-control:before,
.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-sm {
    padding: .40625rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .0625rem
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-flex;
    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;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .125rem;
    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)
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropleft .dropdown-toggle:before,
.dropright .dropdown-toggle:after {
    width: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    height: 0;
    content: ""
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.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,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    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:before,
.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-file:not(:first-child) .custom-file-label:before,
.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: #16181b;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1984c8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}

.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: 0 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-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn+.custom-file-control:before,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.custom-file-control:before,
.btn-group .custom-file-control:before+.btn,
.btn-group .custom-file-control:before+.btn-group,
.btn-group .custom-file-control:before+.custom-file-control:before,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn+.custom-file-control:before,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group-vertical .btn-group+.custom-file-control:before,
.btn-group-vertical .custom-file-control:before+.btn,
.btn-group-vertical .custom-file-control:before+.btn-group,
.btn-group-vertical .custom-file-control:before+.custom-file-control:before {
    margin-left: -1px
}

.btn-group>.btn:first-child,
.btn-group>.custom-file-control:first-child:before,
.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.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
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .custom-file-control:before {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+.custom-file-control:before,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+.custom-file-control:before,
.btn-group-vertical>.custom-file-control:before+.btn,
.btn-group-vertical>.custom-file-control:before+.btn-group,
.btn-group-vertical>.custom-file-control:before+.custom-file-control:before {
    margin-top: -1px;
    margin-left: 0
}

.input-group-append,
.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,
.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 {
    margin-left: -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 input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.custom-file-control:before input[type=checkbox],
.btn-group-toggle>.btn-group>.custom-file-control:before input[type=radio],
.btn-group-toggle>.custom-file-control:before input[type=checkbox],
.btn-group-toggle>.custom-file-control:before input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-file-control,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file-control:focus,
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .custom-file-control:before,
.input-group-prepend .btn,
.input-group-prepend .custom-file-control:before {
    position: relative;
    z-index: 2
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.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.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #1984c8;
    box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #4affee;
    box-shadow: none
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-file-input:lang(en)~.custom-file-label:after,
.custom-file-label:after {
    content: "Browse"
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .125rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #1984c8
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #1984c8;
    box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 150, 136, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #1984c8
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 150, 136, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: .125rem;
    appearance: none
}

.custom-file-input:focus~.custom-file-control:before,
.custom-select:focus {
    border-color: #17ffe9
}

.custom-select:focus {
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(23, 255, 233, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: transparent
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(2.125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.4375rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #17ffe9;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.4375rem + 2px);
    border: 0 solid rgba(0, 0, 0, .26);
    border-radius: 0;
    box-shadow: none
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .46875rem 1rem;
    line-height: 1.3;
    color: #495057;
    background-color: transparent
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.4375rem + 2px) - 0 * 2);
    border-left: 0 solid rgba(0, 0, 0, .26);
    border-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fafafa
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .125rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1984c8
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0%;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .125rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% no-repeat;
    background-size: 100% 100%
}

.card,
.card-footer,
.card-header {
    background-color: #fff
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(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: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .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;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .125rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.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 {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.card-header:first-child {
    border-radius: calc(.125rem - 1px) calc(.125rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.125rem - 1px) calc(.125rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.alert,
.page-link {
    position: relative
}

.card-img {
    width: 100%;
    border-radius: calc(.125rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.125rem - 1px);
    border-top-right-radius: calc(.125rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.125rem - 1px);
    border-bottom-left-radius: calc(.125rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.page-item:first-child .page-link,
.page-link {
    margin-left: 0
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .125rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb,
.pagination {
    border-radius: .125rem;
    list-style: none
}

.card-columns .card {
    margin-bottom: .75rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #1984c8;
    background-color: transparent;
    border: 0 solid #dee2e6
}

.badge,
.close {
    font-weight: 700;
    line-height: 1
}

.page-link:hover {
    color: #004a43;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, .25)
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1984c8;
    border-color: #1984c8
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    border-radius: .125rem
}

.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: #1984c8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #14699e
}

.badge-secondary {
    color: #fff;
    background-color: #969696
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8a8a8a
}

.badge-success {
    color: #fff;
    background-color: #1c9980
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #19846e
}

.badge-info {
    color: #fff;
    background-color: #4cbad1
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #44a5b9
}

.badge-warning {
    color: #fff;
    background-color: #f7bd2d
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e0ac29
}

.badge-danger {
    color: #fff;
    background-color: #de252d
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c3242b
}

.badge-light {
    color: #212529;
    background-color: #f0f0f0
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e2e2e2
}

.badge-dark {
    color: #fff;
    background-color: #424242
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d2d2d
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: 7px 10px;
    margin-bottom: 1rem;
    background: #fff
}

.modal-content,
.popover {
    background-clip: padding-box
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 20px
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #ddeef9;
    background-color: rgba(25, 132, 200, .65);
    border-color: rgba(25, 132, 200, .65)
}

.alert-primary hr {
    border-top-color: #ddeef9
}

.alert-primary .alert-link {
    color: #ddeef9
}

.alert-info,
.alert-info .alert-link,
.alert-secondary .alert-link,
.alert-success,
.alert-success .alert-link {
    color: #fff
}

.alert-secondary {
    color: #fff;
    background-color: rgba(150, 150, 150, .75);
    border-color: rgba(150, 150, 150, .75)
}

.alert-secondary hr {
    border-top-color: #fff
}

.alert-success {
    background-color: rgba(28, 153, 128, .75);
    border-color: rgba(28, 153, 128, .75)
}

.alert-success hr {
    border-top-color: #fff
}

.alert-info {
    background-color: rgba(76, 186, 209, .75);
    border-color: rgba(76, 186, 209, .75)
}

.alert-info hr {
    border-top-color: #fff
}

.alert-warning {
    color: #634d15;
    background-color: rgba(247, 189, 45, .75);
    border-color: rgba(247, 189, 45, .75)
}

.alert-warning hr {
    border-top-color: #634d15
}

.alert-warning .alert-link {
    color: #634d15
}

.alert-danger {
    color: #fff;
    background-color: rgba(222, 37, 45, .75);
    border-color: rgba(222, 37, 45, .75)
}

.alert-danger hr {
    border-top-color: #fff
}

.alert-danger .alert-link {
    color: #fff
}

.alert-light,
.alert-light .alert-link {
    color: #494949
}

.alert-light {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.alert-light hr {
    border-top-color: #494949
}

.alert-dark {
    color: #fff;
    background-color: rgba(66, 66, 66, .75);
    border-color: rgba(66, 66, 66, .75)
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    font-size: .75rem;
    background-color: #e9ecef
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #1984c8;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 1s linear infinite
}

.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: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    margin-bottom: 0;
    background-color: inherit;
    border: 0 solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: inherit
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1984c8;
    border-color: #1984c8
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004e47;
    background-color: #b8e2de
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004e47;
    background-color: #a6dbd6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004e47;
    border-color: #004e47
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #285b2a;
    background-color: #cde9ce
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #285b2a;
    background-color: #bbe1bd
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #285b2a;
    border-color: #285b2a
}

.list-group-item-info {
    color: #02587f;
    background-color: #b8e7fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #02587f;
    background-color: #a0dffb
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #02587f;
    border-color: #02587f
}

.list-group-item-warning {
    color: #852d12;
    background-color: #ffd0c1
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #852d12;
    background-color: #ffbda8
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #852d12;
    border-color: #852d12
}

.list-group-item-danger {
    color: #7f231c;
    background-color: #fccac7
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7f231c;
    background-color: #fbb3af
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f231c;
    border-color: #7f231c
}

.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7f7f7f;
    background-color: #efefef
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f
}

.list-group-item-dark {
    color: #222;
    background-color: #cacaca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #222;
    background-color: #bdbdbd
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #fff
}

.popover,
.tooltip {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none;
    word-wrap: break-word
}

.popover,
.text-hide,
.tooltip {
    text-shadow: none
}

.close:focus,
.close:hover {
    color: #f0f0f0;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #494949
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    background: #1984c8;
    background: -moz-linear-gradient(45deg, #0c5999 0%, #437999 100%);
    background: -webkit-linear-gradient(45deg, #0c5999 0%, #437999 100%);
    background: linear-gradient(45deg, #0c5999 0%, #437999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c5999', endColorstr='#437999', GradientType=1)
}

.modal-header .close {
    line-height: .7em;
    padding: 0 .5rem;
    margin-right: -.5rem
}

.modal-title,
.popover,
.tooltip {
    line-height: 1.5
}

.modal-header .close .icon {
    font-size: 16px
}

.modal-title {
    margin-bottom: 0;
    font-size: 16px !important
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dedede;
    background: #f0f0f0
}

.popover,
.popover .arrow,
.popover .arrow:after,
.popover .arrow:before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-content {
        -webkit-box-shadow: 0 0 20px 1px rgba(45, 45, 45);
        -moz-box-shadow: 0 0 20px 1px rgba(45, 45, 45);
        box-shadow: 0 0 20px 1px rgba(45, 45, 45)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

@media (min-width:1100px) {
    .modal-xl {
        max-width: 1000px
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: rgba(73, 73, 73, .9)
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: rgba(97, 97, 97, .9)
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #e2f4ff
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: rgba(73, 73, 73, .9)
}

.tooltip-inner {
    max-width: 200px;
    padding: 7px 15px;
    color: #494949;
    background-color: #e2f4ff;
    text-align: center;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .1);
    border-radius: 30px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-align: left;
    text-align: start;
    font-size: .875rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2)
}

.container,
.mw-100 {
    max-width: 100% !important
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 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-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 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-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    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) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    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: #212529
}

.carousel-inner {
    width: 100%
}

.carousel-item {
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

.bmd-layout-backdrop,
.bmd-layout-content,
.bmd-layout-header {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.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% no-repeat;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #1984c8 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #14699e !important
}

.bg-secondary {
    background-color: #969696 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #8a8a8a !important
}

.bg-success {
    background-color: #1c9980 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #19846e !important
}

.bg-info {
    background-color: #4cbad1 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #44a5b9 !important
}

.bg-warning {
    background-color: #f7bd2d !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e0ac29 !important
}

.bg-danger {
    background-color: #de252d !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #c3242b !important
}

.bg-light {
    background-color: #f0f0f0 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #e2e2e2 !important
}

.bg-dark {
    background-color: #424242 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #2d2d2d !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #f0f0f0 !important
}

.border-top {
    border-top: 1px solid #f0f0f0 !important
}

.border-right {
    border-right: 1px solid #f0f0f0 !important
}

.border-bottom {
    border-bottom: 1px solid #f0f0f0 !important
}

.border-left {
    border-left: 1px solid #f0f0f0 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #1984c8 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #4caf50 !important
}

.border-info {
    border-color: #03a9f4 !important
}

.border-warning {
    border-color: #ff5722 !important
}

.border-danger {
    border-color: #f44336 !important
}

.border-light {
    border-color: #f5f5f5 !important
}

.border-dark {
    border-color: #424242 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 50% !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .125rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .125rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .125rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .125rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0
}

.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
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .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-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap;
    clip-path: inset(50%)
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-8 {
    width: 8% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-30 {
    width: 30% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-50 {
    width: 50% !important
}

.w-55 {
    width: 55% !important
}

.w-60 {
    width: 60% !important
}

.w-65 {
    width: 65% !important
}

.w-70 {
    width: 70% !important
}

.w-75 {
    width: 75% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.px-0 {
    padding-left: 0;
    padding-right: 0 !important
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important
}

.px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important
}

.px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important
}

.px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px !important
}

.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important
}

.py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
}

.py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important
}

.py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-28 {
    padding: 28px !important
}

.p-30 {
    padding: 30px !important
}

.p-35 {
    padding: 35px !important
}

.p-40 {
    padding: 40px !important
}

.p-45 {
    padding: 45px !important
}

.p-50 {
    padding: 50px !important
}

.p-55 {
    padding: 55px !important
}

.p-60 {
    padding: 60px !important
}

.p-65 {
    padding: 65px !important
}

.p-70 {
    padding: 70px !important
}

.p-75 {
    padding: 75px !important
}

.p-80 {
    padding: 80px !important
}

.p-85 {
    padding: 85px !important
}

.p-90 {
    padding: 90px !important
}

.p-95 {
    padding: 95px !important
}

.p-100 {
    padding: 100px !important
}

.p-105 {
    padding: 105px !important
}

.p-110 {
    padding: 110px !important
}

.p-115 {
    padding: 115px !important
}

.p-120 {
    padding: 120px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-14 {
    padding-top: 14px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-105 {
    padding-top: 105px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-115 {
    padding-top: 115px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pl-85 {
    padding-left: 85px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pl-95 {
    padding-left: 95px !important
}

.pl-100 {
    padding-left: 100px !important
}

.pl-105 {
    padding-left: 105px !important
}

.pl-110 {
    padding-left: 110px !important
}

.pl-115 {
    padding-left: 115px !important
}

.pl-120 {
    padding-left: 120px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-105 {
    padding-bottom: 105px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-115 {
    padding-bottom: 115px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pr-85 {
    padding-right: 85px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pr-95 {
    padding-right: 95px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pr-105 {
    padding-right: 105px !important
}

.pr-110 {
    padding-right: 110px !important
}

.pr-115 {
    padding-right: 115px !important
}

.pr-120 {
    padding-right: 120px !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important
}

.mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important
}

.mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important
}

.mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important
}

.my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
}

.my-115 {
    margin-top: 115px;
    margin-bottom: 115px !important
}

.my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-45 {
    margin: 45px !important
}

.m-50 {
    margin: 50px !important
}

.m-55 {
    margin: 55px !important
}

.m-60 {
    margin: 60px !important
}

.m-65 {
    margin: 65px !important
}

.m-70 {
    margin: 70px !important
}

.m-75 {
    margin: 75px !important
}

.m-80 {
    margin: 80px !important
}

.m-85 {
    margin: 85px !important
}

.m-90 {
    margin: 90px !important
}

.m-95 {
    margin: 95px !important
}

.m-100 {
    margin: 100px !important
}

.m-105 {
    margin: 105px !important
}

.m-110 {
    margin: 110px !important
}

.m-115 {
    margin: 115px !important
}

.m-120 {
    margin: 120px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-105 {
    margin-top: 105px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-115 {
    margin-top: 115px !important
}

.mt-120 {
    margin-top: 120px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-85 {
    margin-left: 85px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-95 {
    margin-left: 95px !important
}

.ml-100 {
    margin-left: 100px !important
}

.ml-105 {
    margin-left: 105px !important
}

.ml-110 {
    margin-left: 110px !important
}

.ml-115 {
    margin-left: 115px !important
}

.ml-120 {
    margin-left: 120px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-105 {
    margin-bottom: 105px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-115 {
    margin-bottom: 115px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-320 {
    margin-bottom: 320px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mr-105 {
    margin-right: 105px !important
}

.mr-110 {
    margin-right: 110px !important
}

.mr-115 {
    margin-right: 115px !important
}

.mr-120 {
    margin-right: 120px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .px-sm-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .px-sm-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .px-sm-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .px-sm-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .px-sm-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .px-sm-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .px-sm-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .px-sm-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .px-sm-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .px-sm-55 {
        padding-left: 55px !important;
        padding-right: 55px !important
    }

    .px-sm-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .px-sm-65 {
        padding-left: 65px !important;
        padding-right: 65px !important
    }

    .px-sm-70 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }

    .px-sm-75 {
        padding-left: 75px !important;
        padding-right: 75px !important
    }

    .px-sm-80 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .px-sm-85 {
        padding-left: 85px !important;
        padding-right: 85px !important
    }

    .px-sm-90 {
        padding-left: 90px !important;
        padding-right: 90px !important
    }

    .px-sm-95 {
        padding-left: 95px !important;
        padding-right: 95px !important
    }

    .px-sm-100 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .px-sm-105 {
        padding-left: 105px !important;
        padding-right: 105px !important
    }

    .px-sm-110 {
        padding-left: 110px !important;
        padding-right: 110px !important
    }

    .px-sm-115 {
        padding-left: 115px !important;
        padding-right: 115px !important
    }

    .px-sm-120 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-sm-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-sm-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-sm-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-sm-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-sm-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-sm-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-sm-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-sm-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-sm-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-sm-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-sm-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-sm-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-sm-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-sm-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-sm-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-sm-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-sm-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .py-sm-110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important
    }

    .py-sm-115 {
        padding-top: 115px !important;
        padding-bottom: 115px !important
    }

    .py-sm-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .p-sm-10 {
        padding: 10px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .p-sm-25 {
        padding: 25px !important
    }

    .p-sm-28 {
        padding: 28px !important
    }

    .p-sm-30 {
        padding: 30px !important
    }

    .p-sm-35 {
        padding: 35px !important
    }

    .p-sm-40 {
        padding: 40px !important
    }

    .p-sm-45 {
        padding: 45px !important
    }

    .p-sm-50 {
        padding: 50px !important
    }

    .p-sm-55 {
        padding: 55px !important
    }

    .p-sm-60 {
        padding: 60px !important
    }

    .p-sm-65 {
        padding: 65px !important
    }

    .p-sm-70 {
        padding: 70px !important
    }

    .p-sm-75 {
        padding: 75px !important
    }

    .p-sm-80 {
        padding: 80px !important
    }

    .p-sm-85 {
        padding: 85px !important
    }

    .p-sm-90 {
        padding: 90px !important
    }

    .p-sm-95 {
        padding: 95px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .p-sm-105 {
        padding: 105px !important
    }

    .p-sm-110 {
        padding: 110px !important
    }

    .p-sm-115 {
        padding: 115px !important
    }

    .p-sm-120 {
        padding: 120px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-5 {
        padding-top: 5px !important
    }

    .pt-sm-10 {
        padding-top: 10px !important
    }

    .pt-sm-14 {
        padding-top: 14px !important
    }

    .pt-sm-15 {
        padding-top: 15px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pt-sm-25 {
        padding-top: 25px !important
    }

    .pt-sm-30 {
        padding-top: 30px !important
    }

    .pt-sm-35 {
        padding-top: 35px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .pt-sm-45 {
        padding-top: 45px !important
    }

    .pt-sm-50 {
        padding-top: 50px !important
    }

    .pt-sm-55 {
        padding-top: 55px !important
    }

    .pt-sm-60 {
        padding-top: 60px !important
    }

    .pt-sm-65 {
        padding-top: 65px !important
    }

    .pt-sm-70 {
        padding-top: 70px !important
    }

    .pt-sm-75 {
        padding-top: 75px !important
    }

    .pt-sm-80 {
        padding-top: 80px !important
    }

    .pt-sm-85 {
        padding-top: 85px !important
    }

    .pt-sm-90 {
        padding-top: 90px !important
    }

    .pt-sm-95 {
        padding-top: 95px !important
    }

    .pt-sm-100 {
        padding-top: 100px !important
    }

    .pt-sm-105 {
        padding-top: 105px !important
    }

    .pt-sm-110 {
        padding-top: 110px !important
    }

    .pt-sm-115 {
        padding-top: 115px !important
    }

    .pt-sm-120 {
        padding-top: 120px !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .pl-sm-5 {
        padding-left: 5px !important
    }

    .pl-sm-10 {
        padding-left: 10px !important
    }

    .pl-sm-15 {
        padding-left: 15px !important
    }

    .pl-sm-20 {
        padding-left: 20px !important
    }

    .pl-sm-25 {
        padding-left: 25px !important
    }

    .pl-sm-30 {
        padding-left: 30px !important
    }

    .pl-sm-35 {
        padding-left: 35px !important
    }

    .pl-sm-40 {
        padding-left: 40px !important
    }

    .pl-sm-45 {
        padding-left: 45px !important
    }

    .pl-sm-50 {
        padding-left: 50px !important
    }

    .pl-sm-55 {
        padding-left: 55px !important
    }

    .pl-sm-60 {
        padding-left: 60px !important
    }

    .pl-sm-65 {
        padding-left: 65px !important
    }

    .pl-sm-70 {
        padding-left: 70px !important
    }

    .pl-sm-75 {
        padding-left: 75px !important
    }

    .pl-sm-80 {
        padding-left: 80px !important
    }

    .pl-sm-85 {
        padding-left: 85px !important
    }

    .pl-sm-90 {
        padding-left: 90px !important
    }

    .pl-sm-95 {
        padding-left: 95px !important
    }

    .pl-sm-100 {
        padding-left: 100px !important
    }

    .pl-sm-105 {
        padding-left: 105px !important
    }

    .pl-sm-110 {
        padding-left: 110px !important
    }

    .pl-sm-115 {
        padding-left: 115px !important
    }

    .pl-sm-120 {
        padding-left: 120px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-5 {
        padding-bottom: 5px !important
    }

    .pb-sm-10 {
        padding-bottom: 10px !important
    }

    .pb-sm-15 {
        padding-bottom: 15px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pb-sm-25 {
        padding-bottom: 25px !important
    }

    .pb-sm-30 {
        padding-bottom: 30px !important
    }

    .pb-sm-35 {
        padding-bottom: 35px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .pb-sm-45 {
        padding-bottom: 45px !important
    }

    .pb-sm-50 {
        padding-bottom: 50px !important
    }

    .pb-sm-55 {
        padding-bottom: 55px !important
    }

    .pb-sm-60 {
        padding-bottom: 60px !important
    }

    .pb-sm-65 {
        padding-bottom: 65px !important
    }

    .pb-sm-70 {
        padding-bottom: 70px !important
    }

    .pb-sm-75 {
        padding-bottom: 75px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }

    .pb-sm-85 {
        padding-bottom: 85px !important
    }

    .pb-sm-90 {
        padding-bottom: 90px !important
    }

    .pb-sm-95 {
        padding-bottom: 95px !important
    }

    .pb-sm-100 {
        padding-bottom: 100px !important
    }

    .pb-sm-105 {
        padding-bottom: 105px !important
    }

    .pb-sm-110 {
        padding-bottom: 110px !important
    }

    .pb-sm-115 {
        padding-bottom: 115px !important
    }

    .pb-sm-120 {
        padding-bottom: 120px !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pr-sm-5 {
        padding-right: 5px !important
    }

    .pr-sm-10 {
        padding-right: 10px !important
    }

    .pr-sm-15 {
        padding-right: 15px !important
    }

    .pr-sm-20 {
        padding-right: 20px !important
    }

    .pr-sm-25 {
        padding-right: 25px !important
    }

    .pr-sm-30 {
        padding-right: 30px !important
    }

    .pr-sm-35 {
        padding-right: 35px !important
    }

    .pr-sm-40 {
        padding-right: 40px !important
    }

    .pr-sm-45 {
        padding-right: 45px !important
    }

    .pr-sm-50 {
        padding-right: 50px !important
    }

    .pr-sm-55 {
        padding-right: 55px !important
    }

    .pr-sm-60 {
        padding-right: 60px !important
    }

    .pr-sm-65 {
        padding-right: 65px !important
    }

    .pr-sm-70 {
        padding-right: 70px !important
    }

    .pr-sm-75 {
        padding-right: 75px !important
    }

    .pr-sm-80 {
        padding-right: 80px !important
    }

    .pr-sm-85 {
        padding-right: 85px !important
    }

    .pr-sm-90 {
        padding-right: 90px !important
    }

    .pr-sm-95 {
        padding-right: 95px !important
    }

    .pr-sm-100 {
        padding-right: 100px !important
    }

    .pr-sm-105 {
        padding-right: 105px !important
    }

    .pr-sm-110 {
        padding-right: 110px !important
    }

    .pr-sm-115 {
        padding-right: 115px !important
    }

    .pr-sm-120 {
        padding-right: 120px !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mx-sm-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mx-sm-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mx-sm-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mx-sm-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mx-sm-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mx-sm-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mx-sm-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .mx-sm-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .mx-sm-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .mx-sm-55 {
        margin-left: 55px !important;
        margin-right: 55px !important
    }

    .mx-sm-60 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .mx-sm-65 {
        margin-left: 65px !important;
        margin-right: 65px !important
    }

    .mx-sm-70 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }

    .mx-sm-75 {
        margin-left: 75px !important;
        margin-right: 75px !important
    }

    .mx-sm-80 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .mx-sm-85 {
        margin-left: 85px !important;
        margin-right: 85px !important
    }

    .mx-sm-90 {
        margin-left: 90px !important;
        margin-right: 90px !important
    }

    .mx-sm-95 {
        margin-left: 95px !important;
        margin-right: 95px !important
    }

    .mx-sm-100 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }

    .mx-sm-105 {
        margin-left: 105px !important;
        margin-right: 105px !important
    }

    .mx-sm-110 {
        margin-left: 110px !important;
        margin-right: 110px !important
    }

    .mx-sm-115 {
        margin-left: 115px !important;
        margin-right: 115px !important
    }

    .mx-sm-120 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-sm-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-sm-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-sm-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-sm-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-sm-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-sm-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-sm-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-sm-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-sm-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-sm-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-sm-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-sm-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-sm-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-sm-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-sm-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-sm-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-sm-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-sm-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-sm-110 {
        margin-top: 110px !important;
        margin-bottom: 110px !important
    }

    .my-sm-115 {
        margin-top: 115px !important;
        margin-bottom: 115px !important
    }

    .my-sm-120 {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-5 {
        margin: 5px !important
    }

    .m-sm-10 {
        margin: 10px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .m-sm-30 {
        margin: 30px !important
    }

    .m-sm-35 {
        margin: 35px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .m-sm-45 {
        margin: 45px !important
    }

    .m-sm-50 {
        margin: 50px !important
    }

    .m-sm-55 {
        margin: 55px !important
    }

    .m-sm-60 {
        margin: 60px !important
    }

    .m-sm-65 {
        margin: 65px !important
    }

    .m-sm-70 {
        margin: 70px !important
    }

    .m-sm-75 {
        margin: 75px !important
    }

    .m-sm-80 {
        margin: 80px !important
    }

    .m-sm-85 {
        margin: 85px !important
    }

    .m-sm-90 {
        margin: 90px !important
    }

    .m-sm-95 {
        margin: 95px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .m-sm-105 {
        margin: 105px !important
    }

    .m-sm-110 {
        margin: 110px !important
    }

    .m-sm-115 {
        margin: 115px !important
    }

    .m-sm-120 {
        margin: 120px !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-5 {
        margin-top: 5px !important
    }

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mt-sm-15 {
        margin-top: 15px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mt-sm-25 {
        margin-top: 25px !important
    }

    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mt-sm-35 {
        margin-top: 35px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .mt-sm-45 {
        margin-top: 45px !important
    }

    .mt-sm-50 {
        margin-top: 50px !important
    }

    .mt-sm-55 {
        margin-top: 55px !important
    }

    .mt-sm-60 {
        margin-top: 60px !important
    }

    .mt-sm-65 {
        margin-top: 65px !important
    }

    .mt-sm-70 {
        margin-top: 70px !important
    }

    .mt-sm-75 {
        margin-top: 75px !important
    }

    .mt-sm-80 {
        margin-top: 80px !important
    }

    .mt-sm-85 {
        margin-top: 85px !important
    }

    .mt-sm-90 {
        margin-top: 90px !important
    }

    .mt-sm-95 {
        margin-top: 95px !important
    }

    .mt-sm-100 {
        margin-top: 100px !important
    }

    .mt-sm-105 {
        margin-top: 105px !important
    }

    .mt-sm-110 {
        margin-top: 110px !important
    }

    .mt-sm-115 {
        margin-top: 115px !important
    }

    .mt-sm-120 {
        margin-top: 120px !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .ml-sm-5 {
        margin-left: 5px !important
    }

    .ml-sm-10 {
        margin-left: 10px !important
    }

    .ml-sm-15 {
        margin-left: 15px !important
    }

    .ml-sm-20 {
        margin-left: 20px !important
    }

    .ml-sm-25 {
        margin-left: 25px !important
    }

    .ml-sm-30 {
        margin-left: 30px !important
    }

    .ml-sm-35 {
        margin-left: 35px !important
    }

    .ml-sm-40 {
        margin-left: 40px !important
    }

    .ml-sm-45 {
        margin-left: 45px !important
    }

    .ml-sm-50 {
        margin-left: 50px !important
    }

    .ml-sm-55 {
        margin-left: 55px !important
    }

    .ml-sm-60 {
        margin-left: 60px !important
    }

    .ml-sm-65 {
        margin-left: 65px !important
    }

    .ml-sm-70 {
        margin-left: 70px !important
    }

    .ml-sm-75 {
        margin-left: 75px !important
    }

    .ml-sm-80 {
        margin-left: 80px !important
    }

    .ml-sm-85 {
        margin-left: 85px !important
    }

    .ml-sm-90 {
        margin-left: 90px !important
    }

    .ml-sm-95 {
        margin-left: 95px !important
    }

    .ml-sm-100 {
        margin-left: 100px !important
    }

    .ml-sm-105 {
        margin-left: 105px !important
    }

    .ml-sm-110 {
        margin-left: 110px !important
    }

    .ml-sm-115 {
        margin-left: 115px !important
    }

    .ml-sm-120 {
        margin-left: 120px !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-5 {
        margin-bottom: 5px !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .mb-sm-15 {
        margin-bottom: 15px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-25 {
        margin-bottom: 25px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .mb-sm-35 {
        margin-bottom: 35px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .mb-sm-45 {
        margin-bottom: 45px !important
    }

    .mb-sm-50 {
        margin-bottom: 50px !important
    }

    .mb-sm-55 {
        margin-bottom: 55px !important
    }

    .mb-sm-60 {
        margin-bottom: 60px !important
    }

    .mb-sm-65 {
        margin-bottom: 65px !important
    }

    .mb-sm-70 {
        margin-bottom: 70px !important
    }

    .mb-sm-75 {
        margin-bottom: 75px !important
    }

    .mb-sm-80 {
        margin-bottom: 80px !important
    }

    .mb-sm-85 {
        margin-bottom: 85px !important
    }

    .mb-sm-90 {
        margin-bottom: 90px !important
    }

    .mb-sm-95 {
        margin-bottom: 95px !important
    }

    .mb-sm-100 {
        margin-bottom: 100px !important
    }

    .mb-sm-105 {
        margin-bottom: 105px !important
    }

    .mb-sm-110 {
        margin-bottom: 110px !important
    }

    .mb-sm-115 {
        margin-bottom: 115px !important
    }

    .mb-sm-120 {
        margin-bottom: 120px !important
    }

    .mb-sm-320 {
        margin-bottom: 320px !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mr-sm-5 {
        margin-right: 5px !important
    }

    .mr-sm-10 {
        margin-right: 10px !important
    }

    .mr-sm-15 {
        margin-right: 15px !important
    }

    .mr-sm-20 {
        margin-right: 20px !important
    }

    .mr-sm-25 {
        margin-right: 25px !important
    }

    .mr-sm-30 {
        margin-right: 30px !important
    }

    .mr-sm-35 {
        margin-right: 35px !important
    }

    .mr-sm-40 {
        margin-right: 40px !important
    }

    .mr-sm-45 {
        margin-right: 45px !important
    }

    .mr-sm-50 {
        margin-right: 50px !important
    }

    .mr-sm-55 {
        margin-right: 55px !important
    }

    .mr-sm-60 {
        margin-right: 60px !important
    }

    .mr-sm-65 {
        margin-right: 65px !important
    }

    .mr-sm-70 {
        margin-right: 70px !important
    }

    .mr-sm-75 {
        margin-right: 75px !important
    }

    .mr-sm-80 {
        margin-right: 80px !important
    }

    .mr-sm-85 {
        margin-right: 85px !important
    }

    .mr-sm-90 {
        margin-right: 90px !important
    }

    .mr-sm-95 {
        margin-right: 95px !important
    }

    .mr-sm-100 {
        margin-right: 100px !important
    }

    .mr-sm-105 {
        margin-right: 105px !important
    }

    .mr-sm-110 {
        margin-right: 110px !important
    }

    .mr-sm-115 {
        margin-right: 115px !important
    }

    .mr-sm-120 {
        margin-right: 120px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .px-md-0 {
        padding-left: 0;
        padding-right: 0
    }

    .px-md-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .px-md-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .px-md-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .px-md-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .px-md-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .px-md-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .px-md-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .px-md-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .px-md-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .px-md-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .px-md-55 {
        padding-left: 55px !important;
        padding-right: 55px !important
    }

    .px-md-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .px-md-65 {
        padding-left: 65px !important;
        padding-right: 65px !important
    }

    .px-md-70 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }

    .px-md-75 {
        padding-left: 75px !important;
        padding-right: 75px !important
    }

    .px-md-80 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .px-md-85 {
        padding-left: 85px !important;
        padding-right: 85px !important
    }

    .px-md-90 {
        padding-left: 90px !important;
        padding-right: 90px !important
    }

    .px-md-95 {
        padding-left: 95px !important;
        padding-right: 95px !important
    }

    .px-md-100 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .px-md-105 {
        padding-left: 105px !important;
        padding-right: 105px !important
    }

    .px-md-110 {
        padding-left: 110px !important;
        padding-right: 110px !important
    }

    .px-md-115 {
        padding-left: 115px !important;
        padding-right: 115px !important
    }

    .px-md-120 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }

    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .py-md-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-md-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-md-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-md-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-md-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-md-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-md-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-md-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-md-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-md-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-md-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-md-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-md-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-md-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-md-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .py-md-110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important
    }

    .py-md-115 {
        padding-top: 115px !important;
        padding-bottom: 115px !important
    }

    .py-md-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-5 {
        padding: 5px !important
    }

    .p-md-10 {
        padding: 10px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .p-md-25 {
        padding: 25px !important
    }

    .p-md-28 {
        padding: 28px !important
    }

    .p-md-30 {
        padding: 30px !important
    }

    .p-md-35 {
        padding: 35px !important
    }

    .p-md-40 {
        padding: 40px !important
    }

    .p-md-45 {
        padding: 45px !important
    }

    .p-md-50 {
        padding: 50px !important
    }

    .p-md-55 {
        padding: 55px !important
    }

    .p-md-60 {
        padding: 60px !important
    }

    .p-md-65 {
        padding: 65px !important
    }

    .p-md-70 {
        padding: 70px !important
    }

    .p-md-75 {
        padding: 75px !important
    }

    .p-md-80 {
        padding: 80px !important
    }

    .p-md-85 {
        padding: 85px !important
    }

    .p-md-90 {
        padding: 90px !important
    }

    .p-md-95 {
        padding: 95px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .p-md-105 {
        padding: 105px !important
    }

    .p-md-110 {
        padding: 110px !important
    }

    .p-md-115 {
        padding: 115px !important
    }

    .p-md-120 {
        padding: 120px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-5 {
        padding-top: 5px !important
    }

    .pt-md-10 {
        padding-top: 10px !important
    }

    .pt-md-14 {
        padding-top: 14px !important
    }

    .pt-md-15 {
        padding-top: 15px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pt-md-25 {
        padding-top: 25px !important
    }

    .pt-md-30 {
        padding-top: 30px !important
    }

    .pt-md-35 {
        padding-top: 35px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }

    .pt-md-45 {
        padding-top: 45px !important
    }

    .pt-md-50 {
        padding-top: 50px !important
    }

    .pt-md-55 {
        padding-top: 55px !important
    }

    .pt-md-60 {
        padding-top: 60px !important
    }

    .pt-md-65 {
        padding-top: 65px !important
    }

    .pt-md-70 {
        padding-top: 70px !important
    }

    .pt-md-75 {
        padding-top: 75px !important
    }

    .pt-md-80 {
        padding-top: 80px !important
    }

    .pt-md-85 {
        padding-top: 85px !important
    }

    .pt-md-90 {
        padding-top: 90px !important
    }

    .pt-md-95 {
        padding-top: 95px !important
    }

    .pt-md-100 {
        padding-top: 100px !important
    }

    .pt-md-105 {
        padding-top: 105px !important
    }

    .pt-md-110 {
        padding-top: 110px !important
    }

    .pt-md-115 {
        padding-top: 115px !important
    }

    .pt-md-120 {
        padding-top: 120px !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .pl-md-5 {
        padding-left: 5px !important
    }

    .pl-md-10 {
        padding-left: 10px !important
    }

    .pl-md-15 {
        padding-left: 15px !important
    }

    .pl-md-20 {
        padding-left: 20px !important
    }

    .pl-md-25 {
        padding-left: 25px !important
    }

    .pl-md-30 {
        padding-left: 30px !important
    }

    .pl-md-35 {
        padding-left: 35px !important
    }

    .pl-md-40 {
        padding-left: 40px !important
    }

    .pl-md-45 {
        padding-left: 45px !important
    }

    .pl-md-50 {
        padding-left: 50px !important
    }

    .pl-md-55 {
        padding-left: 55px !important
    }

    .pl-md-60 {
        padding-left: 60px !important
    }

    .pl-md-65 {
        padding-left: 65px !important
    }

    .pl-md-70 {
        padding-left: 70px !important
    }

    .pl-md-75 {
        padding-left: 75px !important
    }

    .pl-md-80 {
        padding-left: 80px !important
    }

    .pl-md-85 {
        padding-left: 85px !important
    }

    .pl-md-90 {
        padding-left: 90px !important
    }

    .pl-md-95 {
        padding-left: 95px !important
    }

    .pl-md-100 {
        padding-left: 100px !important
    }

    .pl-md-105 {
        padding-left: 105px !important
    }

    .pl-md-110 {
        padding-left: 110px !important
    }

    .pl-md-115 {
        padding-left: 115px !important
    }

    .pl-md-120 {
        padding-left: 120px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-5 {
        padding-bottom: 5px !important
    }

    .pb-md-10 {
        padding-bottom: 10px !important
    }

    .pb-md-15 {
        padding-bottom: 15px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pb-md-25 {
        padding-bottom: 25px !important
    }

    .pb-md-30 {
        padding-bottom: 30px !important
    }

    .pb-md-35 {
        padding-bottom: 35px !important
    }

    .pb-md-40 {
        padding-bottom: 40px !important
    }

    .pb-md-45 {
        padding-bottom: 45px !important
    }

    .pb-md-50 {
        padding-bottom: 50px !important
    }

    .pb-md-55 {
        padding-bottom: 55px !important
    }

    .pb-md-60 {
        padding-bottom: 60px !important
    }

    .pb-md-65 {
        padding-bottom: 65px !important
    }

    .pb-md-70 {
        padding-bottom: 70px !important
    }

    .pb-md-75 {
        padding-bottom: 75px !important
    }

    .pb-md-80 {
        padding-bottom: 80px !important
    }

    .pb-md-85 {
        padding-bottom: 85px !important
    }

    .pb-md-90 {
        padding-bottom: 90px !important
    }

    .pb-md-95 {
        padding-bottom: 95px !important
    }

    .pb-md-100 {
        padding-bottom: 100px !important
    }

    .pb-md-105 {
        padding-bottom: 105px !important
    }

    .pb-md-110 {
        padding-bottom: 110px !important
    }

    .pb-md-115 {
        padding-bottom: 115px !important
    }

    .pb-md-120 {
        padding-bottom: 120px !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pr-md-5 {
        padding-right: 5px !important
    }

    .pr-md-10 {
        padding-right: 10px !important
    }

    .pr-md-15 {
        padding-right: 15px !important
    }

    .pr-md-20 {
        padding-right: 20px !important
    }

    .pr-md-25 {
        padding-right: 25px !important
    }

    .pr-md-30 {
        padding-right: 30px !important
    }

    .pr-md-35 {
        padding-right: 35px !important
    }

    .pr-md-40 {
        padding-right: 40px !important
    }

    .pr-md-45 {
        padding-right: 45px !important
    }

    .pr-md-50 {
        padding-right: 50px !important
    }

    .pr-md-55 {
        padding-right: 55px !important
    }

    .pr-md-60 {
        padding-right: 60px !important
    }

    .pr-md-65 {
        padding-right: 65px !important
    }

    .pr-md-70 {
        padding-right: 70px !important
    }

    .pr-md-75 {
        padding-right: 75px !important
    }

    .pr-md-80 {
        padding-right: 80px !important
    }

    .pr-md-85 {
        padding-right: 85px !important
    }

    .pr-md-90 {
        padding-right: 90px !important
    }

    .pr-md-95 {
        padding-right: 95px !important
    }

    .pr-md-100 {
        padding-right: 100px !important
    }

    .pr-md-105 {
        padding-right: 105px !important
    }

    .pr-md-110 {
        padding-right: 110px !important
    }

    .pr-md-115 {
        padding-right: 115px !important
    }

    .pr-md-120 {
        padding-right: 120px !important
    }

    .mx-md-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mx-md-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mx-md-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mx-md-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mx-md-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mx-md-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mx-md-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mx-md-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mx-md-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .mx-md-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .mx-md-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .mx-md-55 {
        margin-left: 55px !important;
        margin-right: 55px !important
    }

    .mx-md-60 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .mx-md-65 {
        margin-left: 65px !important;
        margin-right: 65px !important
    }

    .mx-md-70 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }

    .mx-md-75 {
        margin-left: 75px !important;
        margin-right: 75px !important
    }

    .mx-md-80 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .mx-md-85 {
        margin-left: 85px !important;
        margin-right: 85px !important
    }

    .mx-md-90 {
        margin-left: 90px !important;
        margin-right: 90px !important
    }

    .mx-md-95 {
        margin-left: 95px !important;
        margin-right: 95px !important
    }

    .mx-md-100 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }

    .mx-md-105 {
        margin-left: 105px !important;
        margin-right: 105px !important
    }

    .mx-md-110 {
        margin-left: 110px !important;
        margin-right: 110px !important
    }

    .mx-md-115 {
        margin-left: 115px !important;
        margin-right: 115px !important
    }

    .mx-md-120 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }

    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .my-md-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-md-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-md-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-md-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-md-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-md-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-md-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-md-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-md-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-md-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-md-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-md-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-md-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-md-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-md-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-md-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-md-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-md-110 {
        margin-top: 110px !important;
        margin-bottom: 110px !important
    }

    .my-md-115 {
        margin-top: 115px !important;
        margin-bottom: 115px !important
    }

    .my-md-120 {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-5 {
        margin: 5px !important
    }

    .m-md-10 {
        margin: 10px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .m-md-30 {
        margin: 30px !important
    }

    .m-md-35 {
        margin: 35px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .m-md-45 {
        margin: 45px !important
    }

    .m-md-50 {
        margin: 50px !important
    }

    .m-md-55 {
        margin: 55px !important
    }

    .m-md-60 {
        margin: 60px !important
    }

    .m-md-65 {
        margin: 65px !important
    }

    .m-md-70 {
        margin: 70px !important
    }

    .m-md-75 {
        margin: 75px !important
    }

    .m-md-80 {
        margin: 80px !important
    }

    .m-md-85 {
        margin: 85px !important
    }

    .m-md-90 {
        margin: 90px !important
    }

    .m-md-95 {
        margin: 95px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .m-md-105 {
        margin: 105px !important
    }

    .m-md-110 {
        margin: 110px !important
    }

    .m-md-115 {
        margin: 115px !important
    }

    .m-md-120 {
        margin: 120px !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-5 {
        margin-top: 5px !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mt-md-15 {
        margin-top: 15px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-25 {
        margin-top: 25px !important
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .mt-md-35 {
        margin-top: 35px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-45 {
        margin-top: 45px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mt-md-55 {
        margin-top: 55px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-65 {
        margin-top: 65px !important
    }

    .mt-md-70 {
        margin-top: 70px !important
    }

    .mt-md-75 {
        margin-top: 75px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-85 {
        margin-top: 85px !important
    }

    .mt-md-90 {
        margin-top: 90px !important
    }

    .mt-md-95 {
        margin-top: 95px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-105 {
        margin-top: 105px !important
    }

    .mt-md-110 {
        margin-top: 110px !important
    }

    .mt-md-115 {
        margin-top: 115px !important
    }

    .mt-md-120 {
        margin-top: 120px !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .ml-md-5 {
        margin-left: 5px !important
    }

    .ml-md-10 {
        margin-left: 10px !important
    }

    .ml-md-15 {
        margin-left: 15px !important
    }

    .ml-md-20 {
        margin-left: 20px !important
    }

    .ml-md-25 {
        margin-left: 25px !important
    }

    .ml-md-30 {
        margin-left: 30px !important
    }

    .ml-md-35 {
        margin-left: 35px !important
    }

    .ml-md-40 {
        margin-left: 40px !important
    }

    .ml-md-45 {
        margin-left: 45px !important
    }

    .ml-md-50 {
        margin-left: 50px !important
    }

    .ml-md-55 {
        margin-left: 55px !important
    }

    .ml-md-60 {
        margin-left: 60px !important
    }

    .ml-md-65 {
        margin-left: 65px !important
    }

    .ml-md-70 {
        margin-left: 70px !important
    }

    .ml-md-75 {
        margin-left: 75px !important
    }

    .ml-md-80 {
        margin-left: 80px !important
    }

    .ml-md-85 {
        margin-left: 85px !important
    }

    .ml-md-90 {
        margin-left: 90px !important
    }

    .ml-md-95 {
        margin-left: 95px !important
    }

    .ml-md-100 {
        margin-left: 100px !important
    }

    .ml-md-105 {
        margin-left: 105px !important
    }

    .ml-md-110 {
        margin-left: 110px !important
    }

    .ml-md-115 {
        margin-left: 115px !important
    }

    .ml-md-120 {
        margin-left: 120px !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-5 {
        margin-bottom: 5px !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .mb-md-15 {
        margin-bottom: 15px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-25 {
        margin-bottom: 25px !important
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .mb-md-35 {
        margin-bottom: 35px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-45 {
        margin-bottom: 45px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-55 {
        margin-bottom: 55px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-65 {
        margin-bottom: 65px !important
    }

    .mb-md-70 {
        margin-bottom: 70px !important
    }

    .mb-md-75 {
        margin-bottom: 75px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-85 {
        margin-bottom: 85px !important
    }

    .mb-md-90 {
        margin-bottom: 90px !important
    }

    .mb-md-95 {
        margin-bottom: 95px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-105 {
        margin-bottom: 105px !important
    }

    .mb-md-110 {
        margin-bottom: 110px !important
    }

    .mb-md-115 {
        margin-bottom: 115px !important
    }

    .mb-md-120 {
        margin-bottom: 120px !important
    }

    .mb-md-320 {
        margin-bottom: 320px !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mr-md-5 {
        margin-right: 5px !important
    }

    .mr-md-10 {
        margin-right: 10px !important
    }

    .mr-md-15 {
        margin-right: 15px !important
    }

    .mr-md-20 {
        margin-right: 20px !important
    }

    .mr-md-25 {
        margin-right: 25px !important
    }

    .mr-md-30 {
        margin-right: 30px !important
    }

    .mr-md-35 {
        margin-right: 35px !important
    }

    .mr-md-40 {
        margin-right: 40px !important
    }

    .mr-md-45 {
        margin-right: 45px !important
    }

    .mr-md-50 {
        margin-right: 50px !important
    }

    .mr-md-55 {
        margin-right: 55px !important
    }

    .mr-md-60 {
        margin-right: 60px !important
    }

    .mr-md-65 {
        margin-right: 65px !important
    }

    .mr-md-70 {
        margin-right: 70px !important
    }

    .mr-md-75 {
        margin-right: 75px !important
    }

    .mr-md-80 {
        margin-right: 80px !important
    }

    .mr-md-85 {
        margin-right: 85px !important
    }

    .mr-md-90 {
        margin-right: 90px !important
    }

    .mr-md-95 {
        margin-right: 95px !important
    }

    .mr-md-100 {
        margin-right: 100px !important
    }

    .mr-md-105 {
        margin-right: 105px !important
    }

    .mr-md-110 {
        margin-right: 110px !important
    }

    .mr-md-115 {
        margin-right: 115px !important
    }

    .mr-md-120 {
        margin-right: 120px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .px-lg-0 {
        padding-left: 0;
        padding-right: 0
    }

    .px-lg-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .px-lg-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .px-lg-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .px-lg-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .px-lg-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .px-lg-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .px-lg-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .px-lg-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .px-lg-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .px-lg-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .px-lg-55 {
        padding-left: 55px !important;
        padding-right: 55px !important
    }

    .px-lg-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .px-lg-65 {
        padding-left: 65px !important;
        padding-right: 65px !important
    }

    .px-lg-70 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }

    .px-lg-75 {
        padding-left: 75px !important;
        padding-right: 75px !important
    }

    .px-lg-80 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .px-lg-85 {
        padding-left: 85px !important;
        padding-right: 85px !important
    }

    .px-lg-90 {
        padding-left: 90px !important;
        padding-right: 90px !important
    }

    .px-lg-95 {
        padding-left: 95px !important;
        padding-right: 95px !important
    }

    .px-lg-100 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .px-lg-105 {
        padding-left: 105px !important;
        padding-right: 105px !important
    }

    .px-lg-110 {
        padding-left: 110px !important;
        padding-right: 110px !important
    }

    .px-lg-115 {
        padding-left: 115px !important;
        padding-right: 115px !important
    }

    .px-lg-120 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }

    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-lg-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-lg-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-lg-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-lg-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-lg-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-lg-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-lg-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-lg-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .py-lg-110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important
    }

    .py-lg-115 {
        padding-top: 115px !important;
        padding-bottom: 115px !important
    }

    .py-lg-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-5 {
        padding: 5px !important
    }

    .p-lg-10 {
        padding: 10px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .p-lg-25 {
        padding: 25px !important
    }

    .p-lg-28 {
        padding: 28px !important
    }

    .p-lg-30 {
        padding: 30px !important
    }

    .p-lg-35 {
        padding: 35px !important
    }

    .p-lg-40 {
        padding: 40px !important
    }

    .p-lg-45 {
        padding: 45px !important
    }

    .p-lg-50 {
        padding: 50px !important
    }

    .p-lg-55 {
        padding: 55px !important
    }

    .p-lg-60 {
        padding: 60px !important
    }

    .p-lg-65 {
        padding: 65px !important
    }

    .p-lg-70 {
        padding: 70px !important
    }

    .p-lg-75 {
        padding: 75px !important
    }

    .p-lg-80 {
        padding: 80px !important
    }

    .p-lg-85 {
        padding: 85px !important
    }

    .p-lg-90 {
        padding: 90px !important
    }

    .p-lg-95 {
        padding: 95px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .p-lg-105 {
        padding: 105px !important
    }

    .p-lg-110 {
        padding: 110px !important
    }

    .p-lg-115 {
        padding: 115px !important
    }

    .p-lg-120 {
        padding: 120px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-5 {
        padding-top: 5px !important
    }

    .pt-lg-10 {
        padding-top: 10px !important
    }

    .pt-lg-14 {
        padding-top: 14px !important
    }

    .pt-lg-15 {
        padding-top: 15px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pt-lg-25 {
        padding-top: 25px !important
    }

    .pt-lg-30 {
        padding-top: 30px !important
    }

    .pt-lg-35 {
        padding-top: 35px !important
    }

    .pt-lg-40 {
        padding-top: 40px !important
    }

    .pt-lg-45 {
        padding-top: 45px !important
    }

    .pt-lg-50 {
        padding-top: 50px !important
    }

    .pt-lg-55 {
        padding-top: 55px !important
    }

    .pt-lg-60 {
        padding-top: 60px !important
    }

    .pt-lg-65 {
        padding-top: 65px !important
    }

    .pt-lg-70 {
        padding-top: 70px !important
    }

    .pt-lg-75 {
        padding-top: 75px !important
    }

    .pt-lg-80 {
        padding-top: 80px !important
    }

    .pt-lg-85 {
        padding-top: 85px !important
    }

    .pt-lg-90 {
        padding-top: 90px !important
    }

    .pt-lg-95 {
        padding-top: 95px !important
    }

    .pt-lg-100 {
        padding-top: 100px !important
    }

    .pt-lg-105 {
        padding-top: 105px !important
    }

    .pt-lg-110 {
        padding-top: 110px !important
    }

    .pt-lg-115 {
        padding-top: 115px !important
    }

    .pt-lg-120 {
        padding-top: 120px !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .pl-lg-5 {
        padding-left: 5px !important
    }

    .pl-lg-10 {
        padding-left: 10px !important
    }

    .pl-lg-15 {
        padding-left: 15px !important
    }

    .pl-lg-20 {
        padding-left: 20px !important
    }

    .pl-lg-25 {
        padding-left: 25px !important
    }

    .pl-lg-30 {
        padding-left: 30px !important
    }

    .pl-lg-35 {
        padding-left: 35px !important
    }

    .pl-lg-40 {
        padding-left: 40px !important
    }

    .pl-lg-45 {
        padding-left: 45px !important
    }

    .pl-lg-50 {
        padding-left: 50px !important
    }

    .pl-lg-55 {
        padding-left: 55px !important
    }

    .pl-lg-60 {
        padding-left: 60px !important
    }

    .pl-lg-65 {
        padding-left: 65px !important
    }

    .pl-lg-70 {
        padding-left: 70px !important
    }

    .pl-lg-75 {
        padding-left: 75px !important
    }

    .pl-lg-80 {
        padding-left: 80px !important
    }

    .pl-lg-85 {
        padding-left: 85px !important
    }

    .pl-lg-90 {
        padding-left: 90px !important
    }

    .pl-lg-95 {
        padding-left: 95px !important
    }

    .pl-lg-100 {
        padding-left: 100px !important
    }

    .pl-lg-105 {
        padding-left: 105px !important
    }

    .pl-lg-110 {
        padding-left: 110px !important
    }

    .pl-lg-115 {
        padding-left: 115px !important
    }

    .pl-lg-120 {
        padding-left: 120px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-5 {
        padding-bottom: 5px !important
    }

    .pb-lg-10 {
        padding-bottom: 10px !important
    }

    .pb-lg-15 {
        padding-bottom: 15px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pb-lg-25 {
        padding-bottom: 25px !important
    }

    .pb-lg-30 {
        padding-bottom: 30px !important
    }

    .pb-lg-35 {
        padding-bottom: 35px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pb-lg-45 {
        padding-bottom: 45px !important
    }

    .pb-lg-50 {
        padding-bottom: 50px !important
    }

    .pb-lg-55 {
        padding-bottom: 55px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .pb-lg-65 {
        padding-bottom: 65px !important
    }

    .pb-lg-70 {
        padding-bottom: 70px !important
    }

    .pb-lg-75 {
        padding-bottom: 75px !important
    }

    .pb-lg-80 {
        padding-bottom: 80px !important
    }

    .pb-lg-85 {
        padding-bottom: 85px !important
    }

    .pb-lg-90 {
        padding-bottom: 90px !important
    }

    .pb-lg-95 {
        padding-bottom: 95px !important
    }

    .pb-lg-100 {
        padding-bottom: 100px !important
    }

    .pb-lg-105 {
        padding-bottom: 105px !important
    }

    .pb-lg-110 {
        padding-bottom: 110px !important
    }

    .pb-lg-115 {
        padding-bottom: 115px !important
    }

    .pb-lg-120 {
        padding-bottom: 120px !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pr-lg-5 {
        padding-right: 5px !important
    }

    .pr-lg-10 {
        padding-right: 10px !important
    }

    .pr-lg-15 {
        padding-right: 15px !important
    }

    .pr-lg-20 {
        padding-right: 20px !important
    }

    .pr-lg-25 {
        padding-right: 25px !important
    }

    .pr-lg-30 {
        padding-right: 30px !important
    }

    .pr-lg-35 {
        padding-right: 35px !important
    }

    .pr-lg-40 {
        padding-right: 40px !important
    }

    .pr-lg-45 {
        padding-right: 45px !important
    }

    .pr-lg-50 {
        padding-right: 50px !important
    }

    .pr-lg-55 {
        padding-right: 55px !important
    }

    .pr-lg-60 {
        padding-right: 60px !important
    }

    .pr-lg-65 {
        padding-right: 65px !important
    }

    .pr-lg-70 {
        padding-right: 70px !important
    }

    .pr-lg-75 {
        padding-right: 75px !important
    }

    .pr-lg-80 {
        padding-right: 80px !important
    }

    .pr-lg-85 {
        padding-right: 85px !important
    }

    .pr-lg-90 {
        padding-right: 90px !important
    }

    .pr-lg-95 {
        padding-right: 95px !important
    }

    .pr-lg-100 {
        padding-right: 100px !important
    }

    .pr-lg-105 {
        padding-right: 105px !important
    }

    .pr-lg-110 {
        padding-right: 110px !important
    }

    .pr-lg-115 {
        padding-right: 115px !important
    }

    .pr-lg-120 {
        padding-right: 120px !important
    }

    .mx-lg-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mx-lg-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mx-lg-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mx-lg-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mx-lg-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mx-lg-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mx-lg-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mx-lg-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mx-lg-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .mx-lg-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .mx-lg-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .mx-lg-55 {
        margin-left: 55px !important;
        margin-right: 55px !important
    }

    .mx-lg-60 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .mx-lg-65 {
        margin-left: 65px !important;
        margin-right: 65px !important
    }

    .mx-lg-70 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }

    .mx-lg-75 {
        margin-left: 75px !important;
        margin-right: 75px !important
    }

    .mx-lg-80 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .mx-lg-85 {
        margin-left: 85px !important;
        margin-right: 85px !important
    }

    .mx-lg-90 {
        margin-left: 90px !important;
        margin-right: 90px !important
    }

    .mx-lg-95 {
        margin-left: 95px !important;
        margin-right: 95px !important
    }

    .mx-lg-100 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }

    .mx-lg-105 {
        margin-left: 105px !important;
        margin-right: 105px !important
    }

    .mx-lg-110 {
        margin-left: 110px !important;
        margin-right: 110px !important
    }

    .mx-lg-115 {
        margin-left: 115px !important;
        margin-right: 115px !important
    }

    .mx-lg-120 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }

    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .my-lg-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-lg-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-lg-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-lg-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-lg-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-lg-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-lg-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-lg-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-lg-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-lg-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-lg-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-lg-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-lg-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-lg-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-lg-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-lg-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-lg-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-lg-110 {
        margin-top: 110px !important;
        margin-bottom: 110px !important
    }

    .my-lg-115 {
        margin-top: 115px !important;
        margin-bottom: 115px !important
    }

    .my-lg-120 {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-5 {
        margin: 5px !important
    }

    .m-lg-10 {
        margin: 10px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

    .m-lg-35 {
        margin: 35px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .m-lg-45 {
        margin: 45px !important
    }

    .m-lg-50 {
        margin: 50px !important
    }

    .m-lg-55 {
        margin: 55px !important
    }

    .m-lg-60 {
        margin: 60px !important
    }

    .m-lg-65 {
        margin: 65px !important
    }

    .m-lg-70 {
        margin: 70px !important
    }

    .m-lg-75 {
        margin: 75px !important
    }

    .m-lg-80 {
        margin: 80px !important
    }

    .m-lg-85 {
        margin: 85px !important
    }

    .m-lg-90 {
        margin: 90px !important
    }

    .m-lg-95 {
        margin: 95px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .m-lg-105 {
        margin: 105px !important
    }

    .m-lg-110 {
        margin: 110px !important
    }

    .m-lg-115 {
        margin: 115px !important
    }

    .m-lg-120 {
        margin: 120px !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-5 {
        margin-top: 5px !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mt-lg-15 {
        margin-top: 15px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-25 {
        margin-top: 25px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mt-lg-35 {
        margin-top: 35px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-45 {
        margin-top: 45px !important
    }

    .mt-lg-50 {
        margin-top: 50px !important
    }

    .mt-lg-55 {
        margin-top: 55px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-65 {
        margin-top: 65px !important
    }

    .mt-lg-70 {
        margin-top: 70px !important
    }

    .mt-lg-75 {
        margin-top: 75px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-85 {
        margin-top: 85px !important
    }

    .mt-lg-90 {
        margin-top: 90px !important
    }

    .mt-lg-95 {
        margin-top: 95px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-105 {
        margin-top: 105px !important
    }

    .mt-lg-110 {
        margin-top: 110px !important
    }

    .mt-lg-115 {
        margin-top: 115px !important
    }

    .mt-lg-120 {
        margin-top: 120px !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .ml-lg-5 {
        margin-left: 5px !important
    }

    .ml-lg-10 {
        margin-left: 10px !important
    }

    .ml-lg-15 {
        margin-left: 15px !important
    }

    .ml-lg-20 {
        margin-left: 20px !important
    }

    .ml-lg-25 {
        margin-left: 25px !important
    }

    .ml-lg-30 {
        margin-left: 30px !important
    }

    .ml-lg-35 {
        margin-left: 35px !important
    }

    .ml-lg-40 {
        margin-left: 40px !important
    }

    .ml-lg-45 {
        margin-left: 45px !important
    }

    .ml-lg-50 {
        margin-left: 50px !important
    }

    .ml-lg-55 {
        margin-left: 55px !important
    }

    .ml-lg-60 {
        margin-left: 60px !important
    }

    .ml-lg-65 {
        margin-left: 65px !important
    }

    .ml-lg-70 {
        margin-left: 70px !important
    }

    .ml-lg-75 {
        margin-left: 75px !important
    }

    .ml-lg-80 {
        margin-left: 80px !important
    }

    .ml-lg-85 {
        margin-left: 85px !important
    }

    .ml-lg-90 {
        margin-left: 90px !important
    }

    .ml-lg-95 {
        margin-left: 95px !important
    }

    .ml-lg-100 {
        margin-left: 100px !important
    }

    .ml-lg-105 {
        margin-left: 105px !important
    }

    .ml-lg-110 {
        margin-left: 110px !important
    }

    .ml-lg-115 {
        margin-left: 115px !important
    }

    .ml-lg-120 {
        margin-left: 120px !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-5 {
        margin-bottom: 5px !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .mb-lg-15 {
        margin-bottom: 15px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-25 {
        margin-bottom: 25px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .mb-lg-35 {
        margin-bottom: 35px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-45 {
        margin-bottom: 45px !important
    }

    .mb-lg-50 {
        margin-bottom: 50px !important
    }

    .mb-lg-55 {
        margin-bottom: 55px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-65 {
        margin-bottom: 65px !important
    }

    .mb-lg-70 {
        margin-bottom: 70px !important
    }

    .mb-lg-75 {
        margin-bottom: 75px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-85 {
        margin-bottom: 85px !important
    }

    .mb-lg-90 {
        margin-bottom: 90px !important
    }

    .mb-lg-95 {
        margin-bottom: 95px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-105 {
        margin-bottom: 105px !important
    }

    .mb-lg-110 {
        margin-bottom: 110px !important
    }

    .mb-lg-115 {
        margin-bottom: 115px !important
    }

    .mb-lg-120 {
        margin-bottom: 120px !important
    }

    .mb-lg-320 {
        margin-bottom: 320px !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mr-lg-5 {
        margin-right: 5px !important
    }

    .mr-lg-10 {
        margin-right: 10px !important
    }

    .mr-lg-15 {
        margin-right: 15px !important
    }

    .mr-lg-20 {
        margin-right: 20px !important
    }

    .mr-lg-25 {
        margin-right: 25px !important
    }

    .mr-lg-30 {
        margin-right: 30px !important
    }

    .mr-lg-35 {
        margin-right: 35px !important
    }

    .mr-lg-40 {
        margin-right: 40px !important
    }

    .mr-lg-45 {
        margin-right: 45px !important
    }

    .mr-lg-50 {
        margin-right: 50px !important
    }

    .mr-lg-55 {
        margin-right: 55px !important
    }

    .mr-lg-60 {
        margin-right: 60px !important
    }

    .mr-lg-65 {
        margin-right: 65px !important
    }

    .mr-lg-70 {
        margin-right: 70px !important
    }

    .mr-lg-75 {
        margin-right: 75px !important
    }

    .mr-lg-80 {
        margin-right: 80px !important
    }

    .mr-lg-85 {
        margin-right: 85px !important
    }

    .mr-lg-90 {
        margin-right: 90px !important
    }

    .mr-lg-95 {
        margin-right: 95px !important
    }

    .mr-lg-100 {
        margin-right: 100px !important
    }

    .mr-lg-105 {
        margin-right: 105px !important
    }

    .mr-lg-110 {
        margin-right: 110px !important
    }

    .mr-lg-115 {
        margin-right: 115px !important
    }

    .mr-lg-120 {
        margin-right: 120px !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-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .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
    }

    .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
    }

    .px-xl-0 {
        padding-left: 0;
        padding-right: 0
    }

    .px-xl-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .px-xl-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .px-xl-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .px-xl-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .px-xl-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .px-xl-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .px-xl-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .px-xl-40 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .px-xl-45 {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .px-xl-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .px-xl-55 {
        padding-left: 55px !important;
        padding-right: 55px !important
    }

    .px-xl-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .px-xl-65 {
        padding-left: 65px !important;
        padding-right: 65px !important
    }

    .px-xl-70 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }

    .px-xl-75 {
        padding-left: 75px !important;
        padding-right: 75px !important
    }

    .px-xl-80 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .px-xl-85 {
        padding-left: 85px !important;
        padding-right: 85px !important
    }

    .px-xl-90 {
        padding-left: 90px !important;
        padding-right: 90px !important
    }

    .px-xl-95 {
        padding-left: 95px !important;
        padding-right: 95px !important
    }

    .px-xl-100 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .px-xl-105 {
        padding-left: 105px !important;
        padding-right: 105px !important
    }

    .px-xl-110 {
        padding-left: 110px !important;
        padding-right: 110px !important
    }

    .px-xl-115 {
        padding-left: 115px !important;
        padding-right: 115px !important
    }

    .px-xl-120 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }

    .py-xl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .py-xl-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-xl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xl-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-xl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xl-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-xl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xl-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-xl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xl-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xl-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-xl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xl-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xl-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .py-xl-110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important
    }

    .py-xl-115 {
        padding-top: 115px !important;
        padding-bottom: 115px !important
    }

    .py-xl-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-5 {
        padding: 5px !important
    }

    .p-xl-10 {
        padding: 10px !important
    }

    .p-xl-15 {
        padding: 15px !important
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .p-xl-25 {
        padding: 25px !important
    }

    .p-xl-28 {
        padding: 28px !important
    }

    .p-xl-30 {
        padding: 30px !important
    }

    .p-xl-35 {
        padding: 35px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .p-xl-45 {
        padding: 45px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .p-xl-55 {
        padding: 55px !important
    }

    .p-xl-60 {
        padding: 60px !important
    }

    .p-xl-65 {
        padding: 65px !important
    }

    .p-xl-70 {
        padding: 70px !important
    }

    .p-xl-75 {
        padding: 75px !important
    }

    .p-xl-80 {
        padding: 80px !important
    }

    .p-xl-85 {
        padding: 85px !important
    }

    .p-xl-90 {
        padding: 90px !important
    }

    .p-xl-95 {
        padding: 95px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .p-xl-105 {
        padding: 105px !important
    }

    .p-xl-110 {
        padding: 110px !important
    }

    .p-xl-115 {
        padding: 115px !important
    }

    .p-xl-120 {
        padding: 120px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-5 {
        padding-top: 5px !important
    }

    .pt-xl-10 {
        padding-top: 10px !important
    }

    .pt-xl-14 {
        padding-top: 14px !important
    }

    .pt-xl-15 {
        padding-top: 15px !important
    }

    .pt-xl-20 {
        padding-top: 20px !important
    }

    .pt-xl-25 {
        padding-top: 25px !important
    }

    .pt-xl-30 {
        padding-top: 30px !important
    }

    .pt-xl-35 {
        padding-top: 35px !important
    }

    .pt-xl-40 {
        padding-top: 40px !important
    }

    .pt-xl-45 {
        padding-top: 45px !important
    }

    .pt-xl-50 {
        padding-top: 50px !important
    }

    .pt-xl-55 {
        padding-top: 55px !important
    }

    .pt-xl-60 {
        padding-top: 60px !important
    }

    .pt-xl-65 {
        padding-top: 65px !important
    }

    .pt-xl-70 {
        padding-top: 70px !important
    }

    .pt-xl-75 {
        padding-top: 75px !important
    }

    .pt-xl-80 {
        padding-top: 80px !important
    }

    .pt-xl-85 {
        padding-top: 85px !important
    }

    .pt-xl-90 {
        padding-top: 90px !important
    }

    .pt-xl-95 {
        padding-top: 95px !important
    }

    .pt-xl-100 {
        padding-top: 100px !important
    }

    .pt-xl-105 {
        padding-top: 105px !important
    }

    .pt-xl-110 {
        padding-top: 110px !important
    }

    .pt-xl-115 {
        padding-top: 115px !important
    }

    .pt-xl-120 {
        padding-top: 120px !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .pl-xl-5 {
        padding-left: 5px !important
    }

    .pl-xl-10 {
        padding-left: 10px !important
    }

    .pl-xl-15 {
        padding-left: 15px !important
    }

    .pl-xl-20 {
        padding-left: 20px !important
    }

    .pl-xl-25 {
        padding-left: 25px !important
    }

    .pl-xl-30 {
        padding-left: 30px !important
    }

    .pl-xl-35 {
        padding-left: 35px !important
    }

    .pl-xl-40 {
        padding-left: 40px !important
    }

    .pl-xl-45 {
        padding-left: 45px !important
    }

    .pl-xl-50 {
        padding-left: 50px !important
    }

    .pl-xl-55 {
        padding-left: 55px !important
    }

    .pl-xl-60 {
        padding-left: 60px !important
    }

    .pl-xl-65 {
        padding-left: 65px !important
    }

    .pl-xl-70 {
        padding-left: 70px !important
    }

    .pl-xl-75 {
        padding-left: 75px !important
    }

    .pl-xl-80 {
        padding-left: 80px !important
    }

    .pl-xl-85 {
        padding-left: 85px !important
    }

    .pl-xl-90 {
        padding-left: 90px !important
    }

    .pl-xl-95 {
        padding-left: 95px !important
    }

    .pl-xl-100 {
        padding-left: 100px !important
    }

    .pl-xl-105 {
        padding-left: 105px !important
    }

    .pl-xl-110 {
        padding-left: 110px !important
    }

    .pl-xl-115 {
        padding-left: 115px !important
    }

    .pl-xl-120 {
        padding-left: 120px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-5 {
        padding-bottom: 5px !important
    }

    .pb-xl-10 {
        padding-bottom: 10px !important
    }

    .pb-xl-15 {
        padding-bottom: 15px !important
    }

    .pb-xl-20 {
        padding-bottom: 20px !important
    }

    .pb-xl-25 {
        padding-bottom: 25px !important
    }

    .pb-xl-30 {
        padding-bottom: 30px !important
    }

    .pb-xl-35 {
        padding-bottom: 35px !important
    }

    .pb-xl-40 {
        padding-bottom: 40px !important
    }

    .pb-xl-45 {
        padding-bottom: 45px !important
    }

    .pb-xl-50 {
        padding-bottom: 50px !important
    }

    .pb-xl-55 {
        padding-bottom: 55px !important
    }

    .pb-xl-60 {
        padding-bottom: 60px !important
    }

    .pb-xl-65 {
        padding-bottom: 65px !important
    }

    .pb-xl-70 {
        padding-bottom: 70px !important
    }

    .pb-xl-75 {
        padding-bottom: 75px !important
    }

    .pb-xl-80 {
        padding-bottom: 80px !important
    }

    .pb-xl-85 {
        padding-bottom: 85px !important
    }

    .pb-xl-90 {
        padding-bottom: 90px !important
    }

    .pb-xl-95 {
        padding-bottom: 95px !important
    }

    .pb-xl-100 {
        padding-bottom: 100px !important
    }

    .pb-xl-105 {
        padding-bottom: 105px !important
    }

    .pb-xl-110 {
        padding-bottom: 110px !important
    }

    .pb-xl-115 {
        padding-bottom: 115px !important
    }

    .pb-xl-120 {
        padding-bottom: 120px !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pr-xl-5 {
        padding-right: 5px !important
    }

    .pr-xl-10 {
        padding-right: 10px !important
    }

    .pr-xl-15 {
        padding-right: 15px !important
    }

    .pr-xl-20 {
        padding-right: 20px !important
    }

    .pr-xl-25 {
        padding-right: 25px !important
    }

    .pr-xl-30 {
        padding-right: 30px !important
    }

    .pr-xl-35 {
        padding-right: 35px !important
    }

    .pr-xl-40 {
        padding-right: 40px !important
    }

    .pr-xl-45 {
        padding-right: 45px !important
    }

    .pr-xl-50 {
        padding-right: 50px !important
    }

    .pr-xl-55 {
        padding-right: 55px !important
    }

    .pr-xl-60 {
        padding-right: 60px !important
    }

    .pr-xl-65 {
        padding-right: 65px !important
    }

    .pr-xl-70 {
        padding-right: 70px !important
    }

    .pr-xl-75 {
        padding-right: 75px !important
    }

    .pr-xl-80 {
        padding-right: 80px !important
    }

    .pr-xl-85 {
        padding-right: 85px !important
    }

    .pr-xl-90 {
        padding-right: 90px !important
    }

    .pr-xl-95 {
        padding-right: 95px !important
    }

    .pr-xl-100 {
        padding-right: 100px !important
    }

    .pr-xl-105 {
        padding-right: 105px !important
    }

    .pr-xl-110 {
        padding-right: 110px !important
    }

    .pr-xl-115 {
        padding-right: 115px !important
    }

    .pr-xl-120 {
        padding-right: 120px !important
    }

    .mx-xl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mx-xl-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mx-xl-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mx-xl-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mx-xl-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mx-xl-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mx-xl-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mx-xl-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mx-xl-40 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .mx-xl-45 {
        margin-left: 45px !important;
        margin-right: 45px !important
    }

    .mx-xl-50 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .mx-xl-55 {
        margin-left: 55px !important;
        margin-right: 55px !important
    }

    .mx-xl-60 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .mx-xl-65 {
        margin-left: 65px !important;
        margin-right: 65px !important
    }

    .mx-xl-70 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }

    .mx-xl-75 {
        margin-left: 75px !important;
        margin-right: 75px !important
    }

    .mx-xl-80 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .mx-xl-85 {
        margin-left: 85px !important;
        margin-right: 85px !important
    }

    .mx-xl-90 {
        margin-left: 90px !important;
        margin-right: 90px !important
    }

    .mx-xl-95 {
        margin-left: 95px !important;
        margin-right: 95px !important
    }

    .mx-xl-100 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }

    .mx-xl-105 {
        margin-left: 105px !important;
        margin-right: 105px !important
    }

    .mx-xl-110 {
        margin-left: 110px !important;
        margin-right: 110px !important
    }

    .mx-xl-115 {
        margin-left: 115px !important;
        margin-right: 115px !important
    }

    .mx-xl-120 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }

    .my-xl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .my-xl-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-xl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xl-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-xl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xl-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-xl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xl-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-xl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xl-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xl-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-xl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xl-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-xl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xl-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-xl-110 {
        margin-top: 110px !important;
        margin-bottom: 110px !important
    }

    .my-xl-115 {
        margin-top: 115px !important;
        margin-bottom: 115px !important
    }

    .my-xl-120 {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-5 {
        margin: 5px !important
    }

    .m-xl-10 {
        margin: 10px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .m-xl-25 {
        margin: 25px !important
    }

    .m-xl-30 {
        margin: 30px !important
    }

    .m-xl-35 {
        margin: 35px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .m-xl-45 {
        margin: 45px !important
    }

    .m-xl-50 {
        margin: 50px !important
    }

    .m-xl-55 {
        margin: 55px !important
    }

    .m-xl-60 {
        margin: 60px !important
    }

    .m-xl-65 {
        margin: 65px !important
    }

    .m-xl-70 {
        margin: 70px !important
    }

    .m-xl-75 {
        margin: 75px !important
    }

    .m-xl-80 {
        margin: 80px !important
    }

    .m-xl-85 {
        margin: 85px !important
    }

    .m-xl-90 {
        margin: 90px !important
    }

    .m-xl-95 {
        margin: 95px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .m-xl-105 {
        margin: 105px !important
    }

    .m-xl-110 {
        margin: 110px !important
    }

    .m-xl-115 {
        margin: 115px !important
    }

    .m-xl-120 {
        margin: 120px !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-5 {
        margin-top: 5px !important
    }

    .mt-xl-10 {
        margin-top: 10px !important
    }

    .mt-xl-15 {
        margin-top: 15px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-25 {
        margin-top: 25px !important
    }

    .mt-xl-30 {
        margin-top: 30px !important
    }

    .mt-xl-35 {
        margin-top: 35px !important
    }

    .mt-xl-40 {
        margin-top: 40px !important
    }

    .mt-xl-45 {
        margin-top: 45px !important
    }

    .mt-xl-50 {
        margin-top: 50px !important
    }

    .mt-xl-55 {
        margin-top: 55px !important
    }

    .mt-xl-60 {
        margin-top: 60px !important
    }

    .mt-xl-65 {
        margin-top: 65px !important
    }

    .mt-xl-70 {
        margin-top: 70px !important
    }

    .mt-xl-75 {
        margin-top: 75px !important
    }

    .mt-xl-80 {
        margin-top: 80px !important
    }

    .mt-xl-85 {
        margin-top: 85px !important
    }

    .mt-xl-90 {
        margin-top: 90px !important
    }

    .mt-xl-95 {
        margin-top: 95px !important
    }

    .mt-xl-100 {
        margin-top: 100px !important
    }

    .mt-xl-105 {
        margin-top: 105px !important
    }

    .mt-xl-110 {
        margin-top: 110px !important
    }

    .mt-xl-115 {
        margin-top: 115px !important
    }

    .mt-xl-120 {
        margin-top: 120px !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .ml-xl-5 {
        margin-left: 5px !important
    }

    .ml-xl-10 {
        margin-left: 10px !important
    }

    .ml-xl-15 {
        margin-left: 15px !important
    }

    .ml-xl-20 {
        margin-left: 20px !important
    }

    .ml-xl-25 {
        margin-left: 25px !important
    }

    .ml-xl-30 {
        margin-left: 30px !important
    }

    .ml-xl-35 {
        margin-left: 35px !important
    }

    .ml-xl-40 {
        margin-left: 40px !important
    }

    .ml-xl-45 {
        margin-left: 45px !important
    }

    .ml-xl-50 {
        margin-left: 50px !important
    }

    .ml-xl-55 {
        margin-left: 55px !important
    }

    .ml-xl-60 {
        margin-left: 60px !important
    }

    .ml-xl-65 {
        margin-left: 65px !important
    }

    .ml-xl-70 {
        margin-left: 70px !important
    }

    .ml-xl-75 {
        margin-left: 75px !important
    }

    .ml-xl-80 {
        margin-left: 80px !important
    }

    .ml-xl-85 {
        margin-left: 85px !important
    }

    .ml-xl-90 {
        margin-left: 90px !important
    }

    .ml-xl-95 {
        margin-left: 95px !important
    }

    .ml-xl-100 {
        margin-left: 100px !important
    }

    .ml-xl-105 {
        margin-left: 105px !important
    }

    .ml-xl-110 {
        margin-left: 110px !important
    }

    .ml-xl-115 {
        margin-left: 115px !important
    }

    .ml-xl-120 {
        margin-left: 120px !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-5 {
        margin-bottom: 5px !important
    }

    .mb-xl-10 {
        margin-bottom: 10px !important
    }

    .mb-xl-15 {
        margin-bottom: 15px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-25 {
        margin-bottom: 25px !important
    }

    .mb-xl-30 {
        margin-bottom: 30px !important
    }

    .mb-xl-35 {
        margin-bottom: 35px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-45 {
        margin-bottom: 45px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-55 {
        margin-bottom: 55px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-65 {
        margin-bottom: 65px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .mb-xl-75 {
        margin-bottom: 75px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-85 {
        margin-bottom: 85px !important
    }

    .mb-xl-90 {
        margin-bottom: 90px !important
    }

    .mb-xl-95 {
        margin-bottom: 95px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-105 {
        margin-bottom: 105px !important
    }

    .mb-xl-110 {
        margin-bottom: 110px !important
    }

    .mb-xl-115 {
        margin-bottom: 115px !important
    }

    .mb-xl-120 {
        margin-bottom: 120px !important
    }

    .mb-xl-320 {
        margin-bottom: 320px !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mr-xl-5 {
        margin-right: 5px !important
    }

    .mr-xl-10 {
        margin-right: 10px !important
    }

    .mr-xl-15 {
        margin-right: 15px !important
    }

    .mr-xl-20 {
        margin-right: 20px !important
    }

    .mr-xl-25 {
        margin-right: 25px !important
    }

    .mr-xl-30 {
        margin-right: 30px !important
    }

    .mr-xl-35 {
        margin-right: 35px !important
    }

    .mr-xl-40 {
        margin-right: 40px !important
    }

    .mr-xl-45 {
        margin-right: 45px !important
    }

    .mr-xl-50 {
        margin-right: 50px !important
    }

    .mr-xl-55 {
        margin-right: 55px !important
    }

    .mr-xl-60 {
        margin-right: 60px !important
    }

    .mr-xl-65 {
        margin-right: 65px !important
    }

    .mr-xl-70 {
        margin-right: 70px !important
    }

    .mr-xl-75 {
        margin-right: 75px !important
    }

    .mr-xl-80 {
        margin-right: 80px !important
    }

    .mr-xl-85 {
        margin-right: 85px !important
    }

    .mr-xl-90 {
        margin-right: 90px !important
    }

    .mr-xl-95 {
        margin-right: 95px !important
    }

    .mr-xl-100 {
        margin-right: 100px !important
    }

    .mr-xl-105 {
        margin-right: 105px !important
    }

    .mr-xl-110 {
        margin-right: 110px !important
    }

    .mr-xl-115 {
        margin-right: 115px !important
    }

    .mr-xl-120 {
        margin-right: 120px !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
    }
}

.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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #1984c8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0f2551 !important
}

.text-secondary {
    color: #969696 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #8a8a8a !important
}

.text-success {
    color: #1c9980 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19846e !important
}

.text-info {
    color: #4cbad1 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #44a5b9 !important
}

.text-warning {
    color: #f7bd2d !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #e0ac29 !important
}

.text-danger {
    color: #de252d !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c3242b !important
}

.text-light {
    color: #f0f0f0 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #e2e2e2 !important
}

.text-dark {
    color: #424242 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #494949 !important
}

.bmd-help,
.text-muted {
    color: #bdbdbd !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.bmd-help,
body {
    font-weight: 400
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :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 #999
    }

    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: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.bootstrap-select.btn-group .no-results,
div.DTS tbody td,
div.DTS tbody th,
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap,
table.dataTable td.dt-nowrap,
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable th.dt-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap,
table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

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)
}

.bmd-layout-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.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
}

@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 {
    font-family: inherit;
    ;
    position: relative;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .03rem;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, .87);
    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: rgba(0, 0, 0, .87)
}

.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: rgba(0, 0, 0, .87);
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: rgba(0, 0, 0, .87);
    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: rgba(0, 0, 0, .87);
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: rgba(0, 0, 0, .87);
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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-link.custom-file-control:before,
.btn.btn-link {
    background-color: transparent
}

.btn-primary.custom-file-control:before,
.btn.btn-primary {
    color: #1984c8;
    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: #1984c8;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #1984c8;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #1984c8;
    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: #1984c8;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #1984c8;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #6c757d;
    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: #6c757d;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #6c757d;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #6c757d;
    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: #6c757d;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #6c757d;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #4caf50;
    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: #4caf50;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #4caf50;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #4caf50;
    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: #4caf50;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #4caf50;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #03a9f4;
    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: #03a9f4;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #03a9f4;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #03a9f4;
    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: #03a9f4;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #03a9f4;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #ff5722;
    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: #ff5722;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #ff5722;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #ff5722;
    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: #ff5722;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #ff5722;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #f44336;
    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: #f44336;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #f44336;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #f44336;
    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: #f44336;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #f44336;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #f5f5f5;
    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: #f5f5f5;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #f5f5f5;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #f5f5f5;
    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: #f5f5f5;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #f5f5f5;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #424242;
    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: #424242;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .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: #424242;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .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: hsla(0, 0%, 60%, .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: #424242;
    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: #424242;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #424242;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #1984c8;
    border-color: #1984c8
}

.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: #008276;
    border-color: #005951
}

.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: #008276;
    border-color: #001714
}

.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: #1984c8
}

.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: #008276
}

.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: #1984c8;
    border-color: #1984c8
}

.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: #6c757d;
    border-color: #6c757d
}

.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: #636b72;
    border-color: #50565c
}

.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: #636b72;
    border-color: #313539
}

.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: #6c757d
}

.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: #636b72
}

.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: #6c757d;
    border-color: #6c757d
}

.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: #4caf50;
    border-color: #4caf50
}

.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: #46a149;
    border-color: #39843c
}

.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: #46a149;
    border-color: #255627
}

.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: #4caf50
}

.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: #46a149
}

.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: #4caf50;
    border-color: #4caf50
}

.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: #03a9f4;
    border-color: #03a9f4
}

.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: #039be0;
    border-color: #027fb8
}

.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: #039be0;
    border-color: #015276
}

.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: #03a9f4
}

.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: #039be0
}

.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: #03a9f4;
    border-color: #03a9f4
}

.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: #ff5722;
    border-color: #ff5722
}

.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: #ff470e;
    border-color: #e43700
}

.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: #ff470e;
    border-color: #a22700
}

.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: #ff5722
}

.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: #ff470e
}

.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: #ff5722;
    border-color: #ff5722
}

.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: #f44336;
    border-color: #f44336
}

.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: #f55549;
    border-color: #e11b0c
}

.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: #f55549;
    border-color: #a21309
}

.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: #f44336
}

.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: #f55549
}

.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: #f44336;
    border-color: #f44336
}

.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: #f5f5f5;
    border-color: #f5f5f5
}

.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: #ebebeb;
    border-color: #d6d6d6
}

.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: #ebebeb;
    border-color: #b5b5b5
}

.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: #f5f5f5
}

.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: #ebebeb
}

.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: #f5f5f5;
    border-color: #f5f5f5
}

.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: #424242;
    border-color: #424242
}

.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: #383838;
    border-color: #232323
}

.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: #383838;
    border-color: #020202
}

.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: #424242
}

.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: #383838
}

.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: #424242;
    border-color: #424242
}

.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:active:before,
.btn-group-raised .btn-link.custom-file-control: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 .disabled.custom-file-control: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:active:before,
.btn-raised.btn-link.custom-file-control: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.disabled.custom-file-control: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: 1px solid currentColor
}

.btn-outline-primary.custom-file-control:before,
.btn.btn-outline-primary {
    color: #1984c8;
    background-color: transparent;
    border: 1px solid #1984c8
}

.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: #1984c8;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #1984c8
}

.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: #1984c8;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #1984c8
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-primary.custom-file-control:disabled.focus:before,
.btn-outline-primary.custom-file-control:disabled:focus:before,
.btn-outline-primary.custom-file-control:disabled:hover:before,
.btn-outline-primary.disabled.custom-file-control:focus:before,
.btn-outline-primary.disabled.custom-file-control:hover:before,
.btn-outline-primary.disabled.focus.custom-file-control:before,
.btn.btn-outline-primary.disabled.focus,
.btn.btn-outline-primary.disabled:focus,
.btn.btn-outline-primary.disabled:hover,
.btn.btn-outline-primary:disabled.focus,
.btn.btn-outline-primary:disabled:focus,
.btn.btn-outline-primary:disabled:hover {
    background-color: transparent;
    border-color: #1984c8
}

.bg-inverse .btn-outline-primary.custom-file-control:before,
.bg-inverse .btn.btn-outline-primary {
    color: #1984c8;
    background-color: transparent;
    border-color: #1984c8
}

.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: #1984c8;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #1984c8;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #1984c8
}

.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 {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #6c757d
}

.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: #6c757d;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #6c757d
}

.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: #6c757d;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #6c757d
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-secondary.custom-file-control:disabled.focus:before,
.btn-outline-secondary.custom-file-control:disabled:focus:before,
.btn-outline-secondary.custom-file-control:disabled:hover:before,
.btn-outline-secondary.disabled.custom-file-control:focus:before,
.btn-outline-secondary.disabled.custom-file-control:hover:before,
.btn-outline-secondary.disabled.focus.custom-file-control:before,
.btn.btn-outline-secondary.disabled.focus,
.btn.btn-outline-secondary.disabled:focus,
.btn.btn-outline-secondary.disabled:hover,
.btn.btn-outline-secondary:disabled.focus,
.btn.btn-outline-secondary:disabled:focus,
.btn.btn-outline-secondary:disabled:hover {
    background-color: transparent;
    border-color: #6c757d
}

.bg-inverse .btn-outline-secondary.custom-file-control:before,
.bg-inverse .btn.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    border-color: #6c757d
}

.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: #6c757d;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #6c757d;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #6c757d
}

.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 {
    color: #4caf50;
    background-color: transparent;
    border: 1px solid #4caf50
}

.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: #4caf50;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #4caf50
}

.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: #4caf50;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #4caf50
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-success.custom-file-control:disabled.focus:before,
.btn-outline-success.custom-file-control:disabled:focus:before,
.btn-outline-success.custom-file-control:disabled:hover:before,
.btn-outline-success.disabled.custom-file-control:focus:before,
.btn-outline-success.disabled.custom-file-control:hover:before,
.btn-outline-success.disabled.focus.custom-file-control:before,
.btn.btn-outline-success.disabled.focus,
.btn.btn-outline-success.disabled:focus,
.btn.btn-outline-success.disabled:hover,
.btn.btn-outline-success:disabled.focus,
.btn.btn-outline-success:disabled:focus,
.btn.btn-outline-success:disabled:hover {
    background-color: transparent;
    border-color: #4caf50
}

.bg-inverse .btn-outline-success.custom-file-control:before,
.bg-inverse .btn.btn-outline-success {
    color: #4caf50;
    background-color: transparent;
    border-color: #4caf50
}

.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: #4caf50;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #4caf50;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #4caf50
}

.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 {
    color: #03a9f4;
    background-color: transparent;
    border: 1px solid #03a9f4
}

.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: #03a9f4;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #03a9f4
}

.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: #03a9f4;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #03a9f4
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-info.custom-file-control:disabled.focus:before,
.btn-outline-info.custom-file-control:disabled:focus:before,
.btn-outline-info.custom-file-control:disabled:hover:before,
.btn-outline-info.disabled.custom-file-control:focus:before,
.btn-outline-info.disabled.custom-file-control:hover:before,
.btn-outline-info.disabled.focus.custom-file-control:before,
.btn.btn-outline-info.disabled.focus,
.btn.btn-outline-info.disabled:focus,
.btn.btn-outline-info.disabled:hover,
.btn.btn-outline-info:disabled.focus,
.btn.btn-outline-info:disabled:focus,
.btn.btn-outline-info:disabled:hover {
    background-color: transparent;
    border-color: #03a9f4
}

.bg-inverse .btn-outline-info.custom-file-control:before,
.bg-inverse .btn.btn-outline-info {
    color: #03a9f4;
    background-color: transparent;
    border-color: #03a9f4
}

.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: #03a9f4;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #03a9f4;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #03a9f4
}

.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 {
    color: #ff5722;
    background-color: transparent;
    border: 1px solid #ff5722
}

.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: #ff5722;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #ff5722
}

.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: #ff5722;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #ff5722
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-warning.custom-file-control:disabled.focus:before,
.btn-outline-warning.custom-file-control:disabled:focus:before,
.btn-outline-warning.custom-file-control:disabled:hover:before,
.btn-outline-warning.disabled.custom-file-control:focus:before,
.btn-outline-warning.disabled.custom-file-control:hover:before,
.btn-outline-warning.disabled.focus.custom-file-control:before,
.btn.btn-outline-warning.disabled.focus,
.btn.btn-outline-warning.disabled:focus,
.btn.btn-outline-warning.disabled:hover,
.btn.btn-outline-warning:disabled.focus,
.btn.btn-outline-warning:disabled:focus,
.btn.btn-outline-warning:disabled:hover {
    background-color: transparent;
    border-color: #ff5722
}

.bg-inverse .btn-outline-warning.custom-file-control:before,
.bg-inverse .btn.btn-outline-warning {
    color: #ff5722;
    background-color: transparent;
    border-color: #ff5722
}

.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: #ff5722;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #ff5722;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #ff5722
}

.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 {
    color: #f44336;
    background-color: transparent;
    border: 1px solid #f44336
}

.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: #f44336;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #f44336
}

.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: #f44336;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #f44336
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-danger.custom-file-control:disabled.focus:before,
.btn-outline-danger.custom-file-control:disabled:focus:before,
.btn-outline-danger.custom-file-control:disabled:hover:before,
.btn-outline-danger.disabled.custom-file-control:focus:before,
.btn-outline-danger.disabled.custom-file-control:hover:before,
.btn-outline-danger.disabled.focus.custom-file-control:before,
.btn.btn-outline-danger.disabled.focus,
.btn.btn-outline-danger.disabled:focus,
.btn.btn-outline-danger.disabled:hover,
.btn.btn-outline-danger:disabled.focus,
.btn.btn-outline-danger:disabled:focus,
.btn.btn-outline-danger:disabled:hover {
    background-color: transparent;
    border-color: #f44336
}

.bg-inverse .btn-outline-danger.custom-file-control:before,
.bg-inverse .btn.btn-outline-danger {
    color: #f44336;
    background-color: transparent;
    border-color: #f44336
}

.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: #f44336;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #f44336;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #f44336
}

.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 {
    color: #f5f5f5;
    background-color: transparent;
    border: 1px solid #f5f5f5
}

.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: #f5f5f5;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #f5f5f5
}

.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: #f5f5f5;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #f5f5f5
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-light.custom-file-control:disabled.focus:before,
.btn-outline-light.custom-file-control:disabled:focus:before,
.btn-outline-light.custom-file-control:disabled:hover:before,
.btn-outline-light.disabled.custom-file-control:focus:before,
.btn-outline-light.disabled.custom-file-control:hover:before,
.btn-outline-light.disabled.focus.custom-file-control:before,
.btn.btn-outline-light.disabled.focus,
.btn.btn-outline-light.disabled:focus,
.btn.btn-outline-light.disabled:hover,
.btn.btn-outline-light:disabled.focus,
.btn.btn-outline-light:disabled:focus,
.btn.btn-outline-light:disabled:hover {
    background-color: transparent;
    border-color: #f5f5f5
}

.bg-inverse .btn-outline-light.custom-file-control:before,
.bg-inverse .btn.btn-outline-light {
    color: #f5f5f5;
    background-color: transparent;
    border-color: #f5f5f5
}

.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: #f5f5f5;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #f5f5f5;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #f5f5f5
}

.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 {
    color: #424242;
    background-color: transparent;
    border: 1px solid #424242
}

.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: #424242;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: #424242
}

.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: #424242;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: #424242
}

.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: hsla(0, 0%, 60%, .2)
}

.btn-outline-dark.custom-file-control:disabled.focus:before,
.btn-outline-dark.custom-file-control:disabled:focus:before,
.btn-outline-dark.custom-file-control:disabled:hover:before,
.btn-outline-dark.disabled.custom-file-control:focus:before,
.btn-outline-dark.disabled.custom-file-control:hover:before,
.btn-outline-dark.disabled.focus.custom-file-control:before,
.btn.btn-outline-dark.disabled.focus,
.btn.btn-outline-dark.disabled:focus,
.btn.btn-outline-dark.disabled:hover,
.btn.btn-outline-dark:disabled.focus,
.btn.btn-outline-dark:disabled:focus,
.btn.btn-outline-dark:disabled:hover {
    background-color: transparent;
    border-color: #424242
}

.bg-inverse .btn-outline-dark.custom-file-control:before,
.bg-inverse .btn.btn-outline-dark {
    color: #424242;
    background-color: transparent;
    border-color: #424242
}

.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: #424242;
    background-color: hsla(0, 0%, 80%, .15);
    border-color: hsla(0, 0%, 80%, .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: #424242;
    background-color: hsla(0, 0%, 80%, .25);
    border-color: hsla(0, 0%, 80%, .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: hsla(0, 0%, 80%, .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: #424242
}

.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: 30px;
    min-width: 30px;
    height: 30px
}

.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;
    font-size: 1.5em;
    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: .0625rem;
    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,
.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 .disabled.custom-file-control:before,
.input-group-btn [disabled].custom-file-control:before,
[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 .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 .disabled.custom-file-control:before,
.bg-inverse .input-group-btn [disabled].custom-file-control:before,
.bg-inverse [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: hsla(0, 0%, 100%, .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,
.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 .disabled.custom-file-control:before,
.input-group-btn .disabled.custom-file-control:focus:before,
.input-group-btn .disabled.custom-file-control: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,
[disabled].custom-file-control:before,
[disabled].custom-file-control:focus:before,
[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 .125rem .125rem
}

.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:active:before,
.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-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:active:before,
.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>.btn-group,
.btn-group>.btn-group {
    margin: 0
}

.checkbox label,
label.checkbox-inline {
    position: relative;
    padding-left: 30px
}

.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 #d4d4d4;
    border-radius: .125rem
}

label.checkbox-inline>.checkbox-decorator:last-child,
label.radio-inline>.bmd-radio:last-child {
    display: none
}

.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, inset 0 0 0 0;
    transform: rotate(45deg);
    animation: c
}

.is-focused .checkbox label .checkbox-decorator .check:before,
.is-focused label.checkbox-inline .checkbox-decorator .check:before {
    animation: c .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: #1984c8;
    border-color: #1984c8
}

.checkbox label input[type=checkbox][disabled] .check,
.checkbox label input[type=checkbox][disabled]+.checkbox-decorator .check,
.custom-file-control .is-focused .custom-file-input.is-valid~.custom-file-label,
.custom-file-control .is-focused .custom-select.is-valid,
.custom-file-control .is-focused .form-control.is-valid,
.custom-file-control .is-focused .is-valid.custom-file-control,
.custom-file-control.is-focused .custom-file-input.is-valid~.custom-file-label,
.custom-file-control.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .custom-file-control .is-focused .custom-select: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 .custom-file-input:valid~.custom-file-label,
.was-validated .custom-file-control.is-focused .custom-select:valid,
.was-validated .custom-file-control.is-focused .form-control:valid,
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]:checked+.checkbox-decorator .check:before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check:before {
    color: #1984c8;
    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: b .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]+.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 b {
    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
    }

    to {
        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 c {

    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, inset 0 0 0 0
    }

    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, inset 0 0 0 0;
        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, inset 0 0 0 10px;
        transform: rotate(0)
    }

    to {
        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, inset 0 0 0 0;
        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(0deg, #1984c8 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control .custom-file-control:invalid,
.custom-file-control .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.custom-file-control .custom-file-control:read-only,
.custom-file-control .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.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],
.custom-file-control [disabled].custom-file-control,
fieldset[disabled][disabled] .custom-file-control .custom-file-control,
fieldset[disabled][disabled] .custom-file-control .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    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(0deg, #1984c8 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #1984c8 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #1984c8 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .2rem
}

.custom-file-control .is-focused .custom-control-input.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-control-input.is-valid~.valid-tooltip,
.custom-file-control .is-focused .custom-file-input.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-file-input.is-valid~.valid-tooltip,
.custom-file-control .is-focused .custom-select.is-valid~.valid-feedback,
.custom-file-control .is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.custom-file-control .is-focused .form-control.is-valid~.valid-tooltip,
.custom-file-control .is-focused .is-valid.custom-file-control~.valid-feedback,
.custom-file-control .is-focused .is-valid.custom-file-control~.valid-tooltip,
.custom-file-control.is-focused .custom-control-input.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-control-input.is-valid~.valid-tooltip,
.custom-file-control.is-focused .custom-file-input.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-file-input.is-valid~.valid-tooltip,
.custom-file-control.is-focused .custom-select.is-valid~.valid-feedback,
.custom-file-control.is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.custom-file-control.is-focused .form-control.is-valid~.valid-tooltip,
.custom-file-control.is-focused .is-valid.custom-file-control~.valid-feedback,
.custom-file-control.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-file-control .is-focused .custom-select:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .custom-file-control .is-focused .form-control:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-file-control.is-focused .custom-select:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .custom-file-control.is-focused .form-control: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 .custom-select.is-valid:focus,
.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 .custom-select.is-valid: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 .custom-select: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 .custom-select: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 .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 {
    background-color: rgba(64, 64, 64, .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 {
    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 1px #fafafa, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-control .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.custom-file-control.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-control .is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .custom-file-control.is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    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: #1984c8
}

.custom-file-control .is-focused .bmd-label-placeholder,
.custom-file-control.is-focused .bmd-label-placeholder {
    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: rgba(0, 0, 0, .26)
}

.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: .3125rem;
    left: 0;
    display: inline-block;
    width: 2.125rem;
    height: .875rem;
    cursor: pointer;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 50%, #192f5d 0, #192f5d);
    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: #1984c8
}

.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 #d4d4d4;
    border-radius: 50%;
    transition: border-color .28s ease;
    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: #1984c8;
    border-radius: 50%;
    transition: transform .28s ease;
    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: #1984c8
}

.radio label input[type=radio]:checked~.bmd-radio:before,
label.radio-inline input[type=radio]:checked~.bmd-radio:before {
    background-color: #1984c8;
    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: hsla(0, 0%, 100%, .3)
}

.is-focused .custom-file-input.is-valid~.custom-file-label,
.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .is-focused .custom-select:valid,
.was-validated .is-focused .form-control:valid {
    border-color: rgba(0, 0, 0, .26)
}

.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: hsla(0, 0%, 100%, .3)
}

form {
    margin-bottom: 1.125rem
}

.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 {
    line-height: 1.5;
    padding: 4px 8px
}

.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;
    margin-bottom: 0
}

.has-danger .is-focused .valid-tooltip,
.has-danger.is-focused .valid-tooltip,
.has-info .is-focused .valid-tooltip,
.has-info.is-focused .valid-tooltip,
.has-success .is-focused .valid-tooltip,
.has-success.is-focused .valid-tooltip,
.has-warning .is-focused .valid-tooltip,
.has-warning.is-focused .valid-tooltip,
.is-focused .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem
}

.checkbox label,
.checkbox label:active,
.checkbox label:focus,
.checkbox label:hover,
.checkbox-inline,
.checkbox-inline:active,
.checkbox-inline:focus,
.checkbox-inline:hover,
.is-focused .checkbox label,
.is-focused .checkbox label:active,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:hover,
.is-focused .checkbox-inline,
.is-focused .checkbox-inline:active,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:hover,
.is-focused .radio label,
.is-focused .radio label:active,
.is-focused .radio label:focus,
.is-focused .radio label:hover,
.is-focused .radio-inline,
.is-focused .radio-inline:active,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:hover,
.is-focused .switch label,
.is-focused .switch label:active,
.is-focused .switch label:focus,
.is-focused .switch label:hover,
.radio label,
.radio label:active,
.radio label:focus,
.radio label:hover,
.radio-inline,
.radio-inline:active,
.radio-inline:focus,
.radio-inline:hover,
.switch label,
.switch label:active,
.switch label:focus,
.switch label:hover {
    color: #494949
}

.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,
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: #9e9e9e
}

[class*=" bmd-label"],
[class^=bmd-label] {
    color: #8a8a8a
}

.is-focused .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgba(0, 0, 0, .26)
}

.is-focused .valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}

.is-focused .custom-control-input.is-valid~.valid-feedback,
.is-focused .custom-control-input.is-valid~.valid-tooltip,
.is-focused .custom-file-input.is-valid~.valid-feedback,
.is-focused .custom-file-input.is-valid~.valid-tooltip,
.is-focused .custom-select.is-valid~.valid-feedback,
.is-focused .custom-select.is-valid~.valid-tooltip,
.is-focused .form-check-input.is-valid~.valid-feedback,
.is-focused .form-check-input.is-valid~.valid-tooltip,
.is-focused .form-control.is-valid~.valid-feedback,
.is-focused .form-control.is-valid~.valid-tooltip,
.is-focused .is-valid.custom-file-control~.valid-feedback,
.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .is-focused .custom-select:valid~.valid-feedback,
.was-validated .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .is-focused .form-control: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 .custom-select.is-valid:focus,
.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 .custom-select: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 .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .is-focused .custom-control-input:valid~.custom-control-label:before {
    background-color: rgba(64, 64, 64, .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 {
    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 1px #fafafa, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.is-focused .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .is-focused .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #1984c8
}

.is-focused .bmd-label-placeholder {
    color: rgba(0, 0, 0, .26)
}

.is-focused .custom-file-control,
.is-focused .form-control {
    border-color: #1984c8
}

.has-success .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-success .is-focused .custom-select.is-valid,
.has-success .is-focused .form-control.is-valid,
.has-success .is-focused .is-valid.custom-file-control,
.has-success.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-success.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-success .is-focused .custom-select: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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-success.is-focused .custom-select:valid,
.was-validated .has-success.is-focused .form-control:valid {
    border-color: #4caf50
}

.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.has-success [class*=" bmd-label"],
.has-success [class^=bmd-label] {
    color: #4caf50
}

.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(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-success .custom-file-control:invalid,
.has-success .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-success .custom-file-control:read-only,
.has-success .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.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],
.has-success [disabled].custom-file-control,
fieldset[disabled][disabled] .has-success .custom-file-control,
fieldset[disabled][disabled] .has-success .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    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(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #4caf50 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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: #4caf50
}

.has-success .is-focused .valid-tooltip,
.has-success.is-focused .valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(76, 175, 80, .8)
}

.has-success .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-success .is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-success .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-success .is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-success .is-focused .custom-select.is-valid~.valid-feedback,
.has-success .is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-success .is-focused .form-control.is-valid~.valid-tooltip,
.has-success .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-success .is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-success.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-success.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-success.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-success.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-success.is-focused .custom-select.is-valid~.valid-feedback,
.has-success.is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-success.is-focused .form-control.is-valid~.valid-tooltip,
.has-success.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-success.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-success .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-success .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-success .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-success .is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-success.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-success.is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-success.is-focused .form-control: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: #4caf50
}

.has-success .is-focused .custom-select.is-valid:focus,
.has-success .is-focused .form-control.is-valid:focus,
.has-success .is-focused .is-valid.custom-file-control:focus,
.has-success.is-focused .custom-select.is-valid: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 .custom-select: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 .custom-select:valid:focus,
.was-validated .has-success.is-focused .form-control:valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .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 {
    background-color: #a3d7a5
}

.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 {
    background-color: #6ec071
}

.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 1px #fafafa, 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.has-success .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-success.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-success .is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-success.is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .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: #4caf50
}

.has-info .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-info .is-focused .custom-select.is-valid,
.has-info .is-focused .form-control.is-valid,
.has-info .is-focused .is-valid.custom-file-control,
.has-info.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-info.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-info .is-focused .custom-select: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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-info.is-focused .custom-select:valid,
.was-validated .has-info.is-focused .form-control:valid {
    border-color: #03a9f4
}

.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: #03a9f4
}

.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(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-info .custom-file-control:invalid,
.has-info .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-info .custom-file-control:read-only,
.has-info .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.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],
.has-info [disabled].custom-file-control,
fieldset[disabled][disabled] .has-info .custom-file-control,
fieldset[disabled][disabled] .has-info .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    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(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #03a9f4 2px, rgba(3, 169, 244, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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: #03a9f4
}

.has-info .is-focused .valid-tooltip,
.has-info.is-focused .valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(3, 169, 244, .8)
}

.has-info .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-info .is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-info .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-info .is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-info .is-focused .custom-select.is-valid~.valid-feedback,
.has-info .is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-info .is-focused .form-control.is-valid~.valid-tooltip,
.has-info .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-info .is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-info.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-info.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-info.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-info.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-info.is-focused .custom-select.is-valid~.valid-feedback,
.has-info.is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-info.is-focused .form-control.is-valid~.valid-tooltip,
.has-info.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-info.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-info .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-info .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-info .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-info .is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-info.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-info.is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-info.is-focused .form-control: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: #03a9f4
}

.has-info .is-focused .custom-select.is-valid:focus,
.has-info .is-focused .form-control.is-valid:focus,
.has-info .is-focused .is-valid.custom-file-control:focus,
.has-info.is-focused .custom-select.is-valid: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 .custom-select: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 .custom-select:valid:focus,
.was-validated .has-info.is-focused .form-control:valid:focus {
    border-color: #03a9f4;
    box-shadow: 0 0 0 .2rem rgba(3, 169, 244, .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 {
    background-color: #79d4fd
}

.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 {
    background-color: #2ebcfc
}

.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 1px #fafafa, 0 0 0 .2rem rgba(3, 169, 244, .25)
}

.has-info .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-info.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-info .is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-info.is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(3, 169, 244, .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: #03a9f4
}

.has-warning .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-warning .is-focused .custom-select.is-valid,
.has-warning .is-focused .form-control.is-valid,
.has-warning .is-focused .is-valid.custom-file-control,
.has-warning.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-warning.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-warning .is-focused .custom-select: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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-warning.is-focused .custom-select:valid,
.was-validated .has-warning.is-focused .form-control:valid {
    border-color: #ff5722
}

.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: #ff5722
}

.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(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-warning .custom-file-control:invalid,
.has-warning .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-warning .custom-file-control:read-only,
.has-warning .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.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],
.has-warning [disabled].custom-file-control,
fieldset[disabled][disabled] .has-warning .custom-file-control,
fieldset[disabled][disabled] .has-warning .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    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(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #ff5722 2px, rgba(255, 87, 34, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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: #ff5722
}

.has-warning .is-focused .valid-tooltip,
.has-warning.is-focused .valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(255, 87, 34, .8)
}

.has-warning .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-warning .is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-warning .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-warning .is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-warning .is-focused .custom-select.is-valid~.valid-feedback,
.has-warning .is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-warning .is-focused .form-control.is-valid~.valid-tooltip,
.has-warning .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-warning .is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-warning.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-warning.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-warning.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-warning.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-warning.is-focused .custom-select.is-valid~.valid-feedback,
.has-warning.is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-warning.is-focused .form-control.is-valid~.valid-tooltip,
.has-warning.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-warning.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-warning .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-warning .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-warning .is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-warning.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-warning.is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-warning.is-focused .form-control: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: #ff5722
}

.has-warning .is-focused .custom-select.is-valid:focus,
.has-warning .is-focused .form-control.is-valid:focus,
.has-warning .is-focused .is-valid.custom-file-control:focus,
.has-warning.is-focused .custom-select.is-valid: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 .custom-select: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 .custom-select:valid:focus,
.was-validated .has-warning.is-focused .form-control:valid:focus {
    border-color: #ff5722;
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .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 {
    background-color: #ffb8a2
}

.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 {
    background-color: #ff7e55
}

.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 1px #fafafa, 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.has-warning .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-warning.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-warning .is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-warning.is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .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: #ff5722
}

.has-danger .is-focused .custom-file-input.is-valid~.custom-file-label,
.has-danger .is-focused .custom-select.is-valid,
.has-danger .is-focused .form-control.is-valid,
.has-danger .is-focused .is-valid.custom-file-control,
.has-danger.is-focused .custom-file-input.is-valid~.custom-file-label,
.has-danger.is-focused .custom-select.is-valid,
.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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-danger .is-focused .custom-select: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 .custom-file-input:valid~.custom-file-label,
.was-validated .has-danger.is-focused .custom-select:valid,
.was-validated .has-danger.is-focused .form-control:valid {
    border-color: #f44336
}

.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: #f44336
}

.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(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-danger .custom-file-control:invalid,
.has-danger .form-control:invalid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.has-danger .custom-file-control:read-only,
.has-danger .form-control:read-only {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0)
}

.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],
.has-danger [disabled].custom-file-control,
fieldset[disabled][disabled] .has-danger .custom-file-control,
fieldset[disabled][disabled] .has-danger .form-control {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 30%, transparent 0, transparent);
    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(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0), "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: #f44336
}

.has-danger .is-focused .valid-tooltip,
.has-danger.is-focused .valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(244, 67, 54, .8)
}

.bmd-form-group,
.check-group>label.bmd-label-static,
.dropdown-menu .dropdown-item,
.nav .nav-item,
.navbar .navbar-brand {
    position: relative
}

.has-danger .is-focused .custom-control-input.is-valid~.valid-feedback,
.has-danger .is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-danger .is-focused .custom-file-input.is-valid~.valid-feedback,
.has-danger .is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-danger .is-focused .custom-select.is-valid~.valid-feedback,
.has-danger .is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-danger .is-focused .form-control.is-valid~.valid-tooltip,
.has-danger .is-focused .is-valid.custom-file-control~.valid-feedback,
.has-danger .is-focused .is-valid.custom-file-control~.valid-tooltip,
.has-danger.is-focused .custom-control-input.is-valid~.valid-feedback,
.has-danger.is-focused .custom-control-input.is-valid~.valid-tooltip,
.has-danger.is-focused .custom-file-input.is-valid~.valid-feedback,
.has-danger.is-focused .custom-file-input.is-valid~.valid-tooltip,
.has-danger.is-focused .custom-select.is-valid~.valid-feedback,
.has-danger.is-focused .custom-select.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 .form-control.is-valid~.valid-feedback,
.has-danger.is-focused .form-control.is-valid~.valid-tooltip,
.has-danger.is-focused .is-valid.custom-file-control~.valid-feedback,
.has-danger.is-focused .is-valid.custom-file-control~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-danger .is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-danger .is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-danger .is-focused .form-control:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-control-input:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-control-input:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-file-control:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-file-control:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-file-input:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-file-input:valid~.valid-tooltip,
.was-validated .has-danger.is-focused .custom-select:valid~.valid-feedback,
.was-validated .has-danger.is-focused .custom-select: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 .form-control:valid~.valid-feedback,
.was-validated .has-danger.is-focused .form-control: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: #f44336
}

.has-danger .is-focused .custom-select.is-valid:focus,
.has-danger .is-focused .form-control.is-valid:focus,
.has-danger .is-focused .is-valid.custom-file-control:focus,
.has-danger.is-focused .custom-select.is-valid: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 .custom-select: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 .custom-select:valid:focus,
.was-validated .has-danger.is-focused .form-control:valid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .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 {
    background-color: #fbb4af
}

.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 {
    background-color: #f77066
}

.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 1px #fafafa, 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.has-danger .is-focused .custom-file-input.is-valid~.custom-file-label:before,
.has-danger.is-focused .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .has-danger .is-focused .custom-file-input:valid~.custom-file-label:before,
.was-validated .has-danger.is-focused .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.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: #f44336
}

.has-danger .is-focused .bmd-help,
.has-danger.is-focused .bmd-help {
    color: rgba(0, 0, 0, .54)
}

.check-group {
    padding-top: 0
}

.check-group>label.bmd-label-static {
    margin-bottom: 13px;
    display: block
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: relative;
    pointer-events: none;
    transition: all .3s ease
}

.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.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 {
    font-size: 1rem
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
    font-size: 14px
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
    top: 1.2rem
}

.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: 0;
    left: 0;
    margin-bottom: 0
}

.bmd-form-group .bmd-help {
    margin-top: 5px;
    font-size: .75rem
}

.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%, .9375rem .9375rem
}

.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: bottom, 50% calc(100% - 1px), center right .46875rem
}

.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%, .9375rem .9375rem
}

.bmd-form-group.bmd-form-group-sm {
    padding-top: 1.40625rem
}

.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 .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: .875rem
}

.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: .875rem
}

.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
    top: 1.65625rem
}

.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: .65625rem
}

.bmd-form-group.bmd-form-group-sm .bmd-help {
    margin-top: 0;
    font-size: .65625rem
}

.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%, .6875rem .6875rem
}

.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: bottom, 50% calc(100% - 1px), center right .34375rem
}

.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%, .6875rem .6875rem
}

.bmd-form-group.bmd-form-group-lg {
    padding-top: 1.9375rem
}

.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 .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,
.checkbox label,
.radio label,
.switch label,
label.checkbox-inline,
label.radio-inline {
    line-height: 1.5
}

.bmd-form-group.bmd-form-group-lg input::placeholder {
    font-size: 1.25rem
}

.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: 1.25rem
}

.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
    top: 2.5rem
}

.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: .9375rem
}

.bmd-form-group.bmd-form-group-lg .bmd-help {
    margin-top: 0;
    font-size: .9375rem
}

.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.1875rem 1.1875rem
}

.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: bottom, 50% calc(100% - 1px), center right .59375rem
}

.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.1875rem 1.1875rem
}

.custom-file-control,
.form-control,
input::placeholder,
label {
    line-height: 1.5
}

input::placeholder {
    font-size: 1rem
}

.checkbox label,
.radio label,
label {
    font-size: 14px
}

.bmd-label-floating,
.bmd-label-placeholder {
    top: 2.1875rem
}

.bmd-label-static,
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
    top: 1rem;
    left: 0;
    font-size: .75rem
}

.bmd-help {
    margin-top: 0;
    font-size: .75rem
}

.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%, .9375rem .9375rem
}

.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: bottom, 50% calc(100% - 1px), center right .46875rem
}

.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%, .9375rem .9375rem
}

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
}

.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;
    text-overflow: ellipsis;
    font-size: .875rem;
    color: rgba(0, 0, 0, .54)
}

.list-group-item:first-child {
    margin-right: 2rem
}

.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: hsla(0, 0%, 100%, .84)
}

.table thead th {
    font-size: .95rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    border-top-width: 0;
    border-bottom-width: 1px
}

.table-inverse thead th,
thead.thead-inverse th {
    color: hsla(0, 0%, 100%, .54)
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: hsla(0, 0%, 100%, .06)
}

.nav-pills,
.nav-tabs,
.navbar {
    border: 0
}

.nav-link {
    text-transform: uppercase
}

.navbar-nav .nav-link {
    padding: .5321rem;
    font-size: .875rem;
    font-weight: 400
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
    padding: 1.4286em .8575em;
    font-size: .875rem;
    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;
    color: rgba(0, 0, 0, .54)
}

.nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .87)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    border-color: theme-color(primary)
}

.nav-tabs.bg-dark .nav-link.active,
.nav-tabs.bg-dark .nav-link.active:focus,
.nav-tabs.bg-dark .nav-link.active:hover,
.nav-tabs.bg-primary .nav-link.active:focus,
.nav-tabs.bg-primary .nav-link.active:hover {
    border-color: #fff
}

.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.disabled,
.nav-tabs.bg-primary .nav-link.disabled:focus,
.nav-tabs.bg-primary .nav-link.disabled:hover {
    color: hsla(0, 0%, 100%, .84)
}

.nav-tabs.bg-dark .nav-link,
.nav-tabs.bg-dark .nav-link.active {
    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: hsla(0, 0%, 100%, .84)
}

.navbar {
    z-index: 1;
    border-radius: 0;
    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)
}

.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: hsla(0, 0%, 100%, .5)
}

.alert {
    border: 0;
    border-radius: 5px
}

.progress {
    height: 4px;
    background: #c8c8c8;
    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
}

.progress,
.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 {
    min-width: 2.6em;
    margin-right: .5em;
    text-align: center;
    border-radius: 4em
}

.page-link:focus,
.page-link:hover {
    text-decoration: none
}

.pagination-lg .page-link {
    min-width: 2.8em;
    padding: .75rem 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    min-width: 2.2em;
    padding: .25rem 0;
    font-size: .875rem;
    line-height: 1.5
}

h6 {
    font-weight: 500
}

.tooltip-arrow {
    display: none
}

.card {
    border: 0;
    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)
}

.card .card-header {
    padding: 1rem;
    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)
}

@media (min-width:992px) {
    .card.bmd-card-flat {
        box-shadow: none
    }
}

.modal-content {
    border: 0;
    border-radius: 5px
}

.modal-content .modal-header {
    padding: 15px 25px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0
}

.modal-content .modal-body {
    padding: 30px 25px;
    max-height: calc(90vh - 125px)
}

.modal-content .modal-footer {
    padding: 15px 20px;
    border-radius: 0 0 5px 5px
}

.modal-content .modal-footer .btn,
.modal-content .modal-footer .custom-file-control:before {
    margin: 0 5px
}

.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: d;
    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 d {
    0% {
        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;
    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);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop .in,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, .5)
}

.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.bmd-drawer-f-l>.bmd-layout-drawer,
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r>.bmd-layout-drawer {
    transform: translateX(0)
}

.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-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:991.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:992px) {

    :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:1199.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:1200px) {

    :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
    }
}

.snackbar-content .btn,
.snackbar-content .custom-file-control:before,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b>.bmd-layout-content {
    margin-bottom: 0
}

: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
}

@supports (pointer-events:auto) {

    :not(.bmd-drawer-out).bmd-drawer-overlay-xl-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-xl-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
}

.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
    }
}

.card {
    font-size: .875rem;
    font-weight: 400
}

.container {
    padding: 0 !important
}

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable tfoot th,
table.dataTable thead th {
    font-weight: 700
}

table.dataTable thead td:active,
table.dataTable thead th:active {
    outline: 0
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead th:after {
    color: #1984c8;
    font-family: themify;
    margin-left: 5px;
    font-size: 10px !important;
    font-weight: 700;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

table.dataTable thead .sorting_asc:after {
    content: '\e627'
}

table.dataTable thead .sorting_desc:after {
    content: '\e62a'
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(DataTables-1.10.16/images/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(DataTables-1.10.16/images/sort_desc_disabled.png)
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-top: 1px solid #ddd
}

table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
    background-color: transparent
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #f9f9f9 !important
}

table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #f0f0f0 !important
}

table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: #f0f0f0
}

table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3,
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.compact thead td,
table.dataTable.compact thead th {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
    padding: 4px
}

table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center
}

table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right
}

table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify
}

table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
    text-align: left
}

table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center
}

table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right
}

table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    box-sizing: content-box;
    outline: 0
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    padding: 0 !important;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin-left: 5px;
    font-size: 13px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #212121;
    border-radius: 100%
}

.dataTables_wrapper .dataTables_paginate>.paginate_button {
    color: #212121 !important;
    background: #dedede
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 10px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: #1984c8
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #bdbdbd !important;
    background: #f0f0f0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 .5em;
    color: #9e9e9e
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width:767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {

    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes dtb-spinner {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes dtb-spinner {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dtb-spinner {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info>div {
    padding: 1em
}

a.dt-button,
button.dt-button,
div.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: .333em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: 0
}

a.dt-button.disabled,
button.dt-button.disabled,
div.dt-button.disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    cursor: default;
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f9f9f9')
}

a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled) {
    background-color: #e2e2e2;
    background-image: -webkit-linear-gradient(top, #f3f3f3 0, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #f3f3f3 0, #e2e2e2 100%);
    background-image: -ms-linear-gradient(top, #f3f3f3 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #f3f3f3 0, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
    box-shadow: inset 1px 1px 3px #999
}

a.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled) {
    box-shadow: inset 1px 1px 3px #999;
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top, #eaeaea 0, #ccc 100%);
    background-image: -moz-linear-gradient(top, #eaeaea 0, #ccc 100%);
    background-image: -ms-linear-gradient(top, #eaeaea 0, #ccc 100%);
    background-image: -o-linear-gradient(top, #eaeaea 0, #ccc 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#cccccc')
}

a.dt-button:hover,
button.dt-button:hover,
div.dt-button:hover {
    text-decoration: none
}

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
    border: 1px solid #666;
    background-color: #e0e0e0;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #e0e0e0 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0, #e0e0e0 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')
}

a.dt-button:focus:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled) {
    border: 1px solid #426c9e;
    text-shadow: 0 1px 0 #c4def1;
    outline: 0;
    background-color: #79ace9;
    background-image: -webkit-linear-gradient(top, #bddef4 0, #79ace9 100%);
    background-image: -moz-linear-gradient(top, #bddef4 0, #79ace9 100%);
    background-image: -ms-linear-gradient(top, #bddef4 0, #79ace9 100%);
    background-image: -o-linear-gradient(top, #bddef4 0, #79ace9 100%);
    background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bddef4', EndColorStr='#79ace9')
}

.dt-button embed {
    outline: 0
}

div.dt-buttons {
    position: relative;
    float: left
}

div.dt-buttons.buttons-right {
    float: right
}

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .4);
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    z-index: 2002;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

div.dt-button-collection a.dt-button,
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0
}

div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled) {
    background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0, #dadada 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0, #dadada 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0, #dadada 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 1px 1px 3px #666
}

div.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0
}

div.dt-button-collection.fixed.two-column {
    margin-left: -150px
}

div.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

div.dt-button-collection>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

div.dt-button-collection.two-column {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

div.dt-button-collection.three-column {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3
}

div.dt-button-collection.four-column {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

div.dt-button-collection .dt-button {
    border-radius: 0
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .7)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
    z-index: 2001
}

a.dt-button.processing,
button.dt-button.processing,
div.dt-button.processing {
    color: rgba(0, 0, 0, .2)
}

a.dt-button.processing:after,
button.dt-button.processing:after,
div.dt-button.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: ' ';
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1.5s infinite linear;
    -o-animation: dtb-spinner 1.5s infinite linear;
    -ms-animation: dtb-spinner 1.5s infinite linear;
    -webkit-animation: dtb-spinner 1.5s infinite linear;
    -moz-animation: dtb-spinner 1.5s infinite linear
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, .7);
    z-index: 202
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259C4;
    z-index: 201
}

div.DTFC_Blocker,
table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
    background-color: #fff
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none
}

table.fixedHeader-floating {
    position: fixed !important;
    background-color: #fff
}

table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}

table.fixedHeader-locked {
    position: absolute !important;
    background-color: #fff
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}

table.dataTable td.focus,
table.dataTable th.focus {
    outline: #36F solid 3px;
    outline-offset: -1px
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: 0 0 !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

table.dataTable tr.group td {
    font-weight: 700;
    background-color: #e0e0e0
}

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: .8;
    table-layout: fixed;
    outline: #888 solid 2px;
    outline-offset: -2px;
    z-index: 2001
}

tr.dt-rowReorder-moving {
    outline: #555 solid 2px;
    outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
    overflow-x: hidden
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

div.DTS {
    display: block !important
}

div.DTS div.DTS_Loading {
    z-index: 1
}

div.DTS div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)
}

div.DTS div.dataTables_scrollBody table {
    z-index: 2
}

div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
    display: none
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #f9f9f9 !important
}

table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected {
    background-color: #f0f0f0
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_2,
table.dataTable.display tbody>tr.selected>.sorting_3,
table.dataTable.display tbody>tr>.selected,
table.dataTable.order-column tbody>tr.selected>.sorting_1,
table.dataTable.order-column tbody>tr.selected>.sorting_2,
table.dataTable.order-column tbody>tr.selected>.sorting_3,
table.dataTable.order-column tbody>tr>.selected,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: transparent
}

table.dataTable.display tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.order-column.stripe tbody>tr.odd>.selected {
    background-color: #a6b4cd
}

table.dataTable.display tbody>tr.even>.selected,
table.dataTable.order-column.stripe tbody>tr.even>.selected {
    background-color: #acbad5
}

table.dataTable.display tbody>tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody>tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.display tbody>tr:hover>.selected,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.order-column.hover tbody>tr:hover>.selected,
table.dataTable.order-column.hover tbody>tr>.selected:hover {
    background-color: #a2aec7
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #000;
    border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: .5em;
    display: none
}

@media screen and (max-width:640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center
    }

    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: none
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select>.dropdown-toggle {
    display: flex;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 !important;
    outline: 0 !important;
    padding: 5px 8px !important;
    height: 32px;
    color: #494949 !important;
    border: 1px solid #dedede;
    overflow: hidden
}

.bootstrap-select>.dropdown-toggle:focus,
.bootstrap-select>.dropdown-toggle:hover,
.show.bootstrap-select>.dropdown-toggle,
.showing.bootstrap-select>.dropdown-toggle {
    background: #fbfbfb !important
}

.bootstrap-select>.btn.btn-default:active,
.bootstrap-select>.btn.btn-default:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-toggle:after {
    margin-left: -20px
}

.btn-group.bootstrap-select {
    margin: 0
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle:focus {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    width: calc(100% - 15px);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bootstrap-select.btn-group .bs-caret,
.bootstrap-select.btn-group .dropdown-menu li.hidden {
    display: none
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: none
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 32px !important
}

.bootstrap-select.btn-group ul.dropdown-menu {
    max-height: 150px !important
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 10px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    width: 100%;
    padding: 7px 15px 7px 10px !important;
    color: #424242;
    transition: all .3s;
    vertical-align: middle;
    text-decoration: none
}

.bootstrap-select.btn-group .dropdown-menu li a:before {
    content: '';
    font-family: themify;
    font-size: 10px;
    color: #a6c6dd;
    width: 20px;
    line-height: 20px;
    padding: 0 20px 0 5px;
    display: inline-flex
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:before {
    content: '\e64c'
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background: rgba(166, 198, 221, .2)
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-flex;
    font-weight: 400
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    margin: 5px 15px
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 10px 15px 5px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    bottom: auto !important;
    border-radius: 5px !important;
    padding: 0;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .1) !important;
    will-change: unset !important;
    transform: unset !important;
    transform-origin: unset !important;
    transition: unset !important;
    width: 100%;
    max-width: 340px;
    min-width: 300px;
    opacity: 1 !important
}

.bootstrap-datetimepicker-widget.dropdown-menu.show,
.bootstrap-datetimepicker-widget.dropdown-menu.showing {
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out;
    will-change: unset !important;
    transform: unset !important;
    transform-origin: unset !important;
    transition: unset !important
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@media (min-width:576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0 !important;
    min-width: 30px
}

.bootstrap-datetimepicker-widget a[data-action] span {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    font-weight: 500;
    font-size: 18px;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px !important;
    min-width: 30px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    font-weight: 500
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .timepicker {
    padding: 10px 5px
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: .25rem;
    border-top: 0 !important;
    padding: 8px 5px !important
}

.bootstrap-datetimepicker-widget table.table thead th {
    height: 15px;
    line-height: 15px;
    width: 15px;
    padding: 10px;
    border-radius: 0;
    font-size: 12px !important
}

.bootstrap-datetimepicker-widget table th:first-child {
    border-radius: 5px 0 0
}

.bootstrap-datetimepicker-widget table th:last-child {
    border-radius: 0 5px 0 0
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #494949;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    border-bottom: 0 !important;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: rgba(166, 198, 221, .2)
}

.bootstrap-datetimepicker-widget table td {
    height: 35px;
    line-height: 35px;
    width: 35px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #494949
}

.bootstrap-datetimepicker-widget table td.day {
    height: 15px;
    line-height: 15px;
    width: 15px;
    padding: 8px 5px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #e9ecef;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #868e96
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #1984c8;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1984c8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #494949;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    margin: 1px 2px;
    cursor: pointer;
    border-radius: .25rem;
    font-size: 13px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: rgba(166, 198, 221, .2)
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #1984c8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #494949
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #494949;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-append {
    cursor: pointer
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollable-wrap>.scroll-element,
.scrollable-wrap>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollable-wrap>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollable-wrap>.scroll-element .scroll-element_track {
    display: none
}

.scrollable-wrap>.scroll-element .scroll-bar {
    background-color: #c1c1c1;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.swal2-container,
body.swal2-no-backdrop .swal2-shown,
body.swal2-toast-shown>.swal2-container.swal2-shown {
    background-color: transparent
}

.scrollable-wrap:hover>.scroll-element .scroll-bar,
.scrollable-wrap>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollable-wrap>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.swal2-popup.swal2-loading,
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: auto
}

.scrollable-wrap>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollable-wrap>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollable-wrap>.scroll-element.scroll-y .scroll-bar {
    left: -4px;
    min-height: 10px;
    width: 4px
}

.scrollable-wrap>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollable-wrap>.scroll-element.scroll-x .scroll-element_size {
    left: -14px
}

.scrollable-wrap>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollable-wrap>.scroll-element.scroll-y .scroll-element_size {
    top: -14px
}

.scrollable-wrap>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollable-wrap>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {

    0%,
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {

    0%,
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {

    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {

    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {

    0%,
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {

    0%,
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    justify-content: flex-end;
    height: 2.2em
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
    font-size: 1em
}

body.swal2-toast-shown>.swal2-container {
    position: fixed;
    background-color: transparent
}

body.swal2-toast-shown>.swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown>.swal2-container.swal2-top-left,
body.swal2-toast-shown>.swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-center-left,
body.swal2-toast-shown>.swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-left,
body.swal2-toast-shown>.swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.25em;
    left: -.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    -webkit-transform-origin: 0 2em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
    animation: showSweetToast .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
    animation: hideSweetToast .2s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
    animation: animate-toast-success-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
    animation: animate-toast-success-long .75s
}

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-popup,
.swal2-popup>.swal2-checkbox,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-input,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-textarea {
    display: none
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(73, 73, 73, .8)
}

.swal2-popup {
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    padding: 2.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    box-sizing: border-box
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0;
    color: #494949;
    font-size: 18px !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0
}

.swal2-popup .swal2-actions button {
    margin: 0 5px;
    min-width: 120px;
    line-height: 1.5;
    border-radius: 30px
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-popup .swal2-actions.swal2-loading:not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: '';
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal
}

.swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: 10px 20px
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #1984c8;
    border: 1px solid #1984c8;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .19);
    -moz-box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .19);
    box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .19)
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
    -webkit-box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .36);
    -moz-box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .36);
    box-shadow: 0 5px 10px 2px rgba(25, 132, 200, .36)
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 1px solid #969696;
    background: #969696;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(150, 150, 150, .19);
    -moz-box-shadow: 0 5px 10px 2px rgba(150, 150, 150, .19);
    box-shadow: 0 5px 10px 2px rgba(150, 150, 150, .19)
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
    -webkit-box-shadow: 0 5px 10px 2px rgba(138, 138, 138, .36);
    -moz-box-shadow: 0 5px 10px 2px rgba(138, 138, 138, .36);
    box-shadow: 0 5px 10px 2px rgba(138, 138, 138, .36)
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: calc(2.5em - .25em);
    line-height: 1.2em;
    cursor: pointer
}

.swal2-popup .swal2-close:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0 0 15px;
    padding: 0;
    color: #545454;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word
}

.swal2-popup #swal2-content {
    text-align: center
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
    margin: 1em auto
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    box-sizing: border-box
}

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-popup .swal2-range input {
    width: 80%
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: .75em
}

.swal2-popup .swal2-input[type=number] {
    max-width: 10em
}

.swal2-popup .swal2-file {
    font-size: 1.125em
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
    align-items: center;
    justify-content: center
}

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
    margin: 0 .4em
}

.swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden
}

.swal2-popup .swal2-validationerror::before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: '!';
    zoom: normal
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal
}

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #de252d
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #de252d
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #f7bd2d;
    color: #f7bd2d
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-question {
    border-color: #4cbad1;
    color: #4cbad1
}

.swal2-icon.swal2-success {
    border-color: #006600
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(28, 153, 128, .3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #006600;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

[dir=rtl] .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

@-webkit-keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0)
    }
}

@keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        -moz-transform: translate3d(0, -1em, 0);
        -ms-transform: translate3d(0, -1em, 0);
        -o-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fstElement {
    display: inline-block;
    position: relative;
    min-width: 350px;
    border: 1px solid #dedede;
    background: #fbfbfb;
    border-radius: 4px
}

.fstElement>select,
.fstElement>input {
    position: absolute;
    left: -999em
}

.fstToggleBtn {
    font-size: 1.4em;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: .71429em 1.42857em .71429em .71429em;
    min-width: 14.28571em;
    cursor: pointer
}

.fstToggleBtn:after {
    position: absolute;
    content: "";
    right: .71429em;
    top: 50%;
    margin-top: -.17857em;
    border: .35714em solid transparent;
    border-top-color: #cacaca
}

.fstQueryInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    color: #495057;
    border: 0;
    box-shadow: none;
    min-width: 100px;
    padding: 5px 8px
}

.fstResults {
    position: absolute;
    left: -1px;
    top: 100%;
    right: -1px;
    max-height: 30em;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #fff
}

.fstResultItem {
    display: flex;
    padding: 7px 15px 7px 10px;
    margin: 0;
    cursor: pointer
}

.fstResultItem:before {
    content: '';
    font-family: themify;
    font-size: 10px;
    color: #a6c6dd;
    width: 20px;
    line-height: 20px;
    padding: 0 20px 0 5px;
    display: inline-flex
}

.fstResultItem.fstUserOption {
    color: #707070
}

.fstResultItem.fstFocused {
    color: #494949;
    background: rgba(166, 198, 221, .2)
}

.fstResultItem.fstSelected {
    color: #494949;
    background: rgba(166, 198, 221, .2)
}

.fstResultItem.fstSelected:before {
    content: '\e64c'
}

.fstGroupTitle {
    font-size: 1.4em;
    display: block;
    padding: .5em .71429em;
    margin: 0;
    font-weight: 700
}

.fstGroup {
    padding-top: 1em
}

.fstGroup:first-child {
    padding-top: 0
}

.fstNoResults {
    display: block;
    padding: .71429em .71429em;
    margin: 0;
    color: #999
}

.fstChoiceItem {
    display: inline-flex;
    font-size: 13px;
    position: relative;
    margin: 0 2px 2px 0;
    padding: 3px 5px 3px 20px;
    float: left;
    border-radius: .25em;
    cursor: auto;
    color: #fff;
    background-color: #1984c8;
    -webkit-animation: fstAnimationEnter 0.2s;
    -moz-animation: fstAnimationEnter 0.2s;
    animation: fstAnimationEnter 0.2s
}

.fstChoiceItem.mod1 {
    background-color: #F9F9F9;
    border: 1px solid #D7D7D7;
    color: #232323
}

.fstChoiceItem.mod1>.fstChoiceRemove {
    color: #a4a4a4
}

.fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 1.16667em;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.28571em;
    line-height: 1.28571em;
    margin-top: -.64286em;
    text-align: center;
    color: #fff
}

.fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0
}

.fstMultipleMode .fstControls {
    box-sizing: border-box;
    overflow: hidden;
    padding: 2px 2px 0 2px;
    border-radius: 4px;
    cursor: text
}

.fstMultipleMode .fstQueryInputExpanded {
    float: none;
    width: 100%;
    padding: 2px 8px;
    height: 30px
}

.fstMultipleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    border-top: 1px solid #efefef;
    border-radius: 5px;
    padding: 7px 0;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .1)
}