@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #3bafda;
    --indigo: #675aa9;
    --purple: #322976;
    --pink: #f672a7;
    --red: #f1556c;
    --orange: #fc8e5e;
    --yellow: #f7e97a;
    --green: #1abc9c;
    --teal: #02a8b5;
    --cyan: #37cde6;
    --white: #fff;
    --gray: #98a6ad;
    --gray-dark: #343a40;
    --primary: #3bafda;
    --secondary: #6c757d;
    --success: #1abc9c;
    --info: #37cde6;
    --warning: #f7e97a;
    --danger: #f1556c;
    --light: #f1f5f7;
    --dark: #323a46;
    --pink: #f672a7;
    --purple: #322976;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1367px;
    --font-family-sans-serif: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    background-color: #f5f6f8;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #3bafda;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #2084a9;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: text-bottom;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    color: #98a6ad;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.h2,
h2 {
    font-size: 1.875rem;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.h4,
h4 {
    font-size: 1.125rem;
}
.h5,
h5 {
    font-size: 0.9375rem;
}
.h6,
h6 {
    font-size: 0.75rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #e5e8eb;
}
.small,
small {
    font-size: 0.75rem;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 6px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}
.blockquote-footer {
    display: block;
    font-size: 0.75rem;
    color: #98a6ad;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #f5f6f8;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.75rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #98a6ad;
}
code {
    font-size: 87.5%;
    color: #f672a7;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #323a46;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #323a46;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1367px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1367px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #6c757d;
}
.table td,
.table th {
    padding: 0.85rem;
    vertical-align: top;
    border-top: 1px solid #edeff1;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #edeff1;
}
.table tbody + tbody {
    border-top: 2px solid #edeff1;
}
.table-sm td,
.table-sm th {
    padding: 0.5rem;
}
.table-bordered {
    border: 1px solid #edeff1;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #edeff1;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f5f7;
}
.table-hover tbody tr:hover {
    color: #6c757d;
    background-color: #f6f8fa;
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #c8e9f5;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #99d5ec;
}
.table-hover .table-primary:hover {
    background-color: #b2e0f1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b2e0f1;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #bfece3;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #88dccc;
}
.table-hover .table-success:hover {
    background-color: #abe6da;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #abe6da;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #c7f1f8;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #97e5f2;
}
.table-hover .table-info:hover {
    background-color: #b0ebf5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #b0ebf5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fdf9da;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #fbf4ba;
}
.table-hover .table-warning:hover {
    background-color: #fcf5c2;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fcf5c2;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fbcfd6;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f8a7b3;
}
.table-hover .table-danger:hover {
    background-color: #f9b7c2;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f9b7c2;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fbfcfd;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f8fafb;
}
.table-hover .table-light:hover {
    background-color: #eaeff5;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #eaeff5;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8cb;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #94999f;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbf;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbf;
}
.table-pink,
.table-pink > td,
.table-pink > th {
    background-color: #fcd8e6;
}
.table-pink tbody + tbody,
.table-pink td,
.table-pink th,
.table-pink thead th {
    border-color: #fab6d1;
}
.table-hover .table-pink:hover {
    background-color: #fac0d7;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
    background-color: #fac0d7;
}
.table-purple,
.table-purple > td,
.table-purple > th {
    background-color: #c6c3d9;
}
.table-purple tbody + tbody,
.table-purple td,
.table-purple th,
.table-purple thead th {
    border-color: #9490b8;
}
.table-hover .table-purple:hover {
    background-color: #b7b3cf;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
    background-color: #b7b3cf;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: #f6f8fa;
}
.table-hover .table-active:hover {
    background-color: #e6edf1;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e6edf1;
}
.table .thead-dark th {
    color: #98a6ad;
    background-color: #323a46;
    border-color: #424c5c;
}
.table .thead-light th {
    color: #6c757d;
    background-color: #f1f5f7;
    border-color: #edeff1;
}
.table-dark {
    color: #98a6ad;
    background-color: #323a46;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #424c5c;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #98a6ad;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1366.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: add(1.5em, add(0.9rem, 2px, false));
    padding: 0.28rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #6c757d;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f1f5f7;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #6c757d;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.45rem + 1px);
    padding-bottom: calc(0.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.28rem + 1px);
    padding-bottom: calc(0.28rem + 1px);
    font-size: 0.81rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #6c757d;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: add(1.5em, add(0.56rem, 2px, false));
    padding: 0.28rem 0.8rem;
    font-size: 0.81rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: add(1.5em, add(1rem, 2px, false));
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #98a6ad;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #1abc9c;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.4rem 0.8rem;
    margin-top: 0.1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(26, 188, 156, 0.9);
    border-radius: 0.2rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #1abc9c;
    padding-right: add(1.5em, 0.9rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#1abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
    background-repeat: no-repeat;
    background-position: center right add(0.375em, 0.225rem);
    background-size: add(0.75em, 0.45rem) add(0.75em, 0.45rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1abc9c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: add(1.5em, 0.9rem);
    background-position: top add(0.375em, 0.225rem) right add(0.375em, 0.225rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #1abc9c;
    padding-right: add(0.75em, 2.575rem);
    background: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.9rem center/8px 10px,
        url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#1abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
            #fff no-repeat center right 1.9rem / add(0.75em, 0.45rem) add(0.75em, 0.45rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #1abc9c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #1abc9c;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #1abc9c;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #1abc9c;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #28e1bd;
    background-color: #28e1bd;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #1abc9c;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #1abc9c;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #1abc9c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #f1556c;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.4rem 0.8rem;
    margin-top: 0.1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 85, 108, 0.9);
    border-radius: 0.2rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f1556c;
    padding-right: add(1.5em, 0.9rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#f1556c' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#f1556c' stroke='none'/></svg>");
    background-repeat: no-repeat;
    background-position: center right add(0.375em, 0.225rem);
    background-size: add(0.75em, 0.45rem) add(0.75em, 0.45rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f1556c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: add(1.5em, 0.9rem);
    background-position: top add(0.375em, 0.225rem) right add(0.375em, 0.225rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f1556c;
    padding-right: add(0.75em, 2.575rem);
    background: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.9rem center/8px 10px,
        url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#f1556c' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#f1556c' stroke='none'/></svg>")
            #fff no-repeat center right 1.9rem / add(0.75em, 0.45rem) add(0.75em, 0.45rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f1556c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f1556c;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f1556c;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #f1556c;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #f58495;
    background-color: #f58495;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #f1556c;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f1556c;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f1556c;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #6c757d;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn-disabled {
    background-color: #e0e0e0 !important;
    color: #fff !important;
    border-color: #e0e0e0 !important;
    pointer-events: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-primary:hover {
    color: #fff;
    background-color: #269dc9;
    border-color: #2494be;
}
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2494be;
    border-color: #228cb3;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-success:hover {
    color: #fff;
    background-color: #159a80;
    border-color: #148f77;
}
.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #148f77;
    border-color: #12846e;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #37cde6;
    border-color: #37cde6;
}
.btn-info:hover {
    color: #fff;
    background-color: #1bc0db;
    border-color: #1ab6d0;
}
.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #37cde6;
    border-color: #37cde6;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1ab6d0;
    border-color: #19acc5;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}
.btn-warning {
    color: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.btn-warning:hover {
    color: #343a40;
    background-color: #f5e356;
    border-color: #f4e14a;
}
.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(218, 207, 113, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(218, 207, 113, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #343a40;
    background-color: #f4e14a;
    border-color: #f3df3e;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(218, 207, 113, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(218, 207, 113, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ee324d;
    border-color: #ed2643;
}
.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed2643;
    border-color: #ec1a39;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}
.btn-light {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-light:hover {
    color: #343a40;
    background-color: #d9e4e9;
    border-color: #d1dee4;
}
.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #343a40;
    background-color: #d1dee4;
    border-color: #c8d8e0;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
.btn-dark:hover {
    color: #fff;
    background-color: #222830;
    border-color: #1d2128;
}
.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2128;
    border-color: #171b21;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}
.btn-pink {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-pink:hover {
    color: #fff;
    background-color: #f44e91;
    border-color: #f34289;
}
.btn-pink.focus,
.btn-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active,
.show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #f34289;
    border-color: #f23682;
}
.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}
.btn-purple {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-purple:hover {
    color: #fff;
    background-color: #261f5a;
    border-color: #221c50;
}
.btn-purple.focus,
.btn-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(81, 73, 139, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(81, 73, 139, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #221c50;
    border-color: #1e1947;
}
.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(81, 73, 139, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(81, 73, 139, 0.5);
}
.btn-outline-primary {
    color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3bafda;
    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: #3bafda;
    border-color: #3bafda;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1abc9c;
    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: #1abc9c;
    border-color: #1abc9c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-info {
    color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #37cde6;
    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: #37cde6;
    border-color: #37cde6;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-warning {
    color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f7e97a;
    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: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1556c;
    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: #f1556c;
    border-color: #f1556c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-light {
    color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light:hover {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f1f5f7;
    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: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-dark {
    color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #323a46;
    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: #323a46;
    border-color: #323a46;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:hover {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink.focus,
.btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #f672a7;
    background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-purple {
    color: #322976;
    border-color: #322976;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple.focus,
.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #322976;
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #3bafda;
    text-decoration: none;
}
.btn-link:hover {
    color: #2084a9;
    text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #98a6ad;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.28rem 0.8rem;
    font-size: 0.81rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.25rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #e7eef1;
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1367px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1.2rem;
    clear: both;
    font-weight: 400;
    color: #6c757d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #272e37;
    text-decoration: none;
    background-color: #f1f5f7;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #323a46;
    text-decoration: none;
    background-color: #f1f5f7;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #98a6ad;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.25rem 1.2rem;
    margin-bottom: 0;
    font-size: 0.81rem;
    color: inherit;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.375rem 1.2rem;
    color: #6c757d;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.45rem 0.9rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: add(1.5em, add(1rem, 2px, false));
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: add(1.5em, add(0.56rem, 2px, false));
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.28rem 0.8rem;
    font-size: 0.81rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.9rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.35rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #3bafda;
    background-color: #3bafda;
}
.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #b1bbc4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #d1ecf6;
    border-color: #d1ecf6;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #98a6ad;
}
.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #f1f5f7;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label:after {
    position: absolute;
    top: 0.175rem;
    left: -1.4rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #3bafda;
    background-color: #3bafda;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#fff' d='M0 2h4'/></svg>");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(59, 175, 218, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(59, 175, 218, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(59, 175, 218, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.175rem + 2px);
    left: calc(-2.25rem + 2px);
    width: subtract(1rem, 4px);
    height: subtract(1rem, 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(59, 175, 218, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: add(1.5em, add(0.9rem, 2px, false));
    padding: 0.45rem 1.9rem 0.45rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    vertical-align: middle;
    background: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.9rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #b1bbc4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-select:focus::-ms-value {
    color: #6c757d;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9rem;
    background-image: none;
}
.custom-select:disabled {
    color: #98a6ad;
    background-color: #f7f7f7;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: add(1.5em, add(0.56rem, 2px, false));
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
    padding-left: 0.8rem;
    font-size: 0.81rem;
}
.custom-select-lg {
    height: add(1.5em, add(1rem, 2px, false));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: add(1.5em, add(0.9rem, 2px, false));
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: add(1.5em, add(0.9rem, 2px, false));
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #b1bbc4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #f1f5f7;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: add(1.5em, add(0.9rem, 2px, false));
    padding: 0.45rem 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: add(1.5em, 0.9rem);
    padding: 0.45rem 0.9rem;
    line-height: 1.5;
    color: #6c757d;
    content: "Browse";
    background-color: #f7f7f7;
    border-left: inherit;
    border-radius: 0 0.2rem 0.2rem 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + 0.3rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f5f6f8, none;
    box-shadow: 0 0 0 1px #f5f6f8, none;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6f8, none;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f6f8, none;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3bafda;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #d1ecf6;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3bafda;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #d1ecf6;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    background-color: #3bafda;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #d1ecf6;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
/* 		2025/11/22 調整 頁籤樣式 */
	color: rgba(54, 66, 80, 0.5019607843);
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #98a6ad;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
/*     border: 1px solid transparent; */
/* 		2025/11/22 調整 頁籤樣式 */
	border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f7f7f7 #f7f7f7 #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #98a6ad;
    background-color: transparent;
    border-color: transparent;
}
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
/*         color: #fff; */
/*         background-color: #2eb6c7; */
/*         border-color: #2eb6c7; */
		
/* 		2025/11/22 調整 頁籤樣式 */
        color: #6c757d;
    	background-color: #fff;
    	border-color: #dee2e6 #dee2e6 #fff;
    	border-bottom: 5px solid #2eb6c7 !important;
    }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3bafda;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.33125rem;
    padding-bottom: 0.33125rem;
    margin-right: 1.5rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.15rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1366.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1367px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 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, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem;
}
.card-title {
    margin-bottom: 0.4rem;
}
.card-subtitle {
    margin-top: -0.2rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 0.4rem;
}
.card-header {
    padding: 0.4rem 0.4rem;
    margin-bottom: 0;
    background-color: #edeff1;
    border-bottom: 1px solid #e7eaed;
}
.card-header:first-child {
    border-radius: subtract(0.25rem, 1px) subtract(0.25rem, 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.4rem 0.4rem;
    background-color: #edeff1;
    border-top: 1px solid #e7eaed;
}
.card-footer:last-child {
    border-radius: 0 0 subtract(0.25rem, 1px) subtract(0.25rem, 1px);
}
.card-header-tabs {
    margin-right: -0.2rem;
    margin-bottom: -0.4rem;
    margin-left: -0.2rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: subtract(0.25rem, 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: subtract(0.25rem, 1px);
    border-top-right-radius: subtract(0.25rem, 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: subtract(0.25rem, 1px);
    border-bottom-left-radius: subtract(0.25rem, 1px);
}
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px;
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card .card-header {
    margin-bottom: -1px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ced4da;
    content: "\f0142";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #adb5bd;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #323a46;
    text-decoration: none;
    background-color: #f7f7f7;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.page-item.disabled .page-link {
    color: #98a6ad;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.81rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #3bafda;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #2494be;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #1abc9c;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #148f77;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #37cde6;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #1ab6d0;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.badge-warning {
    color: #343a40;
    background-color: #f7e97a;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #343a40;
    background-color: #f4e14a;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #f1556c;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ed2643;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.badge-light {
    color: #343a40;
    background-color: #f1f5f7;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #343a40;
    background-color: #d1dee4;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #323a46;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2128;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.badge-pink {
    color: #fff;
    background-color: #f672a7;
}
a.badge-pink:focus,
a.badge-pink:hover {
    color: #fff;
    background-color: #f34289;
}
a.badge-pink.focus,
a.badge-pink:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.badge-purple {
    color: #fff;
    background-color: #322976;
}
a.badge-purple:focus,
a.badge-purple:hover {
    color: #fff;
    background-color: #221c50;
}
a.badge-purple.focus,
a.badge-purple:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #edeff1;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.7rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #1f5b71;
    background-color: #d8eff8;
    border-color: #c8e9f5;
}
.alert-primary hr {
    border-top-color: #b2e0f1;
}
.alert-primary .alert-link {
    color: #143b49;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #0e6251;
    background-color: #d1f2eb;
    border-color: #bfece3;
}
.alert-success hr {
    border-top-color: #abe6da;
}
.alert-success .alert-link {
    color: #08352c;
}
.alert-info {
    color: #1d6b78;
    background-color: #d7f5fa;
    border-color: #c7f1f8;
}
.alert-info hr {
    border-top-color: #b0ebf5;
}
.alert-info .alert-link {
    color: #13464f;
}
.alert-warning {
    color: #80793f;
    background-color: #fdfbe4;
    border-color: #fdf9da;
}
.alert-warning hr {
    border-top-color: #fcf5c2;
}
.alert-warning .alert-link {
    color: #5e592e;
}
.alert-danger {
    color: #7d2c38;
    background-color: #fcdde2;
    border-color: #fbcfd6;
}
.alert-danger hr {
    border-top-color: #f9b7c2;
}
.alert-danger .alert-link {
    color: #571f27;
}
.alert-light {
    color: #7d7f80;
    background-color: #fcfdfd;
    border-color: #fbfcfd;
}
.alert-light hr {
    border-top-color: #eaeff5;
}
.alert-light .alert-link {
    color: #646566;
}
.alert-dark {
    color: #1a1e24;
    background-color: #d6d8da;
    border-color: #c6c8cb;
}
.alert-dark hr {
    border-top-color: #b9bbbf;
}
.alert-dark .alert-link {
    color: #050506;
}
.alert-pink {
    color: #803b57;
    background-color: #fde3ed;
    border-color: #fcd8e6;
}
.alert-pink hr {
    border-top-color: #fac0d7;
}
.alert-pink .alert-link {
    color: #5d2b3f;
}
.alert-purple {
    color: #1a153d;
    background-color: #d6d4e4;
    border-color: #c6c3d9;
}
.alert-purple hr {
    border-top-color: #b7b3cf;
}
.alert-purple .alert-link {
    color: #0a0817;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 0.75rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 0.75rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.75rem;
    overflow: hidden;
    font-size: 0.675rem;
    background-color: #eef0f2;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3bafda;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0.75rem 0.75rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #6c757d;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #6c757d;
    text-decoration: none;
    background-color: #f1f5f7;
}
.list-group-item-action:active {
    color: #6c757d;
    background-color: #f7f7f7;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #98a6ad;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1367px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #1f5b71;
    background-color: #c8e9f5;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1f5b71;
    background-color: #b2e0f1;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f5b71;
    border-color: #1f5b71;
}
.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: #0e6251;
    background-color: #bfece3;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0e6251;
    background-color: #abe6da;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0e6251;
    border-color: #0e6251;
}
.list-group-item-info {
    color: #1d6b78;
    background-color: #c7f1f8;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #1d6b78;
    background-color: #b0ebf5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1d6b78;
    border-color: #1d6b78;
}
.list-group-item-warning {
    color: #80793f;
    background-color: #fdf9da;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #80793f;
    background-color: #fcf5c2;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #80793f;
    border-color: #80793f;
}
.list-group-item-danger {
    color: #7d2c38;
    background-color: #fbcfd6;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7d2c38;
    background-color: #f9b7c2;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d2c38;
    border-color: #7d2c38;
}
.list-group-item-light {
    color: #7d7f80;
    background-color: #fbfcfd;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7d7f80;
    background-color: #eaeff5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7f80;
    border-color: #7d7f80;
}
.list-group-item-dark {
    color: #1a1e24;
    background-color: #c6c8cb;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1a1e24;
    background-color: #b9bbbf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1a1e24;
    border-color: #1a1e24;
}
.list-group-item-pink {
    color: #803b57;
    background-color: #fcd8e6;
}
.list-group-item-pink.list-group-item-action:focus,
.list-group-item-pink.list-group-item-action:hover {
    color: #803b57;
    background-color: #fac0d7;
}
.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #803b57;
    border-color: #803b57;
}
.list-group-item-purple {
    color: #1a153d;
    background-color: #c6c3d9;
}
.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #1a153d;
    background-color: #b7b3cf;
}
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #1a153d;
    border-color: #1a153d;
}
.close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0.2rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #323a46;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e5e8eb;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e5e8eb;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1367px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.9rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.4rem 0.8rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.2rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.81rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #dee2e6;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #dee2e6;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #dee2e6;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f1f5f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #dee2e6;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.7rem 0.8rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: #f1f5f7;
    border-bottom: 1px solid #e1e9ee;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.7rem 0.8rem;
    color: #6c757d;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #3bafda !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2494be !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #1abc9c !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #148f77 !important;
}
.bg-info {
    background-color: #37cde6 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #1ab6d0 !important;
}
.bg-warning {
    background-color: #f7e97a !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #f4e14a !important;
}
.bg-danger {
    background-color: #f1556c !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ed2643 !important;
}
.bg-light {
    background-color: #f1f5f7 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d1dee4 !important;
}
.bg-dark {
    background-color: #323a46 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2128 !important;
}
.bg-pink {
    background-color: #f672a7 !important;
}
a.bg-pink:focus,
a.bg-pink:hover,
button.bg-pink:focus,
button.bg-pink:hover {
    background-color: #f34289 !important;
}
.bg-purple {
    background-color: #322976 !important;
}
a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #221c50 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #e5e8eb !important;
}
.border-top {
    border-top: 1px solid #e5e8eb !important;
}
.border-right {
    border-right: 1px solid #e5e8eb !important;
}
.border-bottom {
    border-bottom: 1px solid #e5e8eb !important;
}
.border-left {
    border-left: 1px solid #e5e8eb !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: #3bafda !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #1abc9c !important;
}
.border-info {
    border-color: #37cde6 !important;
}
.border-warning {
    border-color: #f7e97a !important;
}
.border-danger {
    border-color: #f1556c !important;
}
.border-light {
    border-color: #f1f5f7 !important;
}
.border-dark {
    border-color: #323a46 !important;
}
.border-pink {
    border-color: #f672a7 !important;
}
.border-purple {
    border-color: #322976 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1367px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1367px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1367px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03) !important;
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03) !important;
}
.shadow {
    -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3) !important;
    box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.375rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.375rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.375rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.375rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.375rem !important;
}
.m-2 {
    margin: 0.75rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.75rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.75rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.75rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.75rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1.5rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1.5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1.5rem !important;
}
.m-4 {
    margin: 2.25rem !important;
}
.mt-4,
.my-4 {
    margin-top: 2.25rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 2.25rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 2.25rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 2.25rem !important;
}
.m-5 {
    margin: 4.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 4.5rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 4.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 4.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 4.5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.375rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.375rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.375rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.375rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.375rem !important;
}
.p-2 {
    padding: 0.75rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.75rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.75rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.75rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.75rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1.5rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1.5rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1.5rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1.5rem !important;
}
.p-4 {
    padding: 2.25rem !important;
}
.pt-4,
.py-4 {
    padding-top: 2.25rem !important;
}
.pr-4,
.px-4 {
    padding-right: 2.25rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 2.25rem !important;
}
.pl-4,
.px-4 {
    padding-left: 2.25rem !important;
}
.p-5 {
    padding: 4.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 4.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 4.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 4.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 4.5rem !important;
}
.m-n1 {
    margin: -0.375rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.375rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.375rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.375rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.375rem !important;
}
.m-n2 {
    margin: -0.75rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.75rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.75rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.75rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.75rem !important;
}
.m-n3 {
    margin: -1.5rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1.5rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1.5rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1.5rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1.5rem !important;
}
.m-n4 {
    margin: -2.25rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -2.25rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -2.25rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -2.25rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -2.25rem !important;
}
.m-n5 {
    margin: -4.5rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -4.5rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -4.5rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -4.5rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -4.5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.375rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.375rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.375rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.375rem !important;
    }
    .m-sm-2 {
        margin: 0.75rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.75rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.75rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.75rem !important;
    }
    .m-sm-3 {
        margin: 1.5rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1.5rem !important;
    }
    .m-sm-4 {
        margin: 2.25rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 2.25rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 2.25rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 2.25rem !important;
    }
    .m-sm-5 {
        margin: 4.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 4.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 4.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 4.5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.375rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.375rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.375rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.375rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.375rem !important;
    }
    .p-sm-2 {
        padding: 0.75rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.75rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.75rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.75rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.75rem !important;
    }
    .p-sm-3 {
        padding: 1.5rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1.5rem !important;
    }
    .p-sm-4 {
        padding: 2.25rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 2.25rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 2.25rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 2.25rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 2.25rem !important;
    }
    .p-sm-5 {
        padding: 4.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 4.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 4.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 4.5rem !important;
    }
    .m-sm-n1 {
        margin: -0.375rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.375rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.375rem !important;
    }
    .m-sm-n2 {
        margin: -0.75rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.75rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.75rem !important;
    }
    .m-sm-n3 {
        margin: -1.5rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n4 {
        margin: -2.25rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -2.25rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -2.25rem !important;
    }
    .m-sm-n5 {
        margin: -4.5rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -4.5rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -4.5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.375rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.375rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.375rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.375rem !important;
    }
    .m-md-2 {
        margin: 0.75rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.75rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.75rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.75rem !important;
    }
    .m-md-3 {
        margin: 1.5rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1.5rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5rem !important;
    }
    .m-md-4 {
        margin: 2.25rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 2.25rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 2.25rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 2.25rem !important;
    }
    .m-md-5 {
        margin: 4.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 4.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 4.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 4.5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.375rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.375rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.375rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.375rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.375rem !important;
    }
    .p-md-2 {
        padding: 0.75rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.75rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.75rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.75rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.75rem !important;
    }
    .p-md-3 {
        padding: 1.5rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5rem !important;
    }
    .p-md-4 {
        padding: 2.25rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 2.25rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 2.25rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2.25rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 2.25rem !important;
    }
    .p-md-5 {
        padding: 4.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 4.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 4.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 4.5rem !important;
    }
    .m-md-n1 {
        margin: -0.375rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.375rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.375rem !important;
    }
    .m-md-n2 {
        margin: -0.75rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.75rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.75rem !important;
    }
    .m-md-n3 {
        margin: -1.5rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1.5rem !important;
    }
    .m-md-n4 {
        margin: -2.25rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -2.25rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -2.25rem !important;
    }
    .m-md-n5 {
        margin: -4.5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -4.5rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -4.5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.375rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.375rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.375rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.375rem !important;
    }
    .m-lg-2 {
        margin: 0.75rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.75rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.75rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.75rem !important;
    }
    .m-lg-3 {
        margin: 1.5rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5rem !important;
    }
    .m-lg-4 {
        margin: 2.25rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2.25rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2.25rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2.25rem !important;
    }
    .m-lg-5 {
        margin: 4.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.375rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.375rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.375rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.375rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.375rem !important;
    }
    .p-lg-2 {
        padding: 0.75rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.75rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.75rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.75rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.75rem !important;
    }
    .p-lg-3 {
        padding: 1.5rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 2.25rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2.25rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2.25rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2.25rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2.25rem !important;
    }
    .p-lg-5 {
        padding: 4.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4.5rem !important;
    }
    .m-lg-n1 {
        margin: -0.375rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.375rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.375rem !important;
    }
    .m-lg-n2 {
        margin: -0.75rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.75rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.75rem !important;
    }
    .m-lg-n3 {
        margin: -1.5rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n4 {
        margin: -2.25rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -2.25rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -2.25rem !important;
    }
    .m-lg-n5 {
        margin: -4.5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -4.5rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -4.5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1367px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.375rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.375rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.375rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.375rem !important;
    }
    .m-xl-2 {
        margin: 0.75rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.75rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.75rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.75rem !important;
    }
    .m-xl-3 {
        margin: 1.5rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1.5rem !important;
    }
    .m-xl-4 {
        margin: 2.25rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 2.25rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 2.25rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 2.25rem !important;
    }
    .m-xl-5 {
        margin: 4.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 4.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 4.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 4.5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.375rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.375rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.375rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.375rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.375rem !important;
    }
    .p-xl-2 {
        padding: 0.75rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.75rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.75rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.75rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.75rem !important;
    }
    .p-xl-3 {
        padding: 1.5rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1.5rem !important;
    }
    .p-xl-4 {
        padding: 2.25rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 2.25rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 2.25rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 2.25rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 2.25rem !important;
    }
    .p-xl-5 {
        padding: 4.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 4.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 4.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 4.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 4.5rem !important;
    }
    .m-xl-n1 {
        margin: -0.375rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.375rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.375rem !important;
    }
    .m-xl-n2 {
        margin: -0.75rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.75rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.75rem !important;
    }
    .m-xl-n3 {
        margin: -1.5rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n4 {
        margin: -2.25rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -2.25rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -2.25rem !important;
    }
    .m-xl-n5 {
        margin: -4.5rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -4.5rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -4.5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 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: 1367px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #3bafda !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #2084a9 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #1abc9c !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #117964 !important;
}
.text-info {
    color: #37cde6 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #17a2b9 !important;
}
.text-warning {
    color: #f7e97a !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #f3dd32 !important;
}
.text-danger {
    color: #f1556c !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #e71332 !important;
}
.text-light {
    color: #f1f5f7 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #c0d2db !important;
}
.text-dark {
    color: #323a46 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121519 !important;
}
.text-pink {
    color: #f672a7 !important;
}
a.text-pink:focus,
a.text-pink:hover {
    color: #f12a7a !important;
}
.text-purple {
    color: #322976 !important;
}
a.text-purple:focus,
a.text-purple:hover {
    color: #1a153d !important;
}
.text-body {
    color: #6c757d !important;
}
.text-muted {
    color: #98a6ad !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #edeff1;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #edeff1;
    }
}
.custom-accordion .accordion-arrow {
    font-size: 1.2rem;
    position: absolute;
    right: 0;
}
.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\f0142";
}
.badge {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-primary {
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-primary[href]:focus,
.badge-soft-primary[href]:hover {
    color: #3bafda;
    text-decoration: none;
    background-color: rgba(59, 175, 218, 0.4);
}
.badge-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-secondary[href]:focus,
.badge-soft-secondary[href]:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, 0.4);
}
.badge-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-success[href]:focus,
.badge-soft-success[href]:hover {
    color: #1abc9c;
    text-decoration: none;
    background-color: rgba(26, 188, 156, 0.4);
}
.badge-soft-info {
    color: #37cde6;
    background-color: rgba(55, 205, 230, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-info[href]:focus,
.badge-soft-info[href]:hover {
    color: #37cde6;
    text-decoration: none;
    background-color: rgba(55, 205, 230, 0.4);
}
.badge-soft-warning {
    color: #f7e97a;
    background-color: rgba(247, 233, 122, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-warning[href]:focus,
.badge-soft-warning[href]:hover {
    color: #f7e97a;
    text-decoration: none;
    background-color: rgba(247, 233, 122, 0.4);
}
.badge-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-danger[href]:focus,
.badge-soft-danger[href]:hover {
    color: #f1556c;
    text-decoration: none;
    background-color: rgba(241, 85, 108, 0.4);
}
.badge-soft-light {
    color: #f1f5f7;
    background-color: rgba(241, 245, 247, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-light[href]:focus,
.badge-soft-light[href]:hover {
    color: #f1f5f7;
    text-decoration: none;
    background-color: rgba(241, 245, 247, 0.4);
}
.badge-soft-dark {
    color: #323a46;
    background-color: rgba(50, 58, 70, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-dark[href]:focus,
.badge-soft-dark[href]:hover {
    color: #323a46;
    text-decoration: none;
    background-color: rgba(50, 58, 70, 0.4);
}
.badge-soft-pink {
    color: #f672a7;
    background-color: rgba(246, 114, 167, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-pink[href]:focus,
.badge-soft-pink[href]:hover {
    color: #f672a7;
    text-decoration: none;
    background-color: rgba(246, 114, 167, 0.4);
}
.badge-soft-purple {
    color: #322976;
    background-color: rgba(50, 41, 118, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-soft-purple[href]:focus,
.badge-soft-purple[href]:hover {
    color: #322976;
    text-decoration: none;
    background-color: rgba(50, 41, 118, 0.4);
}
.badge-outline-primary {
    color: #3bafda;
    border: 1px solid #3bafda;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-primary[href]:focus,
.badge-outline-primary[href]:hover {
    color: #3bafda;
    text-decoration: none;
    background-color: rgba(59, 175, 218, 0.2);
}
.badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-secondary[href]:focus,
.badge-outline-secondary[href]:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, 0.2);
}
.badge-outline-success {
    color: #1abc9c;
    border: 1px solid #1abc9c;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-success[href]:focus,
.badge-outline-success[href]:hover {
    color: #1abc9c;
    text-decoration: none;
    background-color: rgba(26, 188, 156, 0.2);
}
.badge-outline-info {
    color: #37cde6;
    border: 1px solid #37cde6;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-info[href]:focus,
.badge-outline-info[href]:hover {
    color: #37cde6;
    text-decoration: none;
    background-color: rgba(55, 205, 230, 0.2);
}
.badge-outline-warning {
    color: #f7e97a;
    border: 1px solid #f7e97a;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-warning[href]:focus,
.badge-outline-warning[href]:hover {
    color: #f7e97a;
    text-decoration: none;
    background-color: rgba(247, 233, 122, 0.2);
}
.badge-outline-danger {
    color: #f1556c;
    border: 1px solid #f1556c;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-danger[href]:focus,
.badge-outline-danger[href]:hover {
    color: #f1556c;
    text-decoration: none;
    background-color: rgba(241, 85, 108, 0.2);
}
.badge-outline-light {
    color: #f1f5f7;
    border: 1px solid #f1f5f7;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-light[href]:focus,
.badge-outline-light[href]:hover {
    color: #f1f5f7;
    text-decoration: none;
    background-color: rgba(241, 245, 247, 0.2);
}
.badge-outline-dark {
    color: #323a46;
    border: 1px solid #323a46;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-dark[href]:focus,
.badge-outline-dark[href]:hover {
    color: #323a46;
    text-decoration: none;
    background-color: rgba(50, 58, 70, 0.2);
}
.badge-outline-pink {
    color: #f672a7;
    border: 1px solid #f672a7;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-pink[href]:focus,
.badge-outline-pink[href]:hover {
    color: #f672a7;
    text-decoration: none;
    background-color: rgba(246, 114, 167, 0.2);
}
.badge-outline-purple {
    color: #322976;
    border: 1px solid #322976;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badge-outline-purple[href]:focus,
.badge-outline-purple[href]:hover {
    color: #322976;
    text-decoration: none;
    background-color: rgba(50, 41, 118, 0.2);
}
.bg-soft-primary {
    background-color: rgba(59, 175, 218, 0.25) !important;
}
.bg-soft-secondary {
    background-color: rgba(108, 117, 125, 0.25) !important;
}
.bg-soft-success {
    background-color: rgba(26, 188, 156, 0.25) !important;
}
.bg-soft-info {
    background-color: rgba(55, 205, 230, 0.25) !important;
}
.bg-soft-warning {
    background-color: rgba(247, 233, 122, 0.25) !important;
}
.bg-soft-danger {
    background-color: rgba(241, 85, 108, 0.25) !important;
}
.bg-soft-light {
    background-color: rgba(241, 245, 247, 0.25) !important;
}
.bg-soft-dark {
    background-color: rgba(50, 58, 70, 0.25) !important;
}
.bg-soft-pink {
    background-color: rgba(246, 114, 167, 0.25) !important;
}
.bg-soft-purple {
    background-color: rgba(50, 41, 118, 0.25) !important;
}
.bg-ghost {
    opacity: 0.4;
}
.breadcrumb-item > a {
    color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item:before {
    font-family: "icomoon";
    content: "/";
}
.btn-primary {
    -webkit-box-shadow: 0 0 0 rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 rgba(59, 175, 218, 0.5);
}
.btn-secondary {
    -webkit-box-shadow: 0 0 0 rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-success {
    -webkit-box-shadow: 0 0 0 rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 rgba(26, 188, 156, 0.5);
}
.btn-info {
    -webkit-box-shadow: 0 0 0 rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 rgba(55, 205, 230, 0.5);
}
.btn-warning {
    -webkit-box-shadow: 0 0 0 rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 rgba(247, 233, 122, 0.5);
}
.btn-danger {
    -webkit-box-shadow: 0 0 0 rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 rgba(241, 85, 108, 0.5);
}
.btn-light {
    -webkit-box-shadow: 0 0 0 rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 rgba(241, 245, 247, 0.5);
}
.btn-dark {
    -webkit-box-shadow: 0 0 0 rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 rgba(50, 58, 70, 0.5);
}
.btn-pink {
    -webkit-box-shadow: 0 0 0 rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 rgba(246, 114, 167, 0.5);
}
.btn-purple {
    -webkit-box-shadow: 0 0 0 rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 rgba(50, 41, 118, 0.5);
}
.btn .mdi:before {
    margin-top: -1px;
}
.btn i {
    display: inline-block;
}
.btn-rounded {
    border-radius: 2em;
}
.btn-light,
.btn-white {
    color: #323a46;
}
.btn-white {
    border-color: #dee2e6;
}
.btn-white:focus,
.btn-white:hover {
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-white.focus,
.btn-white:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(222, 226, 230, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(222, 226, 230, 0.3);
}
.btn-link {
    font-weight: 400;
    color: #3bafda;
    background-color: transparent;
}
.btn-link:hover {
    color: #2084a9;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #98a6ad;
    pointer-events: none;
}
.btn-outline-primary {
    color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3bafda;
    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: #3bafda;
    border-color: #3bafda;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1abc9c;
    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: #1abc9c;
    border-color: #1abc9c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-info {
    color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #37cde6;
    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: #37cde6;
    border-color: #37cde6;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-warning {
    color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f7e97a;
    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: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1556c;
    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: #f1556c;
    border-color: #f1556c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-light {
    color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light:hover {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f1f5f7;
    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: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-dark {
    color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #323a46;
    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: #323a46;
    border-color: #323a46;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:hover {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink.focus,
.btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #f672a7;
    background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-purple {
    color: #322976;
    border-color: #322976;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple.focus,
.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #322976;
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-label {
    margin: -0.55rem 0.9rem -0.55rem -0.9rem;
    padding: 0.6rem 0.9rem;
    background-color: rgba(50, 58, 70, 0.1);
}
.btn-label-right {
    margin: -0.45rem -0.9rem -0.45rem 0.9rem;
    padding: 0.45rem 0.9rem;
    background-color: rgba(50, 58, 70, 0.1);
    display: inline-block;
}
.btn-xs {
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    border-radius: 0.15rem;
}
.btn-soft-primary {
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.18);
    border-color: rgba(59, 175, 218, 0.12);
}
.btn-soft-primary:hover {
    color: #fff;
    background-color: #3bafda;
}
.btn-soft-primary.focus,
.btn-soft-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.3);
}
.btn-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.18);
    border-color: rgba(108, 117, 125, 0.12);
}
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #6c757d;
}
.btn-soft-secondary.focus,
.btn-soft-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.3);
}
.btn-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, 0.18);
    border-color: rgba(26, 188, 156, 0.12);
}
.btn-soft-success:hover {
    color: #fff;
    background-color: #1abc9c;
}
.btn-soft-success.focus,
.btn-soft-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.3);
}
.btn-soft-info {
    color: #37cde6;
    background-color: rgba(55, 205, 230, 0.18);
    border-color: rgba(55, 205, 230, 0.12);
}
.btn-soft-info:hover {
    color: #fff;
    background-color: #37cde6;
}
.btn-soft-info.focus,
.btn-soft-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.3);
}
.btn-soft-warning {
    color: #f7e97a;
    background-color: rgba(247, 233, 122, 0.18);
    border-color: rgba(247, 233, 122, 0.12);
}
.btn-soft-warning:hover {
    color: #fff;
    background-color: #f7e97a;
}
.btn-soft-warning.focus,
.btn-soft-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.3);
}
.btn-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, 0.18);
    border-color: rgba(241, 85, 108, 0.12);
}
.btn-soft-danger:hover {
    color: #fff;
    background-color: #f1556c;
}
.btn-soft-danger.focus,
.btn-soft-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.3);
}
.btn-soft-light {
    color: #f1f5f7;
    background-color: rgba(241, 245, 247, 0.18);
    border-color: rgba(241, 245, 247, 0.12);
}
.btn-soft-light:hover {
    color: #fff;
    background-color: #f1f5f7;
}
.btn-soft-light.focus,
.btn-soft-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.3);
}
.btn-soft-dark {
    color: #323a46;
    background-color: rgba(50, 58, 70, 0.18);
    border-color: rgba(50, 58, 70, 0.12);
}
.btn-soft-dark:hover {
    color: #fff;
    background-color: #323a46;
}
.btn-soft-dark.focus,
.btn-soft-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.3);
}
.btn-soft-pink {
    color: #f672a7;
    background-color: rgba(246, 114, 167, 0.18);
    border-color: rgba(246, 114, 167, 0.12);
}
.btn-soft-pink:hover {
    color: #fff;
    background-color: #f672a7;
}
.btn-soft-pink.focus,
.btn-soft-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.3);
}
.btn-soft-purple {
    color: #322976;
    background-color: rgba(50, 41, 118, 0.18);
    border-color: rgba(50, 41, 118, 0.12);
}
.btn-soft-purple:hover {
    color: #fff;
    background-color: #322976;
}
.btn-soft-purple.focus,
.btn-soft-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.3);
}
.btn-bordered-primary {
    background-color: #3bafda;
    color: #fff !important;
    border-bottom: 2px solid #2494be;
}
.btn-bordered-primary.focus,
.btn-bordered-primary:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-bordered-secondary {
    background-color: #6c757d;
    color: #fff !important;
    border-bottom: 2px solid #545b62;
}
.btn-bordered-secondary.focus,
.btn-bordered-secondary:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-bordered-success {
    background-color: #1abc9c;
    color: #fff !important;
    border-bottom: 2px solid #148f77;
}
.btn-bordered-success.focus,
.btn-bordered-success:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-bordered-info {
    background-color: #37cde6;
    color: #fff !important;
    border-bottom: 2px solid #1ab6d0;
}
.btn-bordered-info.focus,
.btn-bordered-info:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-bordered-warning {
    background-color: #f7e97a;
    color: #fff !important;
    border-bottom: 2px solid #f4e14a;
}
.btn-bordered-warning.focus,
.btn-bordered-warning:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-bordered-danger {
    background-color: #f1556c;
    color: #fff !important;
    border-bottom: 2px solid #ed2643;
}
.btn-bordered-danger.focus,
.btn-bordered-danger:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-bordered-light {
    background-color: #f1f5f7;
    color: #fff !important;
    border-bottom: 2px solid #d1dee4;
}
.btn-bordered-light.focus,
.btn-bordered-light:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-bordered-dark {
    background-color: #323a46;
    color: #fff !important;
    border-bottom: 2px solid #1d2128;
}
.btn-bordered-dark.focus,
.btn-bordered-dark:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-bordered-pink {
    background-color: #f672a7;
    color: #fff !important;
    border-bottom: 2px solid #f34289;
}
.btn-bordered-pink.focus,
.btn-bordered-pink:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-bordered-purple {
    background-color: #322976;
    color: #fff !important;
    border-bottom: 2px solid #221c50;
}
.btn-bordered-purple.focus,
.btn-bordered-purple:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.fileupload {
    overflow: hidden;
    position: relative;
}
.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-light {
    background-color: white;
    border: 1px solid #ced4da;
}
.btn-outline-light {
    color: black;
    background-color: white;
    border: 1px solid #ced4da;
}
.btn-outline-warning {
    color: #f7e97a;
    border: 1px solid #f7e97a;
}
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
}
.card-drop {
    font-size: 20px;
    line-height: 0;
    color: inherit;
}
.card-widgets {
    float: right;
    height: 16px;
}
.card-widgets > a {
    color: inherit;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.card-widgets > a.collapsed i:before {
    content: "\f0415";
}
.card-header,
.card-title {
    margin-top: 0;
}
.card-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.8);
    cursor: progress;
}
.card-disabled .card-portlets-loader {
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    margin-left: -12px;
    margin-top: -12px;
}
.header-title {
    font-size: 1.25rem;
    margin: 0 0 7px 0;
    font-weight: 500;
}
.sub-header {
    font-size: 0.875rem;
    margin-bottom: 24px;
    color: #98a6ad;
}
.dropdown-menu {
    -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    margin: 0;
    position: absolute;
    z-index: 99990;
}
.dropdown-menu i {
    display: inline-block;
}
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    top: auto !important;
    -webkit-animation: none !important;
    animation: none !important;
}
@media (min-width: 600px) {
    .dropdown-lg {
        width: 320px;
    }
}
.dropdown-mega {
    position: static !important;
}
.dropdown-megamenu {
    padding: 20px;
    left: 20px !important;
    right: 20px !important;
    background-image: url("../images/megamenu-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.megamenu-list li {
    padding: 5px 20px 5px 15px;
    position: relative;
}
.megamenu-list li a {
    color: #6c757d;
}
.megamenu-list li a:hover {
    color: #3bafda;
}
.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #6c757d;
}
.dropdown-icon-item img {
    height: 24px;
}
.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-icon-item:hover {
    background-color: #f1f5f7;
    color: #272e37;
}
@media (min-width: 992px) {
    .dropdown-mega-menu-xl {
        width: 40rem;
    }
    .dropdown-mega-menu-lg {
        width: 26rem;
    }
}
label {
    margin-bottom: 0.35rem;
}
.form-row {
    margin-left: 0px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
select.form-control {
    -webkit-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff
        url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='12' height='12' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(50,42,118)'/></g></svg>")
        no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px !important;
    padding-left: 10px !important;
    color: #9aa0a7;
}
select.form-control:focus {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.checkbox label,
.radio label {
    font-weight: normal;
}
.custom-select,
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control-light {
    background-color: #f3f7f9 !important;
    border-color: #f3f7f9 !important;
}
input.form-control[type="color"],
input.form-control[type="range"] {
    min-height: 39px;
}
.custom-select.is-invalid:focus,
.custom-select.is-valid:focus,
.custom-select:invalid:focus,
.custom-select:valid:focus,
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control:invalid:focus,
.form-control:valid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-control-label {
    cursor: pointer;
    margin-bottom: 25px;
}
.comment-area-box .form-control {
    border-color: #dee2e6;
    border-radius: 0.2rem 0.2rem 0 0;
}
.comment-area-box .comment-area-btn {
    background-color: #f1f5f7;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.2rem 0.2rem;
}
.search-bar .form-control {
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 30px;
}
.search-bar span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: add(1.5em, add(0.9rem, 2px, false));
    left: 13px;
    top: 0;
    color: #98a6ad;
}
.password-eye:before {
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1.2;
    font-size: 16px;
}
.show-password .password-eye:before {
    content: "\e86e";
}
select[multiple] option + option,
select[size] option + option {
    margin-top: 1px;
}
select[multiple] option,
select[size] option {
    padding: 6px 12px;
    border-radius: 2px;
}
.rim {
    padding: 8px 8px 0px 8px;
    background-color: #fff;
    border: 1px solid rgba(54, 66, 80, 0.1019607843);
    border-radius: 8px;
    clear: both;
}
.rim:nth-child(n + 2) {
    margin-top: 16px;
}
.rim.result {
    padding: 0;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
    border: 0;
}
.rim.has-collapse {
    padding-top: 0;
}
.rim.has-collapse a.table-tit.collapsed {
    margin-bottom: 0;
}
.rim .scroll_table,
.rim .table-responsive {
    border-radius: 0.25rem;
}
.rim .scroll_table .paginator,
.rim .table-responsive .paginator {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -5px;
    display: table;
    width: 100%;
}
.rim .scroll_table .paginator .rl_bt,
.rim .table-responsive .paginator .rl_bt {
    margin-top: -4px;
}
.rim .scroll_table .paginator .ct_bt,
.rim .table-responsive .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.rim .scroll_table .paginator i,
.rim .table-responsive .paginator i {
    font-size: 0.9rem;
}
.rim .scroll_table .paginator span,
.rim .table-responsive .paginator span {
    color: #364250;
    font-weight: 400;
}
.rim .paginator {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -5px;
    display: table;
    width: 100%;
}
.rim .paginator .rl_bt {
    margin-top: -4px;
}
.rim .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.rim .paginator i {
    font-size: 0.9rem;
}
.rim .paginator span {
    color: #364250;
    font-weight: 400;
}
.rim .edit-form {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #fff;
    margin-bottom: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.rim .edit-form + .edit-form {
    margin-top: 10px;
}
.rim .tb-single-rwd {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0px;
}
.rim .tb-single-rwd + .collapse,
.rim .tb-single-rwd + .tb-single-rwd {
    border-top: 1px solid #f7f7f7;
}
.rim .tb-single-rwd p {
    margin-bottom: 0;
}
.rim .tb-single-rwd:last-child {
    margin-bottom: 0;
}
.rim .tb-single-rwd > .td {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    background: #fff;
}
.rim .tb-single-rwd > .td span.only-txt {
    display: inline-block;
    padding-top: 11px;
}
.rim .tb-single-rwd > .td .checkbox,
.rim .tb-single-rwd > .td .radio {
}
.rim .tb-single-rwd > .td.hd {
    vertical-align: middle;
    color: #364250;
    padding-right: 12px;
    padding-left: 5px;
    text-align: right;
    background: rgba(33, 42, 52, 0.1);
    border-right: 1px solid #f7f7f7;
    background-blend-mode: overlay;
    width: 16%;
}
.rim .tb-single-rwd > .td.hd.hd-fixed {
    width: 150px;
}
.rim .tb-single-rwd > .td.hd + .td + .hd {
    border-left: 1px solid #f7f7f7;
}
.rim .tb-single-rwd > .td.col-3 {
}
.rim .tb-single-rwd > .td .radio {
    margin-top: 5px;
}
.rim .tb-single-rwd.gap:after {
    display: table-cell;
    content: "";
    width: 50%;
}
.rim .tb-single-rwd.gap1:after {
    display: table-cell;
    content: "";
    width: 40%;
}
.rim .tb-single-rwd .td.ct.vmid {
    padding: 0 6px;
}
.rim .tb-single-rwd.result {
    margin-bottom: 0;
    border-bottom: 1px solid #2eb6c7;
}
.rim .tb-single-rwd.result:last-child {
    border-bottom: 0;
}
.rim .tb-single-rwd.result > .td {
    padding: 13px;
}
.rim .tb-single-rwd.result .hd + .td + .hd {
    border-left: 1px solid #2eb6c7;
}
.rim .form-group {
    margin-bottom: 0;
}
.rim .form-group p {
    margin-bottom: 0;
}
.rim .form-group .bootstrap-select {
    position: relative;
    top: 0px !important;
}
.rim .form-group .help-block {
    text-align: left;
    display: none !important;
    font-size: 0.75rem;
    font-weight: 400;
    padding-top: 5px;
}
.rim .form-group.has-error .help-block {
    margin-bottom: -3px;
    display: block !important;
    color: #fd0000;
}
.rim .form-group ul {
    list-style-type: none;
    margin: 0;
}
.rim .form-control {
    border-radius: 4px;
    padding: 0.48rem 1rem !important;
}
.inline-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}
.inline-table li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
span.star {
    color: #f1556c;
    display: inline-block;
}
input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: "icomoon";
    content: "\e9c2";
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 12px;
    color: #212a34;
}
.i-date,
.i-time {
    position: relative;
    z-index: 9999 !important;
}
.i-date input[type="date"]::-webkit-calendar-picker-indicator,
.i-date input[type="month"]::-webkit-calendar-picker-indicator,
.i-date input[type="time"]::-webkit-calendar-picker-indicator,
.i-date input[type="week"]::-webkit-calendar-picker-indicator,
.i-time input[type="date"]::-webkit-calendar-picker-indicator,
.i-time input[type="month"]::-webkit-calendar-picker-indicator,
.i-time input[type="time"]::-webkit-calendar-picker-indicator,
.i-time input[type="week"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.i-date input[type="date"]:before,
.i-date input[type="month"]:before,
.i-date input[type="time"]:before,
.i-date input[type="week"]:before,
.i-time input[type="date"]:before,
.i-time input[type="month"]:before,
.i-time input[type="time"]:before,
.i-time input[type="week"]:before {
    display: none;
}
.i-date:before,
.i-time:before {
    display: inline-block;
    font-family: "icomoon";
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 12px;
    color: #212a34;
    pointer-events: none;
}
.i-date:before {
    content: "\e9c2";
}
.i-time:before {
    content: "\e9d0";
}
.input-icons {
    width: 100%;
    position: relative;
    left: 0;
}
.input-icons i {
    color: #212a34;
    position: absolute;
    right: 0;
    top: 2px;
}
.icon {
    padding: 10px;
    min-width: 40px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table-striped tbody tr:nth-of-type(2n) {
    background-color: #f1f5f7 !important;
}
h2.table-tit {
    display: block;
    font-size: 1.25rem;
    padding: 0;
    padding-top: 10px;
    position: relative;
    color: #212a34;
    margin: 0px;
    text-align: left;
    line-height: normal !important;
    clear: both;
    margin-bottom: 10px;
}
h2.table-tit:nth-child(n + 2) {
    padding-bottom: 15px;
}
h2.table-tit .btn-item {
    display: inline-block;
}
h2.table-tit > span.btn-reload {
    float: right;
    font-size: 1rem;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #212a34;
    background-color: #364250;
    color: #fff;
    font-weight: bolder;
}
h2.table-tit > span.btn-reload .time {
    color: #f4067d;
    font-weight: bolder;
    font-family: Roboto-bold;
    text-shadow: #fff 0px 2px, #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -1.4px -1.4px, #fff 1.4px 1.4px, #fff 1.4px -1.4px, #fff -1.4px 1.4px;
}
h2.table-tit strong.num {
    font-family: Roboto-Bold;
    font-size: 2rem;
    color: #fc8e5e;
    display: inline-block;
    padding: 0 5px;
}
h2.table-tit > .btn-group {
    position: relative;
    margin-top: -10px;
}
h2.table-tit > .btn-group .btn {
    padding: 6px 15px;
    border-radius: 30px !important;
    margin-left: 10px;
}
h2.table-tit > .btn-group .btn i {
    position: relative;
    top: 1px;
}
h2.table-tit > .btn-group.pull-right {
    position: relative;
}
h2.table-tit .float-right {
    position: relative;
    top: -5px;
}
h2.table-tit .float-right .form-control {
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    border: 0;
}
.gap10 {
    padding: 0 8px;
}
.gap10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.tb-single-rwd > .td .radio {
    margin-top: 5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.table thead th {
    border-radius: 0;
}
.table thead th.next,
.table thead th.prev {
    border-radius: 0;
}
.table thead th.next:hover,
.table thead th.prev:hover {
    color: #212a34;
    background-color: rgba(33, 42, 52, 0.1);
}
.datepicker-switch:hover {
    color: #212a34;
    background-color: rgba(33, 42, 52, 0.1);
}
@media (max-width: 767px) {
    .rim .tb-single-rwd {
        display: block;
        margin-bottom: 0;
    }
    .rim .tb-single-rwd > .td {
        display: block;
        margin-bottom: 0px;
        width: 100%;
    }
    .rim .tb-single-rwd > .td.col-3 {
        width: 100%;
    }
    .rim .tb-single-rwd > .td.gap {
        border-right: 1px solid #ced4da;
    }
    .rim .tb-single-rwd > .td.gap + .td {
        display: none;
    }
    .rim .tb-single-rwd .td.hd {
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 5px 10px;
        border-right: 0;
        border-left: 0;
    }
    .rim .tb-single-rwd + .tb-single-rwd {
        border-top: 0;
    }
}
.bootstrap-select .dropdown-item:hover {
    background-color: rgba(46, 182, 199, 0.1) !important;
}
.bootstrap-select .dropdown-item.active {
    background-color: rgba(46, 182, 199, 0.1) !important;
    color: #364250;
}
.bootstrap-select.form-control {
    padding: 0 !important;
}
.dz-message ul li.icloud-box {
    border-radius: 4px;
    border: 1px solid #ced4da;
}
.dz-message ul li.icloud-box p {
    padding-left: 10px;
}
.modal-title {
    margin-top: 0;
}
.modal-full-width {
    width: 95%;
    max-width: none;
}
.modal-top {
    margin: 0 auto;
}
.modal-right {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(25%, 0) !important;
    transform: translate(25%, 0) !important;
}
.modal-right button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.modal.show .modal-right {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin: 0 auto;
    -ms-flex-line-pack: center;
    align-content: center;
}
.modal-colored-header {
    color: #fff;
    border-radius: 0;
}
.modal-colored-header .close {
    color: #fff !important;
}
.modal-demo {
    background-color: #fff;
    width: 600px !important;
    border-radius: 4px;
    display: none;
    position: relative;
    overflow: hidden;
}
.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f1f5f7;
}
@media (max-width: 768px) {
    .modal-demo {
        width: 96% !important;
    }
}
.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #3bafda;
    color: #fff;
    text-align: left;
    margin: 0;
}
.custom-modal-text {
    padding: 20px;
}
.custombox-modal-wrapper {
    text-align: left;
}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}
.nav-pills > li > a,
.nav-tabs > li > a {
    color: rgba(54, 66, 80, 0.5019607843);
    font-weight: 400;
}
.nav-pills > a {
    color: #6c757d;
    font-weight: 400;
}
.nav-tabs .nav-link > .active {
    color: #364250;
    font-weight: 400;
}
.navtab-bg .nav-link {
    background-color: #edeff1;
    margin: 0 5px;
}
.nav-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}
.nav-bordered .nav-item {
    margin-bottom: -2px;
}
.nav-bordered li a {
    border: 0 !important;
    padding: 10px 20px;
}
.nav-bordered a.active {
    border-bottom: 2px solid #2eb6c7 !important;
}
.pagination-rounded .page-link {
    margin: 0 3px;
    border: none;
    background-color: #212a34;
    border-color: #212a34;
}
.popover-header {
    margin-top: 0;
}
.progress-sm {
    height: 5px;
}
.progress-md {
    height: 8px;
}
.progress-lg {
    height: 12px;
}
.progress-xl {
    height: 15px;
}
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.progress-vertical .progress-bar {
    width: 100%;
}
.progress-vertical.progress-xl {
    width: 15px;
}
.progress-vertical.progress-lg {
    width: 12px;
}
.progress-vertical.progress-md {
    width: 8px;
}
.progress-vertical.progress-sm {
    width: 5px;
}
.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.progress-vertical-bottom.progress-xl {
    width: 15px;
}
.progress-vertical-bottom.progress-lg {
    width: 12px;
}
.progress-vertical-bottom.progress-md {
    width: 8px;
}
.progress-vertical-bottom.progress-sm {
    width: 5px;
}
body.loading {
    visibility: hidden;
    opacity: 0;
}
label {
    font-weight: 600;
}
button:focus {
    outline: none;
}
b,
strong {
    font-weight: 500;
}
.blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 4px solid #dee2e6;
    font-size: 16px;
}
.blockquote.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #dee2e6;
    text-align: right;
}
body.has-page-loading .page-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-loading {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: none;
    z-index: 99999999 !important;
}
.page-loading p:before {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: url(../images/loading.svg) no-repeat;
    display: inline-block;
    content: "";
    position: absolute;
    top: 38%;
    right: 50%;
    margin-right: -34px;
}
th {
    font-weight: 600;
}
.table-centered td,
.table-centered th {
    vertical-align: middle !important;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}
.table .table-user img {
    height: 30px;
    width: 30px;
}
.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
.action-icon:hover {
    color: #6c757d;
}
.table {
    border: none;
    margin-bottom: 0;
    color: #364250;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e7e9ea;
    background-color: rgba(54, 66, 80, 0.0588235294);
    color: #364250;
    padding: 8px;
    font-weight: 400;
}
.table td {
    padding: 8px;
}
.table .div-tb {
    display: table;
    width: 100%;
}
.table .div-tb .div-tb .td {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
    line-height: 25px;
}
.table .paginator {
    padding: 0px;
    padding-top: 10px;
    border-top: 0;
}
.table .paginator i {
    position: relative;
    font-size: 13px;
    z-index: 1;
}
.table .paginator .btn {
    padding: 4px 10px 2px 10px;
    background: transparent;
}
.table .paginator .btn-group-sm > .btn,
.table .paginator .btn.btn-sm {
    position: relative;
    top: -2px;
}
.table .paginator .btn-group-sm > .btn:after,
.table .paginator .btn.btn-sm:after {
    display: inline-block;
    opacity: 0;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 8px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
    left: 2px;
    top: -1px;
}
.table .paginator .btn-group-sm > .btn:hover,
.table .paginator .btn.btn-sm:hover {
    color: #364250;
}
.table .paginator .btn-group-sm > .btn:hover:after,
.table .paginator .btn.btn-sm:hover:after {
    opacity: 1;
}
.table .paginator span.p-info {
    color: #364250;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.4rem;
}
.table-responsive .table-dark td,
.table-responsive .table-dark th {
    color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
    color: #343a40;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semibold {
    font-weight: 600;
}
body {
    background-color: #f4f4f4;
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande" !important;
    line-height: 1.5;
    padding-bottom: 0;
    font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande" !important;
}
h1 {
    margin-bottom: 1rem;
}
ul {
    list-style-type: none;
}
i {
    font-size: 1.1rem;
}
select {
    border: 1px solid rgba(54, 66, 80, 0.2) !important;
}
select:disabled {
    background-color: rgba(54, 66, 80, 0.031372549) !important;
    color: rgba(54, 66, 80, 0.3019607843);
}
.text-warning {
    color: #fc8e5e !important;
}
.btn-danger {
    background-color: #f0524b;
    border-color: #f0524b;
}
.btn-outline-primary {
    color: #364250 !important;
    border-color: #364250 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #364250 !important;
}
.custom-control-input:checked ~ .custom-control-label:before {
    border: #adb5bd solid 1px !important;
    background-color: #212a34 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    font-family: "icomoon";
    content: "\e904";
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
}
.error-text {
    color: red;
    text-align: left !important;
}
.text-white {
    color: #ffffff !important;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #c9482b;
    border-color: #c9482b;
    background-color: #c9482b;
}
.btn-bordered-light {
    background-color: #fff;
    color: #000 !important;
    border-bottom: 2px solid #adb5bd;
}
.bg-logo {
    background: #323a46;
}
.mt-28 {
    margin-top: 0.5rem !important;
}
.fa-1x {
    font-size: 1.5em;
}
.required sup {
    color: #9a0633;
    top: -0.5em;
}
.col-form-title {
    color: #364250;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 15px;
}
.col-form-label {
    vertical-align: middle;
    color: #333333;
    text-align: right;
    font-weight: bolder;
    background: rgba(54, 66, 80, 0.3);
    padding: 6px 12px;
    border-bottom: 1px solid rgba(54, 66, 80, 0.5);
}
.btn {
    font-size: 1rem;
    padding: 0.65rem 1rem !important;
    line-height: 1;
}
.btn-white {
    background-color: #fff;
}
.btn-primary {
    color: white !important;
    background-color: #2eb6c7;
    border-color: #2eb6c7;
    font-weight: 400;
}
.btn-primary:hover {
    background-color: #2eb6c7 !important;
}
.btn-primary:active,
.btn-primary:focus {
    background-color: #2eb6c7 !important;
}
.btn-warning {
    color: white !important;
    background-color: #fc8e5e !important;
    border-color: #fc8e5e !important;
}
.btn-info {
    background-color: #364250 !important;
    border-color: #3bafda !important;
}
.text-info {
    color: #3bafda !important;
}
.mt_10 {
    margin-top: -10px;
}
.content-page {
    overflow: hidden;
    min-height: 70vh;
}
.key-text {
    color: #000000;
}
.key-top {
    color: #ffffff;
}
.card-box {
    border: none;
    border-radius: 0;
}
.field-code {
    float: right;
    margin-right: 10px;
    margin-top: -35px;
    position: relative;
    z-index: 999;
}
.field-code a {
    font-size: 1.1rem;
    z-index: 999 !important;
    color: #323a46;
}
.field-code a i {
    color: #323a46;
}
.pic-code a:focus {
    border: 3px dotted #f7e97a;
    text-decoration: none;
}
.fa-eye {
    color: #323a46;
}
.invalid-feedback {
    font-size: 1.1rem;
}
.custom-control-label {
    vertical-align: middle !important;
}
.modal-content h1 {
    margin-bottom: 10px;
    padding-left: 20px;
    color: white;
    font-size: 1.56rem;
}
.modal-content .card {
    margin-bottom: 10px;
    border: none;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 10px;
}
.modal-content .card .card-body {
    padding: 10px;
}
.modal-content .modal-header {
    border: none;
    padding: 10px;
    background-color: #2eb6c7;
}
.modal-content .modal-header .modal-title {
    color: white;
}
.modal-content .modal-header .close {
    padding-top: 20px;
    padding-right: 25px;
    color: #ffffff;
    opacity: 1;
}
.modal-content .modal-body {
    padding-bottom: 0;
}
.modal-content .modal-body .paginator i {
    font-size: 0.85rem;
    font-weight: 400;
}
.modal-content .modal-body .paginator span {
    color: #364250;
    font-weight: 400;
}
.modal-content .modal-body .paginator .rl_bt {
    margin-top: -4px;
}
.modal-content .modal-body .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.modal-content .modal-body .table-tit {
    padding-bottom: 15px;
}
.modal-content .modal-body p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #364250;
}
.modal-content .modal-body p.text-warning {
    font-size: 0.85rem;
}
.modal-content .modal-body i.icon-trash {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
}
.modal-content .modal-body i.icon-app_delete {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: rgba(54, 66, 80, 0.5019607843);
}
.modal-content .modal-body i.icon-triangle-exclamation {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #fc8e5e;
}
.modal-content .modal-body i.icon-check-circle,
.modal-content .modal-body i.icon-file-check {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #1abc9c;
}
.modal-content .modal-body i.icon-save {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #1abc9c;
}
.modal-content .modal-body .rim {
    margin-bottom: 8px;
}
.modal-content .modal-footer {
    padding: 0;
    border: none;
    padding: 15px;
}
.modal-content .btn-box {
    text-align: center;
    margin: auto;
    padding: 15px 0;
}
.modal-content .pop-btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-content .pop-btn-box .item-left a {
    margin-right: 20px;
}
.modal-content .pop-btn-box .item-right a:first-child {
    margin-right: 18px;
}
.modal-full-width {
    width: 80%;
    max-width: none;
}
.card {
    border-radius: 8px;
}
.input-group-append a {
    color: white;
}
.table td,
.table th {
    text-align: center;
    vertical-align: middle;
}
.form-control {
    font-size: 1rem;
    border-radius: 0;
    color: #364250;
    font-weight: 400;
}
.form-control:focus {
    color: #374251 !important;
    border: 1px solid #44bdcc !important;
}
.form-control::-webkit-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
}
.form-control::-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
}
.inline-table li:last-child {
    padding-right: 0px !important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f3f4f5;
    opacity: 1;
}
.form-control:disabled:not([type="time"]):before,
.form-control[readonly]:not([type="time"]):before {
    display: inline-block;
    font-family: "icomoon" !important;
    content: "\e9d2";
    padding-left: 13px;
}
.panel-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}
.panel-title:after {
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "icomoon" !important;
    content: "\e917";
}
.panel-title a {
    color: #343a40;
    font-weight: bold;
}
.panel-title[aria-expanded="true"]:after {
    content: "\e91b";
}
.panel-heading-full.panel-heading {
    padding: 0;
}
.panel-heading-full .panel-title {
    padding: 10px 15px;
}
.panel-heading-full .panel-title:after {
    top: 10px;
    right: 15px;
}
.panel-body {
    color: #364250;
}
.table .thead-light th {
    background-color: #212a34;
    color: white;
}
.list-group-item {
    padding: 7px 10px;
}
.list-group-item.active {
    background-color: #212a34;
    border-color: none !important;
}
input[type="file"] {
    cursor: pointer !important;
    position: relative;
}
input[type="file"]::-webkit-file-upload-button {
    background: #2eb6c7;
    border-radius: 0;
    border: 1px solid #2eb6c7;
    padding: 0.48rem 1rem !important;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    right: -4px;
}
.file_box .file_item {
    position: relative;
}
.file_box .file_item .delfile_btn {
    position: absolute;
    right: 0;
}
.file_box a.delfile_btn {
    margin-top: 10px;
}
.tab-content .table-tit > .btn-group {
    position: relative;
    border-radius: 30px;
    background: #2eb6c7;
}
.tab-content .table-tit > .btn-group a i {
    margin-right: 8px;
    font-style: normal;
}
.tab-content .table-tit > .btn-group .qa-all-close {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tab-content .table-tit > .btn-group > .btn {
    color: #fff !important;
}
.tab-content .icon-minus:before {
    content: "\e932";
}
.tab-content .icon-plus:before {
    content: "\e937";
}
.content-box {
    margin: 10px 0;
}
.btn-group .btn-default {
    color: #fff;
    background: #364250;
    border: 0;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 50, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 50, 0, 0.2);
}
.btn-group .btn-default.active,
.btn-group .btn-default.hover,
.btn-group .btn-default:active:hover,
.btn-group .btn-default:focus,
.btn-group .btn-default:hover {
    color: #fff;
    background: #364250;
}
.btn-group .btn-default i {
    color: #2eb6c7;
}
.rim.has-collapse {
    padding-bottom: 0;
}
.collapse .content-box {
    background-color: rgba(54, 66, 80, 0.031372549);
}
a.table-tit {
    display: block;
    padding: 0;
    outline: 0;
    margin: 0 0 10px 0;
    position: relative;
    color: #262f36;
}
a.table-tit:hover {
    color: #262f36 !important;
}
a.table-tit > i {
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 1rem;
    z-index: 6;
}
a.table-tit > i + span {
    padding-left: 50px;
}
a.table-tit > span {
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px 10px 15px 15px;
    background: #fff;
    color: #212a34;
    border-bottom: 1px solid rgba(54, 66, 80, 0.1019607843);
}
a.table-tit > span:before {
    display: none;
}
a.table-tit > span:after {
    display: inline-block;
    z-index: 2;
    padding: 0 5px;
    font-family: "icomoon";
    content: "\e9d7";
    font-size: 1rem;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -9px;
    color: #364250;
}
a.table-tit > span .tooltip-icon {
    color: #256c34;
}
a.table-tit.collapsed {
    color: #95c980;
}
a.table-tit.collapsed:hover {
    color: #f7e97a;
}
a.table-tit.collapsed > span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #fff;
    color: #364250;
}
a.table-tit.collapsed > span:before {
    display: none;
}
a.table-tit.collapsed > span:after {
    display: inline-block;
    color: #364250;
    font-family: "icomoon";
    content: "\e9d2";
}
a.table-tit:hover {
    text-decoration: none;
    color: #95c980;
}
.btn-box {
    text-align: center;
    margin: 15px 0;
}
.btn-box a {
    margin-right: 40px;
}
.btn-box a:last-child {
    margin-right: 0px;
}
.result {
    margin-top: 5px;
}
.result span {
    margin: 3px 4px 5px 3px;
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.18);
    border-color: rgba(59, 175, 218, 0.12);
    cursor: pointer;
    border-radius: 3px;
    padding: 2px 10px;
    position: relative;
    white-space: nowrap;
}
.result span i {
    color: red;
    margin-left: 2px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    font-size: 13px;
}
i.icon-paperclip {
    margin-right: 5px;
}
#pdf-container {
    height: 80vh;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(70, 58, 43, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(70, 58, 43, 0.2);
}
#pdf-container object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pdf-container object div {
    text-align: center;
    padding: 30px 15px;
}
.up-file:before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../../assets/images/file-icons/Files.svg) no-repeat;
    background-size: cover;
    position: relative;
    top: 5px;
    left: -3px;
}
.up-file.pdf:before {
    background: url(../../assets/images/file-icons/pdf.svg) no-repeat;
    background-size: cover;
}
.up-file.doc:before {
    background: url(../../assets/images/file-icons/doc.svg) no-repeat;
    background-size: cover;
}
.up-file.xls:before {
    background: url(../../assets/images/file-icons/xls.svg) no-repeat;
    background-size: cover;
}
.up-file.zip:before {
    background: url(../../assets/images/file-icons/zip.svg) no-repeat;
    background-size: cover;
}
.up-file.ppt:before {
    background: url(../../assets/images/file-icons/ppt.svg) no-repeat;
    background-size: cover;
}
.up-file.jpg:before {
    background: url(../../assets/images/file-icons/jpg.svg) no-repeat;
    background-size: cover;
}
.btn-light:focus {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.2rem 0.6rem;
    font-size: 1rem;
    border-radius: 0.15rem;
}
.add_btn {
    margin-top: 2.7rem !important;
}
.pop-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
}
.pop-btn-box .item-left a {
    margin-right: 30px;
}
.pop-btn-box .item-right a:first-child {
    margin-right: 28px;
}
body {
    background-color: #f4f4f4;
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande" !important;
    line-height: 1.5;
    padding-bottom: 0;
    font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande" !important;
}
h1 {
    margin-bottom: 1rem;
}
ul {
    list-style-type: none;
}
i {
    font-size: 1.1rem;
}
select {
    border: 1px solid rgba(54, 66, 80, 0.2) !important;
}
select:disabled {
    background-color: rgba(54, 66, 80, 0.031372549) !important;
    color: rgba(54, 66, 80, 0.3019607843);
}
.text-warning {
    color: #fc8e5e !important;
}
.btn-danger {
    background-color: #f0524b;
    border-color: #f0524b;
}
.btn-outline-primary {
    color: #364250 !important;
    border-color: #364250 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #364250 !important;
}
.custom-control-input:checked ~ .custom-control-label:before {
    border: #adb5bd solid 1px !important;
    background-color: #212a34 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    font-family: "icomoon";
    content: "\e904";
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
}
.error-text {
    color: red;
    text-align: left !important;
}
.text-white {
    color: #ffffff !important;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #c9482b;
    border-color: #c9482b;
    background-color: #c9482b;
}
.btn-bordered-light {
    background-color: #fff;
    color: #000 !important;
    border-bottom: 2px solid #adb5bd;
}
.bg-logo {
    background: #323a46;
}
.mt-28 {
    margin-top: 0.5rem !important;
}
.fa-1x {
    font-size: 1.5em;
}
.required sup {
    color: #9a0633;
    top: -0.5em;
}
.col-form-title {
    color: #364250;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 15px;
}
.col-form-label {
    vertical-align: middle;
    color: #333333;
    text-align: right;
    font-weight: bolder;
    background: rgba(54, 66, 80, 0.3);
    padding: 6px 12px;
    border-bottom: 1px solid rgba(54, 66, 80, 0.5);
}
.btn {
    font-size: 1rem;
    padding: 0.65rem 1rem !important;
    line-height: 1;
}
.btn-white {
    background-color: #fff;
}
.btn-primary {
    color: white !important;
    background-color: #2eb6c7;
    border-color: #2eb6c7;
    font-weight: 400;
}
.btn-primary:hover {
    background-color: #2eb6c7 !important;
}
.btn-primary:active,
.btn-primary:focus {
    background-color: #2eb6c7 !important;
}
.btn-warning {
    color: white !important;
    background-color: #fc8e5e !important;
    border-color: #fc8e5e !important;
}
.btn-info {
    background-color: #364250 !important;
    border-color: #3bafda !important;
}
.text-info {
    color: #3bafda !important;
}
.mt_10 {
    margin-top: -10px;
}
.content-page {
    overflow: hidden;
    min-height: 70vh;
}
.key-text {
    color: #000000;
}
.key-top {
    color: #ffffff;
}
.card-box {
    border: none;
    border-radius: 0;
}
.field-code {
    float: right;
    margin-right: 10px;
    margin-top: -35px;
    position: relative;
    z-index: 999;
}
.field-code a {
    font-size: 1.1rem;
    z-index: 999 !important;
    color: #323a46;
}
.field-code a i {
    color: #323a46;
}
.pic-code a:focus {
    border: 3px dotted #f7e97a;
    text-decoration: none;
}
.fa-eye {
    color: #323a46;
}
.invalid-feedback {
    font-size: 1.1rem;
}
.custom-control-label {
    vertical-align: middle !important;
}
.modal-content h1 {
    margin-bottom: 10px;
    padding-left: 20px;
    color: white;
    font-size: 1.56rem;
}
.modal-content .card {
    margin-bottom: 10px;
    border: none;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 10px;
}
.modal-content .card .card-body {
    padding: 10px;
}
.modal-content .modal-header {
    border: none;
    padding: 10px;
    background-color: #2eb6c7;
}
.modal-content .modal-header .modal-title {
    color: white;
}
.modal-content .modal-header .close {
    padding-top: 20px;
    padding-right: 25px;
    color: #ffffff;
    opacity: 1;
}
.modal-content .modal-body {
    padding-bottom: 0;
}
.modal-content .modal-body .paginator i {
    font-size: 0.85rem;
    font-weight: 400;
}
.modal-content .modal-body .paginator span {
    color: #364250;
    font-weight: 400;
}
.modal-content .modal-body .paginator .rl_bt {
    margin-top: -4px;
}
.modal-content .modal-body .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.modal-content .modal-body .table-tit {
    padding-bottom: 15px;
}
.modal-content .modal-body p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #364250;
}
.modal-content .modal-body p.text-warning {
    font-size: 0.85rem;
}
.modal-content .modal-body i.icon-trash {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
}
.modal-content .modal-body i.icon-app_delete {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: rgba(54, 66, 80, 0.5019607843);
}
.modal-content .modal-body i.icon-triangle-exclamation {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #fc8e5e;
}
.modal-content .modal-body i.icon-check-circle,
.modal-content .modal-body i.icon-file-check {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #1abc9c;
}
.modal-content .modal-body i.icon-times-circle {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #ee324d;
}
.modal-content .modal-body i.icon-save {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #1abc9c;
}
.modal-content .modal-body .rim {
    margin-bottom: 8px;
}
.modal-content .modal-footer {
    padding: 0;
    border: none;
    padding: 15px;
}
.modal-content .btn-box {
    text-align: center;
    margin: auto;
    padding: 15px 0;
}
.modal-content .pop-btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-content .pop-btn-box .item-left a {
    margin-right: 20px;
}
.modal-content .pop-btn-box .item-right a:first-child {
    margin-right: 18px;
}
.modal-full-width {
    width: 80%;
    max-width: none;
}
.card {
    border-radius: 8px;
}
.input-group-append a {
    color: white;
}
.table td,
.table th {
    text-align: center;
    vertical-align: middle;
}
.form-control {
    font-size: 1rem;
    border-radius: 0;
    color: #364250;
    font-weight: 400;
}
.form-control:focus {
    color: #374251 !important;
    border: 1px solid #44bdcc !important;
}
.form-control::-webkit-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
}
.form-control::-ms-input-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
}
.inline-table li:last-child {
    padding-right: 0px !important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f3f4f5;
    opacity: 1;
}
.form-control:disabled:not([type="time"]):before,
.form-control[readonly]:not([type="time"]):before {
    display: inline-block;
    font-family: "icomoon" !important;
    content: "\e9d2";
    padding-left: 13px;
}
.panel-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}
.panel-title:after {
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "icomoon" !important;
    content: "\e917";
}
.panel-title a {
    color: #343a40;
    font-weight: bold;
}
.panel-title[aria-expanded="true"]:after {
    content: "\e91b";
}
.panel-heading-full.panel-heading {
    padding: 0;
}
.panel-heading-full .panel-title {
    padding: 10px 15px;
}
.panel-heading-full .panel-title:after {
    top: 10px;
    right: 15px;
}
.panel-body {
    color: #364250;
}
.table .thead-light th {
    background-color: #212a34;
    color: white;
}
.list-group-item {
    padding: 7px 10px;
}
.list-group-item.active {
    background-color: #212a34;
    border-color: none !important;
}
input[type="file"] {
    cursor: pointer !important;
    position: relative;
}
input[type="file"]::-webkit-file-upload-button {
    background: #2eb6c7;
    border-radius: 0;
    border: 1px solid #2eb6c7;
    padding: 0.48rem 1rem !important;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    right: -4px;
}
.file_box .file_item {
    position: relative;
}
.file_box .file_item .delfile_btn {
    position: absolute;
    right: 0;
}
.file_box a.delfile_btn {
    margin-top: 10px;
}
.tab-content .table-tit > .btn-group {
    position: relative;
    border-radius: 30px;
    background: #2eb6c7;
}
.tab-content .table-tit > .btn-group a i {
    margin-right: 8px;
    font-style: normal;
}
.tab-content .table-tit > .btn-group .qa-all-close {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tab-content .table-tit > .btn-group > .btn {
    color: #fff !important;
}
.tab-content .icon-minus:before {
    content: "\e932";
}
.tab-content .icon-plus:before {
    content: "\e937";
}
.content-box {
    margin: 10px 0;
}
.btn-group .btn-default {
    color: #fff;
    background: #364250;
    border: 0;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 50, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 50, 0, 0.2);
}
.btn-group .btn-default.active,
.btn-group .btn-default.hover,
.btn-group .btn-default:active:hover,
.btn-group .btn-default:focus,
.btn-group .btn-default:hover {
    color: #fff;
    background: #364250;
}
.btn-group .btn-default i {
    color: #2eb6c7;
}
.rim.has-collapse {
    padding-bottom: 0;
}
.collapse .content-box {
    background-color: rgba(54, 66, 80, 0.031372549);
}
a.table-tit {
    display: block;
    padding: 0;
    outline: 0;
    margin: 0 0 10px 0;
    position: relative;
    color: #262f36;
}
a.table-tit:hover {
    color: #262f36 !important;
}
a.table-tit > i {
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 1rem;
    z-index: 6;
}
a.table-tit > i + span {
    padding-left: 50px;
}
a.table-tit > span {
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px 10px 15px 15px;
    background: #fff;
    color: #212a34;
    border-bottom: 1px solid rgba(54, 66, 80, 0.1019607843);
}
a.table-tit > span:before {
    display: none;
}
a.table-tit > span:after {
    display: inline-block;
    z-index: 2;
    padding: 0 5px;
    font-family: "icomoon";
    content: "\e9d7";
    font-size: 1rem;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -9px;
    color: #364250;
}
a.table-tit > span .tooltip-icon {
    color: #256c34;
}
a.table-tit.collapsed {
    color: #95c980;
}
a.table-tit.collapsed:hover {
    color: #f7e97a;
}
a.table-tit.collapsed > span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #fff;
    color: #364250;
}
a.table-tit.collapsed > span:before {
    display: none;
}
a.table-tit.collapsed > span:after {
    display: inline-block;
    color: #364250;
    font-family: "icomoon";
    content: "\e9d2";
}
a.table-tit:hover {
    text-decoration: none;
    color: #95c980;
}
.btn-box {
    text-align: center;
    margin: 15px 0;
}
.btn-box a {
    margin-right: 40px;
}
.btn-box a:last-child {
    margin-right: 0px;
}
.result {
    margin-top: 5px;
}
.result span {
    margin: 3px 4px 5px 3px;
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.18);
    border-color: rgba(59, 175, 218, 0.12);
    cursor: pointer;
    border-radius: 3px;
    padding: 2px 10px;
    position: relative;
    white-space: nowrap;
}
.result span i {
    color: red;
    margin-left: 2px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    font-size: 13px;
}
i.icon-paperclip {
    margin-right: 5px;
}
#pdf-container {
    height: 80vh;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(70, 58, 43, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(70, 58, 43, 0.2);
}
#pdf-container object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pdf-container object div {
    text-align: center;
    padding: 30px 15px;
}
.up-file:before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../../assets/images/file-icons/Files.svg) no-repeat;
    background-size: cover;
    position: relative;
    top: 5px;
    left: -3px;
}
.up-file.pdf:before {
    background: url(../../assets/images/file-icons/pdf.svg) no-repeat;
    background-size: cover;
}
.up-file.doc:before {
    background: url(../../assets/images/file-icons/doc.svg) no-repeat;
    background-size: cover;
}
.up-file.xls:before {
    background: url(../../assets/images/file-icons/xls.svg) no-repeat;
    background-size: cover;
}
.up-file.zip:before {
    background: url(../../assets/images/file-icons/zip.svg) no-repeat;
    background-size: cover;
}
.up-file.ppt:before {
    background: url(../../assets/images/file-icons/ppt.svg) no-repeat;
    background-size: cover;
}
.up-file.jpg:before {
    background: url(../../assets/images/file-icons/jpg.svg) no-repeat;
    background-size: cover;
}
.btn-light:focus {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.2rem 0.6rem;
    font-size: 1rem;
    border-radius: 0.15rem;
}
.add_btn {
    margin-top: 2.7rem !important;
}
.pop-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
}
.pop-btn-box .item-left a {
    margin-right: 30px;
}
.pop-btn-box .item-right a:first-child {
    margin-right: 28px;
}
@media screen and (max-width: 768px) {
    .backdrop {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9;
    }
    .index-box .field-code,
    .pro-box .field-code {
        margin-right: -10px;
        margin-top: -32px;
    }
    .pro-box .title-con {
        font-size: 2rem !important;
    }
    .add_btn {
        margin-top: 1rem !important;
    }
}
@media screen and (max-width: 767px) {
    .daitem {
        width: 100%;
    }
    .daitem .time-tit {
        text-align: center;
        font-size: 1.125rem !important;
    }
    .daitem span.title-sm {
        text-align: center !important;
        margin: auto;
        display: block;
    }
    .col-md-9 {
        padding-right: 3px;
        padding-left: 3px;
    }
    .col-12 {
        padding-right: 3px;
        padding-left: 3px;
    }
    .table-tit > span.btn-reload {
        display: block;
        float: none !important;
        margin: 3px 0;
    }
    .nav-tabs li.nav-item {
        width: 50%;
        text-align: center;
    }
}
@media (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-width: 760px) {
    .table-responsive table,
    .table-responsive tbody,
    .table-responsive td,
    .table-responsive th,
    .table-responsive thead,
    .table-responsive tr {
        display: block;
    }
    .table-responsive table th {
        padding: 0 !important;
        background: rgba(173, 181, 189, 0.1);
    }
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive tr {
        display: block;
        border-bottom: 1px solid #dee2e6;
    }
    .table-responsive td {
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 0;
        width: auto !important;
    }
    .table-responsive td span {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding-top: 2px;
        font-size: 0.9rem;
    }
    .table-responsive td + .lt {
        text-align: center !important;
    }
    .table-responsive td:before {
        text-align: right !important;
        white-space: normal;
        color: #364250;
        font-size: 0.9rem;
        font-weight: bold;
        background-color: rgba(54, 66, 80, 0.0588235294);
        content: attr(data-title);
        padding: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    overflow-x: hidden;
}
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 50px 15px 65px 15px;
    min-height: 80vh;
}
.left-side-menu {
    width: 240px;
    background: #364250;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    top: 0;
    padding-top: calc(50px + 20px);
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    z-index: 99;
}
.logo-box {
    height: 50px;
    width: 240px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background-color: #364250;
    position: fixed;
    top: 0;
    z-index: 999;
}
.logo-box .logo {
    line-height: 50px;
}
.logo {
    display: block;
}
.logo span.logo-lg {
    display: block;
    text-align: left;
}
.logo span.logo-lg small {
    display: block;
    margin-top: -28px;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.5019607843);
}
.logo span.logo-sm {
    display: none;
}
.logo .logo-lg-text-dark {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-left: 20px;
    text-align: left;
}
.logo .logo-lg-text-light {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.logo-light {
    display: block;
}
.logo-dark {
    display: none;
}
#sidebar-menu > ul {
    list-style: none;
    padding: 0;
}
#sidebar-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 8px 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande" !important;
    font-size: 1rem;
}
#sidebar-menu > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.25);
}
#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus {
    background: #364250;
}
#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}
#sidebar-menu > ul > li > a i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 -8px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    font-size: 16px;
}
#sidebar-menu > ul > li > a svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 10px;
}
#sidebar-menu > ul > li > a .drop-arrow {
    float: right;
}
#sidebar-menu > ul > li > a .drop-arrow i {
    margin-right: 0;
}
#sidebar-menu > ul > li > a.mm-active {
    color: rgba(255, 255, 255, 0.9);
}
#sidebar-menu > ul > li ul {
    padding-left: 25px;
    list-style: none;
}
#sidebar-menu > ul > li ul ul {
    padding-left: 20px;
}
#sidebar-menu .badge {
    margin-top: 4px;
}
#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}
#sidebar-menu .menuitem-active > a {
    color: rgba(255, 255, 255, 0.9);
}
#sidebar-menu .menuitem-active .active {
    color: rgba(255, 255, 255, 0.9);
}
.nav-second-level {
    background-color: #212a34;
}
.nav-second-level li a {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 1rem;
}
.nav-second-level li a:focus {
    color: rgba(255, 255, 255, 0.5);
}
.nav-second-level li a:hover {
    color: rgba(255, 255, 255, 0.25);
}
.nav-second-level li.active > a {
    background: #2eb6c7;
    border-left: 3px solid #f7e97a;
    border-radius: 20px 0 0 20px;
}
.menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: "icomoon";
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.menu-arrow:before {
    content: "\e9c1";
}
li > a[aria-expanded="true"] > span.menu-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
li.menuitem-active > a:not(.collapsed) > span.menu-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body[data-sidebar-size="condensed"] .logo-box {
    width: 70px !important;
}
body[data-sidebar-size="condensed"] .logo span.logo-lg {
    display: none;
}
body[data-sidebar-size="condensed"] .logo span.logo-sm {
    display: block;
}
body[data-sidebar-size="condensed"] .left-side-menu {
    position: absolute;
    padding-top: 50px;
    /* width: 70px !important; */
    z-index: 5;
    display: none;
}
body[data-sidebar-size="condensed"] .left-side-menu .simplebar-content-wrapper,
body[data-sidebar-size="condensed"] .left-side-menu .simplebar-mask {
    overflow: visible !important;
}
body[data-sidebar-size="condensed"] .left-side-menu .simplebar-scrollbar {
    display: none !important;
}
body[data-sidebar-size="condensed"] .left-side-menu .simplebar-offset {
    bottom: 0 !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .badge,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .collapse.in,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .label,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .menu-arrow,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .menu-title {
    display: none !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .nav.collapse {
    height: inherit !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 54px;
    -webkit-transition: none;
    transition: none;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.25);
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a i {
    font-size: 1.2rem;
    margin-right: 20px;
    margin-left: 5px;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a svg {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #f7e97a;
    background-color: #2eb6c7;
    -webkit-box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, 0.2);
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, 0.2);
    border-left: 3px solid #f7e97a;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a span {
    display: inline;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover a.active :after,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover a.open :after {
    display: none;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse {
    display: block !important;
    height: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul {
    display: block !important;
    left: 70px;
    position: absolute;
    width: 190px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 0 1px 7px 0 rgba(154, 161, 171, 0.2);
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul ul {
    -webkit-box-shadow: 0 1px 7px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 0 1px 7px 0 rgba(154, 161, 171, 0.2);
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
    color: rgba(255, 255, 255, 0.25);
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul .collapsing {
    display: block !important;
    height: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #212a34;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse {
    display: block !important;
    height: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li.active a {
    color: rgba(255, 255, 255, 0.9);
}
body[data-sidebar-size="condensed"] .content-page {
    margin-left: 0px !important;
}
@media (min-width: 992px) {
    body[data-sidebar-size="condensed"] .footer {
        left: 0px !important;
    }
}
body[data-sidebar-size="condensed"] .user-box {
    display: none !important;
}
@media (min-width: 768px) {
    body[data-sidebar-size="condensed"]:not([data-layout="compact"]):not(.auth-fluid-pages) {
        min-height: 1550px;
    }
}
@media (max-width: 767.98px) {
    .pro-user-name {
        display: none;
    }
    
    body[data-sidebar-size="default"] .navbar-custom .button-menu-mobile {
        display: block !important;
    }
}

@media (max-width: 784px) {
    body[data-sidebar-size="default"] .navbar-custom .button-menu-mobile {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 80px;
    }
    .left-side-menu {
        left: -240px;
        z-index: 10 !important;
    }
    .sidebar-enable .left-side-menu {
        left: 0px;
    }
    .content-page,
    body[data-sidebar-size="condensed"] .content-page {
        margin-left: 0 !important;
    }
    .footer {
        left: 0 !important;
    }
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
    width: 160px !important;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu {
    width: 160px !important;
    text-align: center;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu > ul > li > a > i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 0;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu > ul > li > a svg {
    display: block;
    margin: 0 auto 5px auto;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu > ul ul {
    padding-left: 0;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu > ul ul a {
    padding: 10px 20px;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .badge,
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .menu-arrow {
    display: none !important;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu + .content-page {
    margin-left: 160px;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu + .content-page .footer {
    left: 160px;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .menu-title {
    background-color: #f1f5f7;
}
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .navbar-custom {
    left: 160px;
}
body[data-sidebar-color="dark"]:not([data-layout-mode="detached"]) .logo-box {
    background-color: #2eb6c7;
}
body[data-sidebar-color="dark"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
    display: none;
}
body[data-sidebar-color="dark"]:not([data-layout-mode="detached"]) .logo-box .logo-light {
    display: block;
}
body[data-sidebar-color="dark"] .left-side-menu {
    background-color: #2eb6c7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li > a {
    color: #9097a7;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: #c8cddc;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
    color: #ffffff;
    background-color: #32bed0;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
    color: #c8cddc;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menu-title {
    color: #adb5bd;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active > a {
    color: #fff !important;
}
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active .active {
    color: #fff !important;
}
body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a {
    color: #9097a7;
}
body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a:hover {
    background-color: transparent;
    color: #c8cddc;
}
body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li.active > a {
    color: #ffffff;
}
body[data-sidebar-color="dark"] .left-side-menu .user-box .dropdown > a {
    color: #fff !important;
}
body[data-sidebar-color="dark"] .left-side-menu .user-box .dropdown + p {
    color: rgba(255, 255, 255, 0.7) !important;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul {
    background-color: #2eb6c7;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul > a:active,
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul > a:focus,
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul > a:hover {
    color: #c8cddc !important;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul:hover > a {
    color: #fff !important;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul ul:hover > .collapse > ul a:hover {
    color: #c8cddc;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background-color: #2eb6c7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: rgba(255, 255, 255, 0.9);
}
body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
    background-color: rgba(255, 255, 255, 0.03);
}
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box,
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box {
    background-color: #212a34;
}
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-dark,
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
    display: none;
}
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-light,
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-light {
    display: block;
}
body[data-sidebar-color="brand"] .menuitem-active > a,
body[data-sidebar-color="gradient"] .menuitem-active > a {
    color: #fff !important;
}
body[data-sidebar-color="brand"] .left-side-menu,
body[data-sidebar-color="gradient"] .left-side-menu {
    background-color: #212a34;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
}
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a:hover,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.9);
}
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a.mm-active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
}
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu .menu-title,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu .menu-title {
    color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu .mm-active .active {
    color: #fff;
}
body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a {
    color: rgba(255, 255, 255, 0.7);
}
body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a:hover,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a:hover {
    background-color: transparent;
    color: #fff;
}
body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li.active > a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li.active > a {
    color: #ffffff;
}
body[data-sidebar-color="brand"] .left-side-menu .user-box .dropdown > a,
body[data-sidebar-color="gradient"] .left-side-menu .user-box .dropdown > a {
    color: #fff !important;
}
body[data-sidebar-color="brand"] .left-side-menu .user-box .dropdown + p,
body[data-sidebar-color="gradient"] .left-side-menu .user-box .dropdown + p {
    color: rgba(255, 255, 255, 0.7) !important;
}
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background-color: #212a34;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: rgba(255, 255, 255, 0.9);
}
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
    color: rgba(255, 255, 255, 0.5);
}
body[data-sidebar-color="brand"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title,
body[data-sidebar-color="gradient"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
    background-color: rgba(255, 255, 255, 0.05);
}
body[data-sidebar-color="gradient"] .left-side-menu,
body[data-sidebar-color="gradient"] .logo-box {
    background: #364250 !important;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(64, 149, 216, 0.15)), to(transparent)) !important;
    background-image: linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent) !important;
}
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
    background: #364250;
}
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color: rgba(255, 255, 255, 0.9);
}
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
    color: rgba(255, 255, 255, 0.5);
}
.user-box {
    display: none;
}
.user-pro-dropdown {
    width: 90%;
    min-width: 1px;
    margin-left: 5%;
    margin-top: 10px;
}
body[data-layout-mode="detached"] .left-side-menu {
    top: 50px;
    padding-top: 0;
}
body[data-layout-mode="detached"] .left-side-menu .logo-box {
    display: none;
}
@media (min-width: 992px) {
    body[data-layout-mode="detached"] .navbar-custom {
        left: 0 !important;
    }
    body[data-layout-mode="detached"] .navbar-custom .container-fluid {
        max-width: 95%;
    }
    body[data-layout-mode="detached"] #wrapper {
        max-width: 95%;
        margin: 0 auto;
    }
    body[data-layout-mode="detached"] .left-side-menu {
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 5px;
    }
    body[data-layout-mode="detached"] .content-page {
        padding-bottom: 30px;
    }
    body[data-layout-mode="detached"] .logo-box {
        background-color: transparent !important;
        background-image: none !important;
    }
}
body[data-layout-mode="detached"]:not([data-sidebar-size="condensed"]) .left-side-menu {
    padding-top: 30px;
}
body[data-sidebar-showuser="true"] .user-box {
    display: block;
}
body[data-sidebar-icon="twotones"] #sidebar-menu > ul > li > a i {
    color: #3bafda;
}
body[data-sidebar-icon="twotones"] #sidebar-menu > ul > li > a svg {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    margin-right: 10px;
    color: #3bafda;
    fill: rgba(59, 175, 218, 0.2);
}
.navbar-custom {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    padding: 0 10px 0 0;
    position: fixed;
    left: 240px;
    right: 0;
    top: 0;
    height: 50px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    z-index: 1000;
}
.navbar-custom .logo-box {
    display: none;
}
.navbar-custom .topnav-menu > li {
    float: left;
}
.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #000;
    min-width: 32px;
    display: block;
    line-height: 50px;
    text-align: center;
    max-height: 50px;
}
.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-custom .dropdown .dropdown-menu {
    font-size: 1rem;
}
.navbar-custom .dropdown .dropdown-menu .dropdown-item {
    color: #000;
}
.navbar-custom .dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #364250;
}
.navbar-custom .container-fluid {
    padding: 0;
}
.navbar-custom .app-search {
    height: 50px;
    display: table;
    max-width: 180px;
    margin-right: 20px;
}
.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .app-search .app-search-box input::-moz-placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .app-search .app-search-box input:-ms-input-placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .app-search .app-search-box input::-ms-input-placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .app-search .app-search-box input::placeholder {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
}
.navbar-custom .app-search .input-group-append {
    margin-left: 0;
    z-index: 4;
}
.navbar-custom .app-search .btn {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
    .navbar-custom .button-menu-mobile {
        border: none;
        color: #fff;
        display: inline-block;
        height: 50px;
        line-height: 0.7;
        width: 60px;
        background-color: #364250;
        font-size: 1.5rem;
        cursor: pointer;
    }

body[data-sidebar-size="default"] .navbar-custom .button-menu-mobile{
    display: none;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}
.noti-scroll {
    max-height: 230px;
}
.notification-list {
    margin-left: 0;
}
.notification-list .noti-title {
    background-color: transparent;
    padding: 15px 20px;
}
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}
.notification-list .notify-item {
    padding: 12px 20px;
}
.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}
.notification-list .notify-item .badge {
    margin-top: 5px;
}
.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #343a40;
}
.notification-list .notify-item .notify-details b {
    font-weight: 500;
}
.notification-list .notify-item .notify-details small {
    display: block;
}
.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}
.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
}
.noti-icon {
    font-size: 21px;
    vertical-align: middle;
}
.profile-dropdown {
    min-width: 170px;
}
.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}
.nav-user {
    padding: 0 12px !important;
}
.nav-user img {
    height: 32px;
    width: 32px;
}
.fullscreen-enable [data-toggle="fullscreen"] .fe-maximize:before {
    content: "\e88d";
}
@media (max-width: 991.98px) {
    .logo-box {
        width: 70px !important;
        padding-right: 0 !important;
    }
    .logo-box .logo-lg {
        display: none !important;
    }
    .logo-box .logo-sm {
        display: block !important;
    }
    .navbar-custom {
        left: 0 !important;
    }
}
@media (max-width: 767px) {
    .button-menu-mobile {
        color: #fff !important;
        background-color: #364250 !important;
        font-size: 3rem !important;
        line-height: 0.1 !important;
    }
}
@media (max-width: 600px) {
    .navbar-custom .dropdown {
        position: static;
    }
    .navbar-custom .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important;
    }
}
body[data-sidebar-size="condensed"] .navbar-custom {
    left: 0px;
}
body[data-topbar-color="light"] .navbar-custom {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
    box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
}
body[data-topbar-color="light"] .navbar-custom .topnav-menu .nav-link {
    color: #6c757d;
}
body[data-topbar-color="light"] .navbar-custom .dropdown.show .nav-link {
    background-color: rgba(50, 58, 70, 0.03);
}
body[data-topbar-color="light"] .navbar-custom .button-menu-mobile {
    color: #323a46;
}
body[data-topbar-color="light"] .navbar-custom .app-search input::-webkit-input-placeholder {
    color: #adb5bd !important;
}
body[data-topbar-color="light"] .navbar-custom .app-search input::-moz-placeholder {
    color: #adb5bd !important;
}
body[data-topbar-color="light"] .navbar-custom .app-search input:-ms-input-placeholder {
    color: #adb5bd !important;
}
body[data-topbar-color="light"] .navbar-custom .app-search input::-ms-input-placeholder {
    color: #adb5bd !important;
}
body[data-topbar-color="light"] .navbar-custom .app-search input::placeholder {
    color: #adb5bd !important;
}
body[data-topbar-color="light"] .navbar-custom .app-search .form-control {
    color: #323a46;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
body[data-topbar-color="light"] .navbar-custom .app-search .btn {
    background-color: #f1f5f7;
    color: #ced4da;
}
body[data-topbar-color="light"] .logo-dark {
    display: block;
}
body[data-topbar-color="light"] .logo-light {
    display: none;
}
body[data-topbar-color="light"][data-sidebar-color="light"] .logo-box {
    background-color: #fff;
}
@media (max-width: 1366.98px) {
    body[data-layout-mode="detached"] .navbar-custom,
    body[data-layout-mode="horizontal"] .navbar-custom {
        padding: 0 !important;
    }
}
@media (max-width: 991.98px) {
    body[data-layout-mode="horizontal"] .navbar-custom {
        padding: 0 calc(12px) !important;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle .lines {
        width: 25px;
        display: block;
        position: relative;
        height: 16px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: calc(34px / 2);
    }
    body[data-layout-mode="horizontal"] .navbar-toggle span {
        height: 2px;
        width: 100%;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle span:first-child {
        width: 75%;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle span:last-child {
        width: 50%;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle.open span {
        position: absolute;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle.open span:first-child {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle.open span:nth-child(2) {
        visibility: hidden;
    }
    body[data-layout-mode="horizontal"] .navbar-toggle.open span:last-child {
        width: 100%;
        top: 7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body[data-layout-mode="horizontal"] .logo-box {
        width: 45px !important;
    }
    body[data-topbar-color="light"] .navbar-toggle span {
        background-color: #6c757d;
    }
}
body[data-layout-mode="horizontal"][data-layout-width="boxed"] .navbar-custom {
    max-width: 1300px !important;
}
body[data-layout-mode="horizontal"] .button-menu-mobile {
    display: none;
}
body[data-layout-mode="horizontal"] .logo-box {
    width: auto;
    padding-right: 50px;
    float: left;
    position: relative;
    background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1366px) {
    body[data-layout-mode="horizontal"] .logo-box {
        padding-left: 20px;
    }
}
@media (max-width: 360px) {
    .navbar-custom .topnav-menu .nav-link {
        padding: 0 12px;
    }
    .navbar-custom .button-menu-mobile {
        width: 45px;
    }
}
body[data-layout-mode="detached"] .logo-box {
    float: left;
    position: relative;
}
body[data-layout-mode="detached"] .navbar-custom {
    left: 0;
    right: 0;
}
body[data-layout-mode="detached"] .navbar-custom .logo-box {
    display: block;
}
.page-title-box {
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -27px 0px;
}
.page-title-box .page-title {
    font-size: 1.1rem;
    margin-top: 10px;
    color: #323a46;
}
.page-title-box .page-title-right {
    margin-top: -15px;
}
.page-title-box .breadcrumb {
    padding: 0 15px;
    background: transparent;
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-title-box .breadcrumb-item {
    color: #364250;
}
.page-title-box .breadcrumb-item a {
    color: #364250;
}
.page-title-box .breadcrumb-item.active {
    color: #2eb6c7;
}
.page-title-box-alt {
    background-color: transparent;
    padding: 10px 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .page-title-box {
        display: block;
    }
    .page-title-box .page-title-right {
        display: block;
        padding-top: 5px;
    }
    .page-title-box .breadcrumb {
        margin-top: 0px;
    }
}
.footer {
    bottom: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 240px;
    background-color: #eeeff3;
    font-size: 0.9rem;
}
.footer .footer-links a {
    color: #98a6ad;
    margin-left: 1.5rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer .footer-links a:hover {
    color: #323a46;
}
.footer .footer-links a:first-of-type {
    margin-left: 0;
}
.footer-alt {
    left: 0 !important;
    text-align: center;
    background-color: transparent;
}
@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}
body[data-layout-mode="horizontal"] .footer {
    left: 0 !important;
}
body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
    max-width: 1300px !important;
}
@media (min-width: 992px) {
    body[data-layout-mode="detached"] .footer {
        position: inherit;
        margin: 0 10px;
    }
}
.right-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 270px;
    z-index: 9999;
    float: right !important;
    right: -280px;
    top: 0;
    bottom: 0;
}
.right-bar .rightbar-title {
    background-color: #3bafda;
    padding: 27px 25px;
    color: #fff;
}
.right-bar .right-bar-toggle {
    background-color: #414b5b;
    height: 24px;
    width: 24px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}
.right-bar .right-bar-toggle:hover {
    background-color: #475364;
}
.right-bar .user-box {
    padding: 25px;
    text-align: center;
}
.right-bar .user-box .user-img {
    position: relative;
    height: 64px;
    width: 64px;
    margin: 0 auto 15px auto;
}
.right-bar .user-box .user-img .user-edit {
    position: absolute;
    right: -5px;
    bottom: 0px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}
.right-bar .user-box h5 {
    margin-bottom: 2px;
}
.right-bar .user-box h5 a {
    color: #323a46;
}
.right-bar .notification-item .media {
    padding: 0.75rem 1rem;
}
.right-bar .notification-item .media:hover {
    background-color: #f1f5f7;
}
.rightbar-overlay {
    background-color: rgba(50, 58, 70, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.right-bar-enabled .right-bar {
    right: 0;
}
.right-bar-enabled .rightbar-overlay {
    display: block;
}
@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
    }
    .right-bar .slimscroll-menu {
        height: auto !important;
    }
}
body[data-layout-width="boxed"] #wrapper {
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}
body[data-layout-width="boxed"] .navbar-custom {
    max-width: calc(1300px - 240px);
    margin: 0 auto;
}
body[data-layout-width="boxed"] .footer {
    margin: 0 auto;
    max-width: calc(1300px - 240px);
}
body[data-layout-width="boxed"][data-sidebar-size="condensed"] .footer,
body[data-layout-width="boxed"][data-sidebar-size="condensed"] .navbar-custom {
    max-width: calc(1300px - 70px);
}
body[data-layout-width="boxed"][data-sidebar-size="compact"] .footer {
    max-width: calc(1300px - 160px);
}
@media (min-width: 768px) {
    body[data-layout-width="boxed"][data-sidebar-size="condensed"]:not([data-layout-mode="horizontal"]) .content-page {
        min-height: calc(1550px - 60px);
    }
}
@media (min-width: 1367px) {
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) {
        padding-bottom: 0;
    }
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) #wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .navbar-custom,
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .topnav {
        position: absolute;
    }
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .left-side-menu {
        position: relative;
        min-width: 240px;
        max-width: 240px;
        padding: 0;
        -webkit-transition: none;
        transition: none;
    }
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .left-side-menu .logo-box {
        position: relative;
        -webkit-transition: none;
        transition: none;
        margin-bottom: 20px;
    }
    body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .content-page {
        margin-left: 0;
        width: 100%;
        padding-bottom: 60px;
    }
}
@media (min-width: 1367px) {
    body[data-layout-mode="horizontal"] .container-fluid {
        max-width: 90%;
    }
}
body[data-layout-mode="horizontal"] .navbar-custom {
    padding: 0 24px;
    left: 0;
    right: 0;
}
body[data-layout-mode="horizontal"] .navbar-custom .logo-box {
    display: block;
    background-color: transparent;
}
body[data-layout-mode="horizontal"] .content-page {
    margin-left: 0 !important;
}
.topnav {
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    margin-top: 50px;
    padding: 0 calc(24px / 2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}
.topnav .topnav-menu {
    margin: 0;
    padding: 0;
}
.topnav .navbar-nav .nav-link {
    font-size: 1rem;
    position: relative;
    line-height: 22px;
    padding: calc(33px / 2) 1.1rem;
    color: #6e7488;
    font-family: "Roboto", sans-serif;
}
.topnav .navbar-nav .nav-link i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.25);
    background-color: transparent;
}
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
    color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 992px) {
    .topnav {
        height: 55px;
    }
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0;
    }
    .topnav .dropdown-item {
        padding: 0.5rem 1.25rem;
        min-width: 180px;
        margin: 0 0.3rem;
        width: auto;
    }
    .topnav .dropdown-item.active {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.9);
    }
    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0px;
        right: auto;
    }
    .topnav .dropdown .dropdown-menu {
        padding: 0.3rem 0;
        margin-top: 0;
        border-radius: 0 0 0.25rem 0.25rem;
    }
    .topnav .dropdown .dropdown-menu .arrow-down:after {
        right: 20px;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
        position: absolute;
    }
    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
        display: none;
    }
    .topnav .dropdown:hover > .nav-link {
        color: rgba(255, 255, 255, 0.25);
    }
    .topnav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
        color: rgba(255, 255, 255, 0.9);
    }
    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-toggle {
        display: none;
    }
    body[data-layout-mode="horizontal"] .content-page {
        padding: calc(50px + 55px) 12px 65px 12px;
    }
}
.arrow-down {
    display: inline-block;
}
.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: 0.4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 0.4em;
}
@media (max-width: 1366.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto;
    }
}
@media (max-width: 991.98px) {
    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0;
    }
    .topnav .navbar-nav .nav-link {
        padding: 0.75rem 1.1rem;
    }
    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 15px;
    }
    .topnav .dropdown .dropdown-item {
        position: relative;
        background-color: transparent;
    }
    .topnav .dropdown .dropdown-item.active,
    .topnav .dropdown .dropdown-item:active {
        color: rgba(255, 255, 255, 0.9);
    }
    .topnav .arrow-down:after {
        right: 15px;
        position: absolute;
    }
}
@media (min-width: 992px) {
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav {
        background-color: #3bafda;
    }
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.7);
    }
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:focus,
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9);
    }
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link.active {
        color: #fff;
    }
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-item:hover .nav-link {
        color: #fff;
    }
    body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, 0.9) !important;
    }
}
body[data-layout-mode="horizontal"][data-layout-width="boxed"] .topnav {
    max-width: 1300px;
    margin: 50px auto 0;
}
body[data-layout-mode="two-column"] .left-side-menu {
    width: calc(70px + 220px);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu {
    position: fixed;
    width: 70px;
    z-index: 500;
    top: 0;
    bottom: 0;
    padding-bottom: 20px;
    background-color: #3bafda;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .nav {
    background-color: transparent;
    margin: 15px auto;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    padding: 0px;
    border-radius: 4px;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
    box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link svg {
    color: #fff;
    fill: rgba(255, 255, 255, 0.12);
    height: 22px;
    width: 22px;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link i {
    color: #fff;
    font-size: 22px;
}
body[data-layout-mode="two-column"] .sidebar-main-menu {
    display: block;
    position: fixed;
    width: 220px;
    background-color: #ffffff;
    top: 50px;
    bottom: 0;
    left: 70px;
    padding: 30px 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .sidebar-menu-body {
    padding: 20px;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .menu-title {
    color: #adb5bd !important;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav > .nav-item .menu-arrow {
    right: 10px;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    padding: 6px 15px;
    border-radius: 3px;
    margin: 3px 5px;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.07);
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
    color: rgba(255, 255, 255, 0.9);
}
body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
    top: 7px;
}
body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
    padding-left: 15px;
    list-style: none;
}
@media (min-width: 992px) {
    body[data-layout-mode="two-column"] .navbar-custom {
        left: 70px !important;
        padding-left: 0px;
    }
    body[data-layout-mode="two-column"] .navbar-custom .logo-box {
        width: 220px;
        display: block;
        position: relative;
        float: left;
    }
    body[data-layout-mode="two-column"] .navbar-custom .logo-box .logo-sm {
        display: none;
    }
    body[data-layout-mode="two-column"][data-sidebar-size="condensed"] .logo-box {
        width: 0 !important;
    }
}
body[data-layout-mode="two-column"][data-sidebar-color="light"] .logo-box {
    background-color: #ffffff;
}
body[data-layout-mode="two-column"][data-topbar-color="dark"] .logo-box {
    background-color: #3bafda;
}
@media (min-width: 992px) {
    body[data-layout-mode="two-column"] .content-page {
        margin-left: calc(70px + 220px);
    }
    body[data-layout-mode="two-column"] .footer {
        left: calc(70px + 220px);
    }
    body[data-layout-mode="two-column"][data-sidebar-size="condensed"] .sidebar-main-menu {
        display: none;
    }
}
body[data-layout-mode="two-column"] .twocolumn-menu-item {
    display: none;
}
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu {
    background-color: #2eb6c7;
}
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: #9097a7;
}
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover {
    color: #c8cddc;
}
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.07);
}
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
    color: rgba(255, 255, 255, 0.9);
}
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav > .nav-item > .nav-link,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav > .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link:hover,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
    background-color: #212a34;
}
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
    background: #364250;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(64, 149, 216, 0.15)), to(transparent));
    background-image: linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent);
}
body[data-layout-mode="two-column"][data-layout-width="boxed"] .navbar-custom {
    max-width: calc(1300px - 70px);
}
body[data-layout-mode="two-column"][data-layout-width="boxed"] .sidebar-main-menu {
    position: absolute;
    top: 0;
}
body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar-size="condensed"]) .footer {
    max-width: calc(1300px - calc(70px + 220px));
}
.checkbox {
}
.checkbox label {
    display: inline-block;
    position: relative;
    color: #6c757d;
    padding-left: 5px;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0;
    margin-left: -18px;
    padding-left: 3px;
    font-size: 0.6rem;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label:after {
    font-family: "icomoon";
    content: "\e904";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    cursor: default !important;
}
.checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: default;
}
.checkbox.checkbox-circle label:before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
    padding: 5px 10px 5px 20px;
    margin-left: 0;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background-color: #212a34;
    border-color: #212a34;
}
.checkbox input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label:before {
    background-color: #212a34;
    border-color: #212a34;
}
.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label:before {
    background-color: #5bc0de;
    border-color: #37cde6;
}
.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label:before {
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label:before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox label,
.radio label {
    margin-bottom: 0;
    height: 15px;
}
.checkbox-primary input[type="checkbox"]:checked + label:before {
    background-color: #3bafda;
    border-color: #3bafda;
}
.checkbox-primary input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-secondary input[type="checkbox"]:checked + label:before {
    background-color: #6c757d;
    border-color: #6c757d;
}
.checkbox-secondary input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label:before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.checkbox-success input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label:before {
    background-color: #37cde6;
    border-color: #37cde6;
}
.checkbox-info input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label:before {
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.checkbox-warning input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label:before {
    background-color: #f1556c;
    border-color: #f1556c;
}
.checkbox-danger input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-light input[type="checkbox"]:checked + label:before {
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.checkbox-light input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-dark input[type="checkbox"]:checked + label:before {
    background-color: #323a46;
    border-color: #323a46;
}
.checkbox-dark input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-pink input[type="checkbox"]:checked + label:before {
    background-color: #f672a7;
    border-color: #f672a7;
}
.checkbox-pink input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.checkbox-purple input[type="checkbox"]:checked + label:before {
    background-color: #322976;
    border-color: #322976;
}
.checkbox-purple input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.radio label {
    display: inline-block;
    padding-left: 3px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    color: #6c757d;
}
.radio label:before {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    top: 3px;
    margin-left: -18px;
    position: absolute;
    -webkit-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: none !important;
}
.radio label:after {
    background-color: #2eb6c7;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 7px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:focus + label:before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}
.radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio.radio-single label {
    height: 17px;
}
.radio-primary input[type="radio"] + label:after {
    background-color: #3bafda;
}
.radio-primary input[type="radio"]:checked + label:before {
    border-color: #3bafda;
}
.radio-primary input[type="radio"]:checked + label:after {
    background-color: #3bafda;
}
.radio-secondary input[type="radio"] + label:after {
    background-color: #6c757d;
}
.radio-secondary input[type="radio"]:checked + label:before {
    border-color: #6c757d;
}
.radio-secondary input[type="radio"]:checked + label:after {
    background-color: #6c757d;
}
.radio-success input[type="radio"] + label:after {
    background-color: #1abc9c;
}
.radio-success input[type="radio"]:checked + label:before {
    border-color: #1abc9c;
}
.radio-success input[type="radio"]:checked + label:after {
    background-color: #1abc9c;
}
.radio-info input[type="radio"] + label:after {
    background-color: #37cde6;
}
.radio-info input[type="radio"]:checked + label:before {
    border-color: #37cde6;
}
.radio-info input[type="radio"]:checked + label:after {
    background-color: #37cde6;
}
.radio-warning input[type="radio"] + label:after {
    background-color: #f7e97a;
}
.radio-warning input[type="radio"]:checked + label:before {
    border-color: #f7e97a;
}
.radio-warning input[type="radio"]:checked + label:after {
    background-color: #f7e97a;
}
.radio-danger input[type="radio"] + label:after {
    background-color: #f1556c;
}
.radio-danger input[type="radio"]:checked + label:before {
    border-color: #f1556c;
}
.radio-danger input[type="radio"]:checked + label:after {
    background-color: #f1556c;
}
.radio-light input[type="radio"] + label:after {
    background-color: #f1f5f7;
}
.radio-light input[type="radio"]:checked + label:before {
    border-color: #f1f5f7;
}
.radio-light input[type="radio"]:checked + label:after {
    background-color: #f1f5f7;
}
.radio-dark input[type="radio"] + label:after {
    background-color: #323a46;
}
.radio-dark input[type="radio"]:checked + label:before {
    border-color: #323a46;
}
.radio-dark input[type="radio"]:checked + label:after {
    background-color: #323a46;
}
.radio-pink input[type="radio"] + label:after {
    background-color: #f672a7;
}
.radio-pink input[type="radio"]:checked + label:before {
    border-color: #f672a7;
}
.radio-pink input[type="radio"]:checked + label:after {
    background-color: #f672a7;
}
.radio-purple input[type="radio"] + label:after {
    background-color: #322976;
}
.radio-purple input[type="radio"]:checked + label:before {
    border-color: #322976;
}
.radio-purple input[type="radio"]:checked + label:after {
    background-color: #322976;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid #3bafda;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: SpinnerAnimation 1.1s infinite linear;
    animation: SpinnerAnimation 1.1s infinite linear;
}
.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@-webkit-keyframes SpinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes SpinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bg-soft-primary {
    background-color: rgba(59, 175, 218, 0.25) !important;
}
.bg-soft-secondary {
    background-color: rgba(108, 117, 125, 0.25) !important;
}
.bg-soft-success {
    background-color: rgba(26, 188, 156, 0.25) !important;
}
.bg-soft-info {
    background-color: rgba(55, 205, 230, 0.25) !important;
}
.bg-soft-warning {
    background-color: rgba(247, 233, 122, 0.25) !important;
}
.bg-soft-danger {
    background-color: rgba(241, 85, 108, 0.25) !important;
}
.bg-soft-light {
    background-color: rgba(241, 245, 247, 0.25) !important;
}
.bg-soft-dark {
    background-color: rgba(50, 58, 70, 0.25) !important;
}
.bg-soft-pink {
    background-color: rgba(246, 114, 167, 0.25) !important;
}
.bg-soft-purple {
    background-color: rgba(50, 41, 118, 0.25) !important;
}
.bg-ghost {
    opacity: 0.4;
}
.btn-primary {
    -webkit-box-shadow: 0 0 0 rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 rgba(59, 175, 218, 0.5);
}
.btn-secondary {
    -webkit-box-shadow: 0 0 0 rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-success {
    -webkit-box-shadow: 0 0 0 rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 rgba(26, 188, 156, 0.5);
}
.btn-info {
    -webkit-box-shadow: 0 0 0 rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 rgba(55, 205, 230, 0.5);
}
.btn-warning {
    -webkit-box-shadow: 0 0 0 rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 rgba(247, 233, 122, 0.5);
}
.btn-danger {
    -webkit-box-shadow: 0 0 0 rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 rgba(241, 85, 108, 0.5);
}
.btn-light {
    -webkit-box-shadow: 0 0 0 rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 rgba(241, 245, 247, 0.5);
}
.btn-dark {
    -webkit-box-shadow: 0 0 0 rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 rgba(50, 58, 70, 0.5);
}
.btn-pink {
    -webkit-box-shadow: 0 0 0 rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 rgba(246, 114, 167, 0.5);
}
.btn-purple {
    -webkit-box-shadow: 0 0 0 rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 rgba(50, 41, 118, 0.5);
}
.btn .mdi:before {
    margin-top: -1px;
}
.btn i {
    display: inline-block;
}
.btn-rounded {
    border-radius: 2em;
}
.btn-light,
.btn-white {
    color: #323a46;
}
.btn-white {
    border-color: #dee2e6;
}
.btn-white:focus,
.btn-white:hover {
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-white.focus,
.btn-white:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(222, 226, 230, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(222, 226, 230, 0.3);
}
.btn-link {
    font-weight: 400;
    color: #3bafda;
    background-color: transparent;
}
.btn-link:hover {
    color: #2084a9;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #98a6ad;
    pointer-events: none;
}
.btn-outline-primary {
    color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3bafda;
    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: #3bafda;
    border-color: #3bafda;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1abc9c;
    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: #1abc9c;
    border-color: #1abc9c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-outline-info {
    color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #37cde6;
    border-color: #37cde6;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #37cde6;
    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: #37cde6;
    border-color: #37cde6;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-outline-warning {
    color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning:hover {
    color: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f7e97a;
    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: #343a40;
    background-color: #f7e97a;
    border-color: #f7e97a;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1556c;
    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: #f1556c;
    border-color: #f1556c;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-outline-light {
    color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light:hover {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f1f5f7;
    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: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-outline-dark {
    color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #323a46;
    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: #323a46;
    border-color: #323a46;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:hover {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink.focus,
.btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #f672a7;
    background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7;
}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-outline-purple {
    color: #322976;
    border-color: #322976;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple.focus,
.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #322976;
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #322976;
    border-color: #322976;
}
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.btn-label {
    margin: -0.55rem 0.9rem -0.55rem -0.9rem;
    padding: 0.6rem 0.9rem;
    background-color: rgba(50, 58, 70, 0.1);
}
.btn-label-right {
    margin: -0.45rem -0.9rem -0.45rem 0.9rem;
    padding: 0.45rem 0.9rem;
    background-color: rgba(50, 58, 70, 0.1);
    display: inline-block;
}
.btn-xs {
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    border-radius: 0.15rem;
}
.btn-soft-primary {
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.18);
    border-color: rgba(59, 175, 218, 0.12);
}
.btn-soft-primary:hover {
    color: #fff;
    background-color: #3bafda;
}
.btn-soft-primary.focus,
.btn-soft-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.3);
}
.btn-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.18);
    border-color: rgba(108, 117, 125, 0.12);
}
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #6c757d;
}
.btn-soft-secondary.focus,
.btn-soft-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.3);
}
.btn-soft-success {
    color: #1abc9c;
    background-color: rgba(26, 188, 156, 0.18);
    border-color: rgba(26, 188, 156, 0.12);
}
.btn-soft-success:hover {
    color: #fff;
    background-color: #1abc9c;
}
.btn-soft-success.focus,
.btn-soft-success:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.3);
}
.btn-soft-info {
    color: #37cde6;
    background-color: rgba(55, 205, 230, 0.18);
    border-color: rgba(55, 205, 230, 0.12);
}
.btn-soft-info:hover {
    color: #fff;
    background-color: #37cde6;
}
.btn-soft-info.focus,
.btn-soft-info:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.3);
}
.btn-soft-warning {
    color: #f7e97a;
    background-color: rgba(247, 233, 122, 0.18);
    border-color: rgba(247, 233, 122, 0.12);
}
.btn-soft-warning:hover {
    color: #fff;
    background-color: #f7e97a;
}
.btn-soft-warning.focus,
.btn-soft-warning:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(247, 233, 122, 0.3);
}
.btn-soft-danger {
    color: #f1556c;
    background-color: rgba(241, 85, 108, 0.18);
    border-color: rgba(241, 85, 108, 0.12);
}
.btn-soft-danger:hover {
    color: #fff;
    background-color: #f1556c;
}
.btn-soft-danger.focus,
.btn-soft-danger:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.3);
}
.btn-soft-light {
    color: #f1f5f7;
    background-color: rgba(241, 245, 247, 0.18);
    border-color: rgba(241, 245, 247, 0.12);
}
.btn-soft-light:hover {
    color: #fff;
    background-color: #f1f5f7;
}
.btn-soft-light.focus,
.btn-soft-light:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.3);
}
.btn-soft-dark {
    color: #323a46;
    background-color: rgba(50, 58, 70, 0.18);
    border-color: rgba(50, 58, 70, 0.12);
}
.btn-soft-dark:hover {
    color: #fff;
    background-color: #323a46;
}
.btn-soft-dark.focus,
.btn-soft-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.3);
}
.btn-soft-pink {
    color: #f672a7;
    background-color: rgba(246, 114, 167, 0.18);
    border-color: rgba(246, 114, 167, 0.12);
}
.btn-soft-pink:hover {
    color: #fff;
    background-color: #f672a7;
}
.btn-soft-pink.focus,
.btn-soft-pink:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.3);
}
.btn-soft-purple {
    color: #322976;
    background-color: rgba(50, 41, 118, 0.18);
    border-color: rgba(50, 41, 118, 0.12);
}
.btn-soft-purple:hover {
    color: #fff;
    background-color: #322976;
}
.btn-soft-purple.focus,
.btn-soft-purple:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(50, 41, 118, 0.3);
}
.btn-bordered-primary {
    background-color: #3bafda;
    color: #fff !important;
    border-bottom: 2px solid #2494be;
}
.btn-bordered-primary.focus,
.btn-bordered-primary:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}
.btn-bordered-secondary {
    background-color: #6c757d;
    color: #fff !important;
    border-bottom: 2px solid #545b62;
}
.btn-bordered-secondary.focus,
.btn-bordered-secondary:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-bordered-success {
    background-color: #1abc9c;
    color: #fff !important;
    border-bottom: 2px solid #148f77;
}
.btn-bordered-success.focus,
.btn-bordered-success:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}
.btn-bordered-info {
    background-color: #37cde6;
    color: #fff !important;
    border-bottom: 2px solid #1ab6d0;
}
.btn-bordered-info.focus,
.btn-bordered-info:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}
.btn-bordered-warning {
    background-color: #f7e97a;
    color: #fff !important;
    border-bottom: 2px solid #f4e14a;
}
.btn-bordered-warning.focus,
.btn-bordered-warning:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(247, 233, 122, 0.5);
}
.btn-bordered-danger {
    background-color: #f1556c;
    color: #fff !important;
    border-bottom: 2px solid #ed2643;
}
.btn-bordered-danger.focus,
.btn-bordered-danger:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}
.btn-bordered-light {
    background-color: #f1f5f7;
    color: #fff !important;
    border-bottom: 2px solid #d1dee4;
}
.btn-bordered-light.focus,
.btn-bordered-light:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}
.btn-bordered-dark {
    background-color: #323a46;
    color: #fff !important;
    border-bottom: 2px solid #1d2128;
}
.btn-bordered-dark.focus,
.btn-bordered-dark:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}
.btn-bordered-pink {
    background-color: #f672a7;
    color: #fff !important;
    border-bottom: 2px solid #f34289;
}
.btn-bordered-pink.focus,
.btn-bordered-pink:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}
.btn-bordered-purple {
    background-color: #322976;
    color: #fff !important;
    border-bottom: 2px solid #221c50;
}
.btn-bordered-purple.focus,
.btn-bordered-purple:focus {
    -webkit-box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
    box-shadow: 0 0 0, 0 0 0 0.15rem rgba(50, 41, 118, 0.5);
}
.fileupload {
    overflow: hidden;
    position: relative;
}
.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-light {
    background-color: white;
    border: 1px solid #ced4da;
}
.btn-outline-light {
    color: black;
    background-color: white;
    border: 1px solid #ced4da;
}
.btn-outline-warning {
    color: #f7e97a;
    border: 1px solid #f7e97a;
}
label {
    margin-bottom: 0.35rem;
}
.form-row {
    margin-left: 0px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
select.form-control {
    -webkit-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff
        url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='12' height='12' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(50,42,118)'/></g></svg>")
        no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px !important;
    padding-left: 10px !important;
    color: #9aa0a7;
}
select.form-control:focus {
    color: #374251 !important;
    background-color: #fff;
    border: 1px solid #44bdcc !important;
}
.checkbox label,
.radio label {
    font-weight: normal;
}
.custom-select,
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control-light {
    background-color: #f3f7f9 !important;
    border-color: #f3f7f9 !important;
}
input.form-control[type="color"],
input.form-control[type="range"] {
    min-height: 39px;
}
.custom-select.is-invalid:focus,
.custom-select.is-valid:focus,
.custom-select:invalid:focus,
.custom-select:valid:focus,
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control:invalid:focus,
.form-control:valid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-control-label {
    cursor: pointer;
    margin-bottom: 25px;
}
.comment-area-box .form-control {
    border-color: #dee2e6;
    border-radius: 0.2rem 0.2rem 0 0;
}
.comment-area-box .comment-area-btn {
    background-color: #f1f5f7;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.2rem 0.2rem;
}
.search-bar .form-control {
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 30px;
}
.search-bar span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: add(1.5em, add(0.9rem, 2px, false));
    left: 13px;
    top: 0;
    color: #98a6ad;
}
.password-eye:before {
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1.2;
    font-size: 16px;
}
.show-password .password-eye:before {
    content: "\e86e";
}
select[multiple] option + option,
select[size] option + option {
    margin-top: 1px;
}
select[multiple] option,
select[size] option {
    padding: 6px 12px;
    border-radius: 2px;
}
.rim {
    padding: 8px 8px 0px 8px;
    background-color: #fff;
    border: 1px solid rgba(54, 66, 80, 0.1019607843);
    border-radius: 8px;
    clear: both;
}
.rim:nth-child(n + 2) {
    margin-top: 16px;
}
.rim.result {
    padding: 0;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
    border: 0;
}
.rim.has-collapse {
    padding-top: 0;
}
.rim.has-collapse a.table-tit.collapsed {
    margin-bottom: 0;
}
.rim .scroll_table,
.rim .table-responsive {
    border-radius: 0.25rem;
}
.rim .scroll_table .paginator,
.rim .table-responsive .paginator {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -5px;
    display: table;
    width: 100%;
}
.rim .scroll_table .paginator .rl_bt,
.rim .table-responsive .paginator .rl_bt {
    margin-top: -4px;
}
.rim .scroll_table .paginator .ct_bt,
.rim .table-responsive .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.rim .scroll_table .paginator i,
.rim .table-responsive .paginator i {
    font-size: 0.9rem;
}
.rim .scroll_table .paginator span,
.rim .table-responsive .paginator span {
    color: #364250;
    font-weight: 400;
}
.rim .paginator {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -5px;
    display: table;
    width: 100%;
}
.rim .paginator .rl_bt {
    margin-top: -4px;
}
.rim .paginator .ct_bt {
    margin-bottom: 10px;
    text-align: center !important;
}
.rim .paginator i {
    font-size: 0.9rem;
}
.rim .paginator span {
    color: #364250;
    font-weight: 400;
}
.rim .edit-form {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #fff;
    margin-bottom: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.rim .edit-form + .edit-form {
    margin-top: 10px;
}
.rim .tb-single-rwd {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0px;
}
.rim .tb-single-rwd + .collapse,
.rim .tb-single-rwd + .tb-single-rwd {
    border-top: 1px solid #f7f7f7;
}
.rim .tb-single-rwd p {
    margin-bottom: 0;
}
.rim .tb-single-rwd:last-child {
    margin-bottom: 0;
}
.rim .tb-single-rwd > .td {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    background: #fff;
}
.rim .tb-single-rwd > .td span.only-txt {
    display: inline-block;
    padding-top: 11px;
}
.rim .tb-single-rwd > .td .checkbox,
.rim .tb-single-rwd > .td .radio {
}
.rim .tb-single-rwd > .td.hd {
    vertical-align: middle;
    color: #364250;
    padding-right: 12px;
    padding-left: 5px;
    text-align: right;
    background: rgba(33, 42, 52, 0.1);
    border-right: 1px solid #f7f7f7;
    background-blend-mode: overlay;
    width: 16%;
}
.rim .tb-single-rwd > .td.hd.hd-fixed {
    width: 150px;
}
.rim .tb-single-rwd > .td.hd + .td + .hd {
    border-left: 1px solid #f7f7f7;
}
.rim .tb-single-rwd > .td.col-3 {
}
.rim .tb-single-rwd > .td .radio {
    margin-top: 5px;
}
.rim .tb-single-rwd.gap:after {
    display: table-cell;
    content: "";
    width: 50%;
}
.rim .tb-single-rwd.gap1:after {
    display: table-cell;
    content: "";
    width: 40%;
}
.rim .tb-single-rwd .td.ct.vmid {
    padding: 0 6px;
}
.rim .tb-single-rwd.result {
    margin-bottom: 0;
    border-bottom: 1px solid #2eb6c7;
}
.rim .tb-single-rwd.result:last-child {
    border-bottom: 0;
}
.rim .tb-single-rwd.result > .td {
    padding: 13px;
}
.rim .tb-single-rwd.result .hd + .td + .hd {
    border-left: 1px solid #2eb6c7;
}
.rim .form-group {
    margin-bottom: 0;
}
.rim .form-group p {
    margin-bottom: 0;
}
.rim .form-group .bootstrap-select {
    position: relative;
    top: 0px !important;
}
.rim .form-group .help-block {
    text-align: left;
    display: none !important;
    font-size: 0.75rem;
    font-weight: 400;
    padding-top: 5px;
}
.rim .form-group.has-error .help-block {
    margin-bottom: -3px;
    display: block !important;
    color: #fd0000;
}
.rim .form-group ul {
    list-style-type: none;
    margin: 0;
}
.rim .form-control {
    border-radius: 4px;
    padding: 0.48rem 1rem !important;
}
.inline-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}
.inline-table li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
span.star {
    color: #f1556c;
    display: inline-block;
}
input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: "icomoon";
    content: "\e9c2";
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 12px;
    color: #212a34;
}
.i-date,
.i-time {
    position: relative;
    z-index: 9999 !important;
}
.i-date input[type="date"]::-webkit-calendar-picker-indicator,
.i-date input[type="month"]::-webkit-calendar-picker-indicator,
.i-date input[type="time"]::-webkit-calendar-picker-indicator,
.i-date input[type="week"]::-webkit-calendar-picker-indicator,
.i-time input[type="date"]::-webkit-calendar-picker-indicator,
.i-time input[type="month"]::-webkit-calendar-picker-indicator,
.i-time input[type="time"]::-webkit-calendar-picker-indicator,
.i-time input[type="week"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.i-date input[type="date"]:before,
.i-date input[type="month"]:before,
.i-date input[type="time"]:before,
.i-date input[type="week"]:before,
.i-time input[type="date"]:before,
.i-time input[type="month"]:before,
.i-time input[type="time"]:before,
.i-time input[type="week"]:before {
    display: none;
}
.i-date:before,
.i-time:before {
    display: inline-block;
    font-family: "icomoon";
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 12px;
    color: #212a34;
    pointer-events: none;
}
.i-date:before {
    content: "\e9c2";
}
.i-time:before {
    content: "\e9d0";
}
.input-icons {
    width: 100%;
    position: relative;
    left: 0;
}
.input-icons i {
    color: #212a34;
    position: absolute;
    right: 0;
    top: 2px;
}
.icon {
    padding: 10px;
    min-width: 40px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table-striped tbody tr:nth-of-type(2n) {
    background-color: #f1f5f7 !important;
}
h2.table-tit {
    display: block;
    font-size: 1.25rem;
    padding: 0;
    padding-top: 10px;
    position: relative;
    color: #212a34;
    margin: 0px;
    text-align: left;
    line-height: normal !important;
    clear: both;
    margin-bottom: 10px;
}
h2.table-tit:nth-child(n + 2) {
    padding-bottom: 15px;
}
h2.table-tit .btn-item {
    display: inline-block;
}
h2.table-tit > span.btn-reload {
    float: right;
    font-size: 1rem;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #212a34;
    background-color: #364250;
    color: #fff;
    font-weight: bolder;
}
h2.table-tit > span.btn-reload .time {
    color: #f4067d;
    font-weight: bolder;
    font-family: Roboto-bold;
    text-shadow: #fff 0px 2px, #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -1.4px -1.4px, #fff 1.4px 1.4px, #fff 1.4px -1.4px, #fff -1.4px 1.4px;
}
h2.table-tit strong.num {
    font-family: Roboto-Bold;
    font-size: 2rem;
    color: #fc8e5e;
    display: inline-block;
    padding: 0 5px;
}
h2.table-tit > .btn-group {
    position: relative;
    margin-top: -10px;
}
h2.table-tit > .btn-group .btn {
    padding: 6px 15px;
    border-radius: 30px !important;
    margin-left: 10px;
}
h2.table-tit > .btn-group .btn i {
    position: relative;
    top: 1px;
}
h2.table-tit > .btn-group.pull-right {
    position: relative;
}
h2.table-tit .float-right {
    position: relative;
    top: -5px;
}
h2.table-tit .float-right .form-control {
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    border: 0;
}
.gap10 {
    padding: 0 8px;
}
.gap10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.tb-single-rwd > .td .radio {
    margin-top: 5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.table thead th {
    border-radius: 0;
}
.table thead th.next,
.table thead th.prev {
    border-radius: 0;
}
.table thead th.next:hover,
.table thead th.prev:hover {
    color: #212a34;
    background-color: rgba(33, 42, 52, 0.1);
}
.datepicker-switch:hover {
    color: #212a34;
    background-color: rgba(33, 42, 52, 0.1);
}
@media (max-width: 767px) {
    .rim .tb-single-rwd {
        display: block;
        margin-bottom: 0;
    }
    .rim .tb-single-rwd > .td {
        display: block;
        margin-bottom: 0px;
        width: 100%;
    }
    .rim .tb-single-rwd > .td.col-3 {
        width: 100%;
    }
    .rim .tb-single-rwd > .td.gap {
        border-right: 1px solid #ced4da;
    }
    .rim .tb-single-rwd > .td.gap + .td {
        display: none;
    }
    .rim .tb-single-rwd .td.hd {
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 5px 10px;
        border-right: 0;
        border-left: 0;
    }
    .rim .tb-single-rwd + .tb-single-rwd {
        border-top: 0;
    }
}
.bootstrap-select .dropdown-item:hover {
    background-color: rgba(46, 182, 199, 0.1) !important;
}
.bootstrap-select .dropdown-item.active {
    background-color: rgba(46, 182, 199, 0.1) !important;
    color: #364250;
}
.bootstrap-select.form-control {
    padding: 0 !important;
}
.dz-message ul li.icloud-box {
    border-radius: 4px;
    border: 1px solid #ced4da;
}
.dz-message ul li.icloud-box p {
    padding-left: 10px;
}
.nav-pills > li > a,
.nav-tabs > li > a {
    color: #000;
    font-weight: 400;
}
.nav-pills > a {
    color: #6c757d;
    font-weight: 400;
}
.nav-tabs .nav-link > .active {
    color: #364250;
    font-weight: 400;
}
.navtab-bg .nav-link {
    background-color: #edeff1;
    margin: 0 5px;
}
.nav-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}
.nav-bordered .nav-item {
    margin-bottom: -2px;
}
.nav-bordered li a {
    border: 0 !important;
    padding: 10px 20px;
}
.nav-bordered a.active {
    border-bottom: 2px solid #2eb6c7 !important;
}
.breadcrumb-item > a {
    color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item:before {
    font-family: "icomoon";
    content: "/";
}
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
}
.card-drop {
    font-size: 20px;
    line-height: 0;
    color: inherit;
}
.card-widgets {
    float: right;
    height: 16px;
}
.card-widgets > a {
    color: inherit;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.card-widgets > a.collapsed i:before {
    content: "\f0415";
}
.card-header,
.card-title {
    margin-top: 0;
}
.card-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.8);
    cursor: progress;
}
.card-disabled .card-portlets-loader {
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    margin-left: -12px;
    margin-top: -12px;
}
.header-title {
    font-size: 1.25rem;
    margin: 0 0 7px 0;
    font-weight: 500;
}
.sub-header {
    font-size: 0.875rem;
    margin-bottom: 24px;
    color: #98a6ad;
}
.pagination-rounded .page-link {
    margin: 0 3px;
    border: none;
    background-color: #212a34;
    border-color: #212a34;
}
th {
    font-weight: 600;
}
.table-centered td,
.table-centered th {
    vertical-align: middle !important;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}
.table .table-user img {
    height: 30px;
    width: 30px;
}
.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
.action-icon:hover {
    color: #6c757d;
}
.table {
    border: none;
    margin-bottom: 0;
    color: #364250;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e7e9ea;
    background-color: rgba(54, 66, 80, 0.0588235294);
    color: #364250;
    padding: 8px;
    font-weight: 400;
}
.table td {
    padding: 8px;
}
.table .div-tb {
    display: table;
    width: 100%;
}
.table .div-tb .div-tb .td {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
    line-height: 25px;
}
.table .paginator {
    padding: 0px;
    padding-top: 10px;
    border-top: 0;
}
.table .paginator i {
    position: relative;
    font-size: 13px;
    z-index: 1;
}
.table .paginator .btn {
    padding: 4px 10px 2px 10px;
    background: transparent;
}
.table .paginator .btn-group-sm > .btn,
.table .paginator .btn.btn-sm {
    position: relative;
    top: -2px;
}
.table .paginator .btn-group-sm > .btn:after,
.table .paginator .btn.btn-sm:after {
    display: inline-block;
    opacity: 0;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 8px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
    left: 2px;
    top: -1px;
}
.table .paginator .btn-group-sm > .btn:hover,
.table .paginator .btn.btn-sm:hover {
    color: #364250;
}
.table .paginator .btn-group-sm > .btn:hover:after,
.table .paginator .btn.btn-sm:hover:after {
    opacity: 1;
}
.table .paginator span.p-info {
    color: #364250;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.4rem;
}
.table-responsive .table-dark td,
.table-responsive .table-dark th {
    color: #fff;
}
.modal-title {
    margin-top: 0;
}
.modal-full-width {
    width: 95%;
    max-width: none;
}
.modal-top {
    margin: 0 auto;
}
.modal-right {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(25%, 0) !important;
    transform: translate(25%, 0) !important;
}
.modal-right button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.modal.show .modal-right {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin: 0 auto;
    -ms-flex-line-pack: center;
    align-content: center;
}
.modal-colored-header {
    color: #fff;
    border-radius: 0;
}
.modal-colored-header .close {
    color: #fff !important;
}
.modal-demo {
    background-color: #fff;
    width: 600px !important;
    border-radius: 4px;
    display: none;
    position: relative;
    overflow: hidden;
}
.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f1f5f7;
}
@media (max-width: 768px) {
    .modal-demo {
        width: 96% !important;
    }
}
.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #3bafda;
    color: #fff;
    text-align: left;
    margin: 0;
}
.custom-modal-text {
    padding: 20px;
}
.custombox-modal-wrapper {
    text-align: left;
}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}
.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}
.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}
.grid-structure .grid-container {
    background-color: #f1f5f7;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px 20px;
}
.icons-list-demo div.col-sm-6 {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.icons-list-demo div.col-sm-6 p {
    margin-bottom: 0;
    line-height: inherit;
}
.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: #98a6ad;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.icons-list-demo .col-sm-6 {
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}
.icons-list-demo .col-sm-6:hover,
.icons-list-demo .col-sm-6:hover i {
    color: #3bafda;
}
.icons-list-demo .icon-item svg {
    margin-right: 10px;
}
.icons-list-demo .icon-item span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 0.5rem;
    overflow: auto;
}
.text-error {
    color: #3bafda;
    text-shadow: rgba(59, 175, 218, 0.3) 5px 1px, rgba(59, 175, 218, 0.2) 10px 3px;
    font-size: 84px;
    line-height: 90px;
    font-family: "Roboto", sans-serif;
}
.error-text-box {
    font-size: 10rem;
    font-family: "Roboto", sans-serif;
    min-height: 200px;
}
.error-text-box .text {
    fill: none;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-dasharray: 30 100;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 9s infinite linear;
    animation: stroke 9s infinite linear;
}
.error-text-box .text:nth-child(5n + 1) {
    stroke: #f1556c;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.error-text-box .text:nth-child(5n + 2) {
    stroke: #f7e97a;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}
.error-text-box .text:nth-child(5n + 3) {
    stroke: #3bafda;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}
.error-text-box .text:nth-child(5n + 4) {
    stroke: #37cde6;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
}
.error-text-box .text:nth-child(5n + 5) {
    stroke: #1abc9c;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: -400;
    }
}
@keyframes stroke {
    to {
        stroke-dashoffset: -400;
    }
}
.circle {
    margin: auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #c0c6cc;
}
.circle.circle .circle_text {
    text-align: center;
    line-height: 260px;
    font-size: 100px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .error-text-box .text {
        fill: #f1556c;
        stroke: #f1556c;
        stroke-width: 6;
        stroke-dasharray: 0 0;
        stroke-dashoffset: 0;
        -webkit-animation: none;
        animation: none;
    }
}
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
    mask-image: radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}
.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
    padding: 0;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}
.waves-float {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
    display: block;
}
.clockpicker-popover .btn-default {
    background-color: #3bafda;
    color: #fff;
}
.clockpicker-popover {
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border: 1px solid #e7eef1;
}
.clockpicker-popover .popover-title {
    background-color: transparent;
    font-weight: 500;
}
.clockpicker-popover .clockpicker-plate {
    background: #f1f5f7;
    border: 1px solid #e7eef1;
}
.clockpicker-popover .popover-content {
    background-color: transparent;
}
.clockpicker-tick {
    color: #6c757d;
}
.clockpicker-tick:hover {
    background-color: rgba(59, 175, 218, 0.35);
}
.clockpicker-canvas line {
    stroke: #3bafda;
}
.clockpicker-canvas-bg {
    fill: rgba(59, 175, 218, 0.35);
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #3bafda;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.fc-view {
    margin-top: 30px;
}
.none-border .modal-footer {
    border-top: none;
}
.fc-toolbar {
    margin: 10px 0 5px 0;
}
.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
    font-weight: 500;
}
th.fc-day-header {
    padding: 0.5rem 0;
}
.fc-day {
    background: transparent;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0;
}
.fc th.fc-widget-header {
    background: #dee2e6;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #dee2e6;
}
.fc-unthemed .fc-divider,
.fc-unthemed td.fc-today {
    background: #dee2e6;
}
.fc-button {
    background: #dee2e6;
    border: none;
    color: #6c757d;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}
.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}
.fc-cell-overlay,
.fc-state-highlight,
.fc-state-hover {
    background: #dee2e6;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: #3bafda;
    color: #fff;
    text-shadow: none;
}
.fc-unthemed .fc-today {
    background: #fff;
}
.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}
.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}
.fc-basic-view .fc-content {
    color: #fff;
}
.fc-time-grid-event .fc-content {
    color: #fff;
}
.fc-content-skeleton .fc-day-top .fc-day-number {
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f1f5f7;
    border-radius: 50%;
    margin: 5px;
    font-size: 11px;
}
@media (max-width: 767.98px) {
    .fc-toolbar {
        display: block;
    }
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }
    .fc .fc-toolbar > * > * {
        float: none;
    }
    .fc-today-button {
        display: none;
    }
}
.fc-toolbar .btn {
    padding: 0.28rem 0.8rem;
    font-size: 0.81rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.fc-list-item-time,
.fc-list-item-title {
    color: #fff;
}
.datepicker {
    padding: 10px !important;
    -webkit-animation: none;
    animation: none;
}
.datepicker table tr td {
    padding: 5px;
}
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #2eb6c7 !important;
    background-image: none !important;
    color: #fff;
    border-radius: 50%;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f7f7f7;
    border-radius: 50%;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #6c757d;
    opacity: 0.4;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #f7f7f7;
}
.datepicker .datepicker-switch:hover {
    background: none;
}
.datepicker-dropdown:after {
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown:before {
    border-bottom-color: #e7eef1;
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #e7eef1;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff;
}
.datepicker span.year {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
}
.datepicker-orient-top {
    z-index: 9999 !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #6c757d;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container input::-webkit-input-placeholder {
    color: #adb5bd;
}
.select2-container input::-moz-placeholder {
    color: #adb5bd;
}
.select2-container input:-ms-input-placeholder {
    color: #adb5bd;
}
.select2-container input::-ms-input-placeholder {
    color: #adb5bd;
}
.select2-container input::placeholder {
    color: #adb5bd;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-dropdown {
    border: 0 solid #e7eef1;
    -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    background-color: #fff;
}
.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #ced4da;
    background-color: #364250;
    color: #6c757d;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #364250;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: white;
    color: #323a46;
}
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background-color: #364250;
    color: #fff;
}
.select2-container .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    -webkit-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff
        url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='12' height='12' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(50,42,118)'/></g></svg>")
        no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px !important;
    color: #212a34;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #6c757d;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #212a34;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 5px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}
.custom-scroll {
    height: 100%;
}
.dataTables_wrapper.container-fluid {
    padding: 0;
}
table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0.5rem;
    content: "\f0360";
    font-family: "icomoon" !important;
    font-size: 1.3rem;
    top: 6px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.4em;
    content: "\f035d";
    font-family: "icomoon" !important;
    top: 13px;
    font-size: 1.3rem;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #3bafda;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    border-color: #3bafda;
}
table.dataTable tbody td:focus {
    outline: none !important;
}
table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #3bafda !important;
    outline-offset: -1px;
    background-color: rgba(59, 175, 218, 0.15);
}
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 {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    background-color: #1abc9c;
    top: auto;
    bottom: auto;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f1556c;
}
div.dt-button-info {
    background-color: #3bafda;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}
div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
@media (max-width: 767.98px) {
    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem;
    }
    li.paginate_button {
        display: none;
    }
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }
    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem;
    }
}
.activate-select .sorting_1 {
    background-color: #f1f5f7;
}
div.dt-buttons {
    float: right !important;
}
div.dt-buttons .btn {
    border: 1px solid #364250;
    color: #364250;
}
.bootstrap-select .dropdown-toggle:after {
    border: none;
}
table.dataTable.nowrap td {
    white-space: normal;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.daterangepicker {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: 0 solid #e7eef1;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #fff;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    color: #98a6ad;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #adb5bd;
}
.daterangepicker .calendar-table select {
    color: #6c757d !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}
.daterangepicker .ranges li:hover {
    background-color: #f1f5f7;
}
.daterangepicker .ranges li.active {
    background-color: #3bafda;
}
.daterangepicker td.in-range {
    background-color: #edeff1;
    color: #6c757d;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    color: #6c757d;
    opacity: 0.5;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #3bafda;
    color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #3bafda;
    color: #fff;
}
.daterangepicker:after {
    border-bottom: 6px solid #fff;
}
.daterangepicker:before {
    border-bottom: 7px solid #e7eef1;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #e7eef1;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: white;
    border: 1px solid white;
    color: #6c757d;
}
.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #e7eef1 !important;
}
.form-wizard-header .nav-item {
    margin: 0 0.5em;
    text-align: left;
}
.form-wizard-header .nav-item:first-child {
    margin-left: 0;
}
.form-wizard-header .nav-item:last-child {
    margin-right: 0;
}
.form-wizard-header .nav-item .nav-link {
    border-radius: 4px;
    background-color: rgba(59, 175, 218, 0.2);
    border: 1px solid rgba(59, 175, 218, 0.2);
}
@media (max-width: 575.98px) {
    .form-wizard-header .nav-item .nav-link {
        text-align: center;
    }
}
.form-wizard-header .nav-item .nav-link .number {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
    color: #3bafda;
    background-color: rgba(59, 175, 218, 0.2);
    text-align: center;
}
@media (max-width: 575.98px) {
    .form-wizard-header .nav-item .nav-link .number {
        margin: 0;
    }
}
.form-wizard-header .nav-item .nav-link.active {
    background-color: #3bafda;
}
.form-wizard-header .nav-item .nav-link.active .number {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.responsive-table-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
    color: #6c757d;
}
.responsive-table-plugin .table-responsive {
    border: none;
    margin-bottom: 0;
}
.responsive-table-plugin .btn-toolbar {
    display: block;
}
.responsive-table-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}
.responsive-table-plugin .checkbox-row {
    padding-left: 40px;
}
.responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0;
}
.responsive-table-plugin .checkbox-row label:before {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none;
}
.responsive-table-plugin .checkbox-row label:after {
    color: #ced4da;
    display: inline-block;
    font-size: 9px;
    height: 16px;
    left: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -2px;
    width: 16px;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:focus + label:before {
    outline-offset: -2px;
    outline: none;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label:before {
    background-color: #dee2e6;
    cursor: not-allowed;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label:before {
    background-color: transparent;
    border-color: #3bafda;
}
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
    color: #3bafda;
}
.responsive-table-plugin .sticky-table-header,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin table.focus-on tbody tr.focused th {
    background: #3bafda;
    border-color: #3bafda;
    color: #fff;
}
.responsive-table-plugin .sticky-table-header table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin table.focus-on tbody tr.focused th table {
    color: #fff;
}
.responsive-table-plugin .fixed-solution .sticky-table-header {
    top: 50px !important;
}
.responsive-table-plugin .btn-default {
    background-color: #f1f5f7;
    color: #343a40;
    border: 1px solid rgba(50, 58, 70, 0.3);
}
.responsive-table-plugin .btn-default.btn-primary {
    background-color: #3bafda;
    border-color: #3bafda;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
}
.responsive-table-plugin .btn-group.pull-right {
    float: right;
}
.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.no-touch .dropdown-menu > .checkbox-row:active,
.no-touch .dropdown-menu > .checkbox-row:hover {
    color: #323a46;
    background-color: #f1f5f7;
}
@font-face {
    font-family: "footable";
    src: url("../fonts/footable.eot");
    src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "footable";
        src: url("../fonts/footable.svg#footable") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
.footable-detail-show,
.footable-row-detail {
    background-color: #f1f5f7;
}
.footable-pagination li {
    margin-left: 5px;
    float: left;
}
.footable-pagination li a {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color: #fff;
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.footable-pagination li a:hover {
    z-index: 2;
    color: #323a46;
    text-decoration: none;
    background-color: #f7f7f7;
    border-color: #dee2e6;
}
.footable-pagination li.active a {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda;
}
.footable > thead > tr > th > span.footable-sort-indicator {
    float: right;
}
.footable {
    width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
    border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e001";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
    border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    font-family: "footable";
    padding-right: 5px;
    font-size: 14px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
    content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
    content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
    content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
    content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
    content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
    content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
    content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
    content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
    font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
    font-size: 24px;
}
.footable > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
    cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
    content: "\e012";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
    content: "\e013";
}
.footable > thead > tr > th > span.footable-sort-indicator {
    display: inline-block;
    font-family: "footable";
    padding-left: 5px;
    opacity: 0.3;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: "\e022";
}
.footable > tfoot .pagination {
    margin: 0;
}
.footable.no-paging .hide-if-no-paging {
    display: none;
}
.footable-row-detail-inner {
    display: table;
}
.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}
.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700;
}
.footable-row-detail-name {
    display: table-cell;
    font-weight: 700;
    padding-right: 0.5em;
}
.footable-row-detail-value {
    display: table-cell;
}
.bootstrap-table .table:not(.table-sm) > tbody > tr > td,
.bootstrap-table .table:not(.table-sm) > tbody > tr > th,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > td,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > th,
.bootstrap-table .table:not(.table-sm) > thead > tr > td {
    padding: 0.85rem;
}
.bootstrap-table .table {
    border-bottom: none;
}
.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid transparent;
}
.table-borderless.table-bordered {
    border: none !important;
}
table[data-toggle="table"] {
    display: none;
}
.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
    margin-top: 20px;
    margin-bottom: 0;
}
.fixed-table-pagination .pagination .page-link {
/*     border-radius: 30px !important; */
    margin: 0 3px;
/*     border: none; */
}
.fixed-table-container {
    border: none;
}
.fixed-table-container tbody td {
    border-left: none;
}
.fixed-table-container thead th .th-inner {
    padding: 0.85rem;
}
.fixed-table-toolbar .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fixed-table-toolbar .fa.fa-sync {
    font-weight: 900;
}
.fixed-table-toolbar .fa-toggle-down:before {
    content: "\f150";
}
.fixed-table-toolbar .fa-toggle-up:before {
    content: "\f151";
}
.fixed-table-toolbar .fa-refresh:before {
    content: "\f01e";
    font-weight: 900;
}
.fixed-table-toolbar .fa-th-list:before {
    content: "\f0ca";
    font-weight: 900;
}
.bootstrap-select .dropdown-toggle:after {
    display: inline-block;
    font-family: "icomoon" !important;
    content: "\e9d2";
    padding-left: 13px;
    color: #374251;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0;
}
.bootstrap-select .dropdown-item {
    font-size: 1rem;
}
.bootstrap-select .dropdown-item.active {
    background-color: rgba(54, 66, 80, 0.1);
}
.bootstrap-select a {
    outline: none !important;
}
.bootstrap-select .inner {
    overflow-y: auto !important;
}
.bootstrap-select > .dropdown-toggle .bs-placeholder {
    color: #adb5bd;
}
.bootstrap-select > .dropdown-toggle .bs-placeholder:active,
.bootstrap-select > .dropdown-toggle .bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle .bs-placeholder:hover {
    color: #323a46 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: rgba(54, 66, 80, 0.3019607843);
    font-weight: 400;
    padding: 0.74rem 1rem !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #364250;
}
button.dropdown-toggle.btn-light {
    padding: 0.74rem 1rem !important;
}
.dropzone {
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2rem 0;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.avatar-sm {
    width: 80px;
}
.error{
	margin-bottom: -3px;
    display: block !important;
    color: #fd0000;
    font-weight: 400;
    padding-top: 5px;
	text-align: left;
	
}

.fixed-table-pagination:last-of-type .pagination-detail {
    display: none !important;
}

.form-check-input:checked {
    background-color: #2eb6c7;
    border-color: #2eb6c7;
}

/* 定義遮罩層 Class */
.ts-full-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 定義白色視窗 Class */
.ts-modal-box {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* 確保驗證元件置中 */
.ts-wrapper-container {
    display: flex;
    justify-content: center;
    min-height: 65px;
}
/*# sourceMappingURL=app.css.map */
