@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
.Toastify__toast {
    background-color: #fff;
    color: #000;
    font-size: .833rem;
    min-height: 42px;
    padding: 0
}

.Toastify__toast-container {
    width: 450px
}

.Toastify__toast-body {
    margin: 0
}

.Toastify__toast-body .toast {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 8px;
    background: #fff
}

.Toastify__toast-body .toast--message {
    width: 21.5rem;
    overflow-wrap: break-word
}

.Toastify__toast-body .toast--success {
    color: #42bc38
}

.Toastify__toast-body .toast--error {
    color: #eb0026
}

.Toastify__toast-body .toast--warning {
    color: #ff8a3b
}

.Toastify__toast-body .toast--info {
    color: #3e8bfe
}

.Toastify__toast-body .toast--notification {
    color: #012e78
}

.Toastify__toast .Toastify__progress-bar {
    height: 3px;
    background: #fff
}

.Toastify__toast--error,
.Toastify__toast--info,
.Toastify__toast--notification,
.Toastify__toast--success,
.Toastify__toast--warning {
    display: flex;
    align-items: center;
    padding-left: 1em
}

.Toastify__toast--success {
    color: #42bc38
}

.Toastify__toast--error {
    color: #eb0026
}

.Toastify__toast--warning {
    color: #ff8a3b
}

.Toastify__toast--info {
    color: #3e8bfe
}

.Toastify__toast--notification {
    color: #012e78
}

.Toastify__toast .Toastify__close-button {
    position: absolute;
    right: 2px;
    top: 35%;
    transform: translate(-35%, -4px);
    margin: auto 0;
    font-size: 12px
}

:root {
    --sidebar-width: 234px;
    --shorcut-width: 3rem;
    --header-height: 2.5rem;
    --heading-line-height: 1.2;
    --body-line-height: 1.4;
    --article-line-height: 1.58;
    --indigo: #6610f2;
    --purple: #680094;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --yellow: #fcce14;
    --teal: #20c997;
    --cyan: #2b91fe;
    --white: #fff;
    --gray: #262626;
    --gray-dark: #0d0d0d;
    --test: #bacdef;
    --primary: #1071e5;
    --secondary: #262626;
    --success: #2db539;
    --info: #1071e5;
    --warning: #c57700;
    --danger: #ff3d3d;
    --light: #d6d6d6;
    --dark: #0d0d0d;
    --red: #ff3d3d;
    --green: #2db539;
    --navy-5: #0e3066;
    --navy-10: #2460b9;
    --navy-30: #10cdd9;
    --navy-40: #052354;
    --blue: #1071e5;
    --blue-10: #acd4ff;
    --blue-20: #2b91fe;
    --gray-500: #333;
    --gray-800: #0d0d0d;
    --black: #000;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 575px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1280px;
    --breakpoint-xxl: 1366px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/*!
 * 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)
 */

*,
:after,
:before {
    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: "Mukta", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #252627;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[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 {
    font-style: normal;
    line-height: inherit
}

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

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1071e5;
    background-color: transparent
}

a:hover {
    color: #0b4e9d;
    text-decoration: underline
}

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

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;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 6px 12px;
    padding-bottom: 6px 12px;
    color: #5c5c5c;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

@media (max-width:1200px) {
    legend {
        font-size: calc(1.45833rem + .05556vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

@media (max-width:1200px) {
    .h1,
    h1 {
        font-size: calc(2.29167rem + .27778vw)
    }
}

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

@media (max-width:1200px) {
    .h2,
    h2 {
        font-size: calc(1.875rem + .16667vw)
    }
}

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

@media (max-width:1200px) {
    .h3,
    h3 {
        font-size: calc(1.66667rem + .11111vw)
    }
}

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

@media (max-width:1200px) {
    .h4,
    h4 {
        font-size: calc(1.45833rem + .05556vw)
    }
}

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

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(5.20833rem + 1.05556vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(4.79167rem + .94444vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(3.95833rem + .72222vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(3.125rem + .5vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #262626
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #858585;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    margin-bottom: 1rem;
    color: #252627;
    background-color: transparent
}

.table td,
.table th {
    padding: 6px 12px;
    vertical-align: top;
    border-top: 1px solid #d8dde0
}

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

.table tbody+tbody {
    border-top: 2px solid #d8dde0
}

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

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #d8dde0
}

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

.table-hover tbody tr:hover {
    color: #252627;
    background-color: #d8dde0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-red,
.table-red>td,
.table-red>th {
    background-color: #ffc9c9
}

.table-red tbody+tbody,
.table-red td,
.table-red th,
.table-red thead th {
    border-color: #ff9a9a
}

.table-hover .table-red:hover,
.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
    background-color: #ffb0b0
}

.table-green,
.table-green>td,
.table-green>th {
    background-color: #c4eac8
}

.table-green tbody+tbody,
.table-green td,
.table-green th,
.table-green thead th {
    border-color: #92d998
}

.table-hover .table-green:hover,
.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
    background-color: #b1e3b6
}

.table-navy-5,
.table-navy-5>td,
.table-navy-5>th {
    background-color: #bcc5d4
}

.table-navy-5 tbody+tbody,
.table-navy-5 td,
.table-navy-5 th,
.table-navy-5 thead th {
    border-color: #8293af
}

.table-hover .table-navy-5:hover,
.table-hover .table-navy-5:hover>td,
.table-hover .table-navy-5:hover>th {
    background-color: #acb8ca
}

.table-navy-10,
.table-navy-10>td,
.table-navy-10>th {
    background-color: #c2d2eb
}

.table-navy-10 tbody+tbody,
.table-navy-10 td,
.table-navy-10 th,
.table-navy-10 thead th {
    border-color: #8dacdb
}

.table-hover .table-navy-10:hover,
.table-hover .table-navy-10:hover>td,
.table-hover .table-navy-10:hover>th {
    background-color: #afc4e5
}

.table-navy-30,
.table-navy-30>td,
.table-navy-30>th {
    background-color: #bcf1f4
}

.table-navy-30 tbody+tbody,
.table-navy-30 td,
.table-navy-30 th,
.table-navy-30 thead th {
    border-color: #83e5eb
}

.table-hover .table-navy-30:hover,
.table-hover .table-navy-30:hover>td,
.table-hover .table-navy-30:hover>th {
    background-color: #a6ecf0
}

.table-navy-40,
.table-navy-40>td,
.table-navy-40>th {
    background-color: #b9c1cf
}

.table-navy-40 tbody+tbody,
.table-navy-40 td,
.table-navy-40 th,
.table-navy-40 thead th {
    border-color: #7d8da6
}

.table-hover .table-navy-40:hover,
.table-hover .table-navy-40:hover>td,
.table-hover .table-navy-40:hover>th {
    background-color: #aab4c5
}

.table-blue,
.table-blue>td,
.table-blue>th {
    background-color: #bcd7f8
}

.table-blue tbody+tbody,
.table-blue td,
.table-blue th,
.table-blue thead th {
    border-color: #83b5f1
}

.table-hover .table-blue:hover,
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
    background-color: #a5c9f6
}

.table-blue-10,
.table-blue-10>td,
.table-blue-10>th {
    background-color: #e8f3ff
}

.table-blue-10 tbody+tbody,
.table-blue-10 td,
.table-blue-10 th,
.table-blue-10 thead th {
    border-color: #d4e9ff
}

.table-hover .table-blue-10:hover,
.table-hover .table-blue-10:hover>td,
.table-hover .table-blue-10:hover>th {
    background-color: #cfe6ff
}

.table-blue-20,
.table-blue-20>td,
.table-blue-20>th {
    background-color: #c4e0ff
}

.table-blue-20 tbody+tbody,
.table-blue-20 td,
.table-blue-20 th,
.table-blue-20 thead th {
    border-color: #91c6fe
}

.table-hover .table-blue-20:hover,
.table-hover .table-blue-20:hover>td,
.table-hover .table-blue-20:hover>th {
    background-color: #abd3ff
}

.table-gray-500,
.table-gray-500>td,
.table-gray-500>th {
    background-color: #c6c6c6
}

.table-gray-500 tbody+tbody,
.table-gray-500 td,
.table-gray-500 th,
.table-gray-500 thead th {
    border-color: #959595
}

.table-hover .table-gray-500:hover,
.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
    background-color: #b9b9b9
}

.table-gray-800,
.table-gray-800>td,
.table-gray-800>th {
    background-color: #bbb
}

.table-gray-800 tbody+tbody,
.table-gray-800 td,
.table-gray-800 th,
.table-gray-800 thead th {
    border-color: #818181
}

.table-hover .table-gray-800:hover,
.table-hover .table-gray-800:hover>td,
.table-hover .table-gray-800:hover>th {
    background-color: #aeaeae
}

.table-black,
.table-black>td,
.table-black>th {
    background-color: #b8b8b8
}

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

.table-hover .table-black:hover,
.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #ababab
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #d8dde0
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #cad1d5
}

.table .thead-dark th {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #202020
}

.table .thead-light th {
    color: #fff;
    background-color: #263052;
    border-color: #d8dde0
}

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

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

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

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

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

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

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

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

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

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.3em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .833rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbbfc2;
    border-radius: 2px;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1), background-color .25s cubic-bezier(.4, 0, .2, 1)
}

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

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1a1a1a
}

.form-control:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #2b91fe;
    outline: 0;
    box-shadow: inset 0 0 4px #1071e5
}

.form-control::-webkit-input-placeholder {
    color: #71777c;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #71777c;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #71777c;
    opacity: 1
}

.form-control::placeholder {
    color: #71777c;
    opacity: 1
}

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

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

select.form-control:focus::-ms-value {
    color: #1a1a1a;
    background-color: #fff
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .25rem 0;
    margin-bottom: 0;
    font-size: .833rem;
    line-height: 1.3;
    color: #252627;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(45, 181, 57, .9);
    border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #2db539;
    padding-right: calc(1.3em + .5rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%232db539' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.325em + .125rem) center;
    background-size: calc(.65em + .25rem) calc(.65em + .25rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #2db539;
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.3em + .5rem);
    background-position: top calc(.325em + .125rem) right calc(.325em + .125rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #2db539;
    padding-right: calc(.75em + 1.875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%230d0d0d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%232db539' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.5rem/calc(.65em + .25rem) calc(.65em + .25rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #2db539;
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .25)
}

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

.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: #2db539
}

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

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

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

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 61, 61, .9);
    border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff3d3d;
    padding-right: calc(1.3em + .5rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3d3d'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff3d3d' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.325em + .125rem) center;
    background-size: calc(.65em + .25rem) calc(.65em + .25rem)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.3em + .5rem);
    background-position: top calc(.325em + .125rem) right calc(.325em + .125rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #ff3d3d;
    padding-right: calc(.75em + 1.875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%230d0d0d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3d3d'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff3d3d' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.5rem/calc(.65em + .25rem) calc(.65em + .25rem)
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #252627;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 16px;
    font-size: .833rem;
    line-height: 1.1;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .25)
}

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

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-primary {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0e5fc1;
    border-color: #0d59b5
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d59b5;
    border-color: #0c54a9
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

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

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #131313;
    border-color: #0d0d0d
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #060606
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5)
}

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

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #25962f;
    border-color: #238c2c
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 192, 87, .5)
}

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

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

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 192, 87, .5)
}

.btn-info {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #0e5fc1;
    border-color: #0d59b5
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0d59b5;
    border-color: #0c54a9
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

.btn-warning {
    color: #fff;
    background-color: #c57700;
    border-color: #c57700
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #9f6000;
    border-color: #925800
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 139, 38, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #c57700;
    border-color: #c57700
}

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

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 139, 38, .5)
}

.btn-danger {
    color: #fff;
    background-color: #ff3d3d;
    border-color: #ff3d3d
}

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

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 90, 90, .5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 90, 90, .5)
}

.btn-light {
    color: #050505;
    background-color: #d6d6d6;
    border-color: #d6d6d6
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #050505;
    background-color: #c3c3c3;
    border-color: #bdbdbd
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 71.8%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #050505;
    background-color: #d6d6d6;
    border-color: #d6d6d6
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #050505;
    background-color: #bdbdbd;
    border-color: #b6b6b6
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 71.8%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 49, 49, .5)
}

.btn-red {
    color: #fff;
    background-color: #ff3d3d;
    border-color: #ff3d3d
}

.btn-red.focus,
.btn-red:focus,
.btn-red:hover {
    color: #fff;
    background-color: #ff1717;
    border-color: #ff0a0a
}

.btn-red.focus,
.btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 90, 90, .5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #ff3d3d;
    border-color: #ff3d3d
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #ff0a0a;
    border-color: #fc0000
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 90, 90, .5)
}

.btn-green {
    color: #fff;
    background-color: #2db539;
    border-color: #2db539
}

.btn-green.focus,
.btn-green:focus,
.btn-green:hover {
    color: #fff;
    background-color: #25962f;
    border-color: #238c2c
}

.btn-green.focus,
.btn-green:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 192, 87, .5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #2db539;
    border-color: #2db539
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #238c2c;
    border-color: #208229
}

.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 192, 87, .5)
}

.btn-navy-5 {
    color: #fff;
    background-color: #0e3066;
    border-color: #0e3066
}

.btn-navy-5.focus,
.btn-navy-5:focus,
.btn-navy-5:hover {
    color: #fff;
    background-color: #092044;
    border-color: #081b39
}

.btn-navy-5.focus,
.btn-navy-5:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 79, 125, .5)
}

.btn-navy-5.disabled,
.btn-navy-5:disabled {
    color: #fff;
    background-color: #0e3066;
    border-color: #0e3066
}

.btn-navy-5:not(:disabled):not(.disabled).active,
.btn-navy-5:not(:disabled):not(.disabled):active,
.show>.btn-navy-5.dropdown-toggle {
    color: #fff;
    background-color: #081b39;
    border-color: #06162e
}

.btn-navy-5:not(:disabled):not(.disabled).active:focus,
.btn-navy-5:not(:disabled):not(.disabled):active:focus,
.show>.btn-navy-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 79, 125, .5)
}

.btn-navy-10 {
    color: #fff;
    background-color: #2460b9;
    border-color: #2460b9
}

.btn-navy-10.focus,
.btn-navy-10:focus,
.btn-navy-10:hover {
    color: #fff;
    background-color: #1e4f99;
    border-color: #1c4a8e
}

.btn-navy-10.focus,
.btn-navy-10:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 120, 196, .5)
}

.btn-navy-10.disabled,
.btn-navy-10:disabled {
    color: #fff;
    background-color: #2460b9;
    border-color: #2460b9
}

.btn-navy-10:not(:disabled):not(.disabled).active,
.btn-navy-10:not(:disabled):not(.disabled):active,
.show>.btn-navy-10.dropdown-toggle {
    color: #fff;
    background-color: #1c4a8e;
    border-color: #1a4484
}

.btn-navy-10:not(:disabled):not(.disabled).active:focus,
.btn-navy-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-navy-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 120, 196, .5)
}

.btn-navy-30 {
    color: #fff;
    background-color: #10cdd9;
    border-color: #10cdd9
}

.btn-navy-30.focus,
.btn-navy-30:focus,
.btn-navy-30:hover {
    color: #fff;
    background-color: #0dabb5;
    border-color: #0ca0aa
}

.btn-navy-30.focus,
.btn-navy-30:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 213, 223, .5)
}

.btn-navy-30.disabled,
.btn-navy-30:disabled {
    color: #fff;
    background-color: #10cdd9;
    border-color: #10cdd9
}

.btn-navy-30:not(:disabled):not(.disabled).active,
.btn-navy-30:not(:disabled):not(.disabled):active,
.show>.btn-navy-30.dropdown-toggle {
    color: #fff;
    background-color: #0ca0aa;
    border-color: #0c959e
}

.btn-navy-30:not(:disabled):not(.disabled).active:focus,
.btn-navy-30:not(:disabled):not(.disabled):active:focus,
.show>.btn-navy-30.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 213, 223, .5)
}

.btn-navy-40 {
    color: #fff;
    background-color: #052354;
    border-color: #052354
}

.btn-navy-40.focus,
.btn-navy-40:focus,
.btn-navy-40:hover {
    color: #fff;
    background-color: #031430;
    border-color: #020f24
}

.btn-navy-40.focus,
.btn-navy-40:focus {
    box-shadow: 0 0 0 .2rem rgba(43, 68, 110, .5)
}

.btn-navy-40.disabled,
.btn-navy-40:disabled {
    color: #fff;
    background-color: #052354;
    border-color: #052354
}

.btn-navy-40:not(:disabled):not(.disabled).active,
.btn-navy-40:not(:disabled):not(.disabled):active,
.show>.btn-navy-40.dropdown-toggle {
    color: #fff;
    background-color: #020f24;
    border-color: #010a18
}

.btn-navy-40:not(:disabled):not(.disabled).active:focus,
.btn-navy-40:not(:disabled):not(.disabled):active:focus,
.show>.btn-navy-40.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(43, 68, 110, .5)
}

.btn-blue {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
    color: #fff;
    background-color: #0e5fc1;
    border-color: #0d59b5
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0d59b5;
    border-color: #0c54a9
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 134, 233, .5)
}

.btn-blue-10 {
    color: #050505;
    background-color: #acd4ff;
    border-color: #acd4ff
}

.btn-blue-10.focus,
.btn-blue-10:focus,
.btn-blue-10:hover {
    color: #050505;
    background-color: #86c0ff;
    border-color: #79baff
}

.btn-blue-10.focus,
.btn-blue-10:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 181, 218, .5)
}

.btn-blue-10.disabled,
.btn-blue-10:disabled {
    color: #050505;
    background-color: #acd4ff;
    border-color: #acd4ff
}

.btn-blue-10:not(:disabled):not(.disabled).active,
.btn-blue-10:not(:disabled):not(.disabled):active,
.show>.btn-blue-10.dropdown-toggle {
    color: #050505;
    background-color: #79baff;
    border-color: #6cb3ff
}

.btn-blue-10:not(:disabled):not(.disabled).active:focus,
.btn-blue-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 181, 218, .5)
}

.btn-blue-20 {
    color: #fff;
    background-color: #2b91fe;
    border-color: #2b91fe
}

.btn-blue-20.focus,
.btn-blue-20:focus,
.btn-blue-20:hover {
    color: #fff;
    background-color: #057dfe;
    border-color: #0177f5
}

.btn-blue-20.focus,
.btn-blue-20:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 162, 254, .5)
}

.btn-blue-20.disabled,
.btn-blue-20:disabled {
    color: #fff;
    background-color: #2b91fe;
    border-color: #2b91fe
}

.btn-blue-20:not(:disabled):not(.disabled).active,
.btn-blue-20:not(:disabled):not(.disabled):active,
.show>.btn-blue-20.dropdown-toggle {
    color: #fff;
    background-color: #0177f5;
    border-color: #0171e8
}

.btn-blue-20:not(:disabled):not(.disabled).active:focus,
.btn-blue-20:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-20.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 162, 254, .5)
}

.btn-gray-500 {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-gray-500.focus,
.btn-gray-500:focus,
.btn-gray-500:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-gray-500.focus,
.btn-gray-500:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-gray-500:not(:disabled):not(.disabled).active,
.btn-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5)
}

.btn-gray-800 {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-gray-800.focus,
.btn-gray-800:focus,
.btn-gray-800:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-gray-800.focus,
.btn-gray-800:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 49, 49, .5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-gray-800:not(:disabled):not(.disabled).active,
.btn-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 49, 49, .5)
}

.btn-black,
.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

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

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-outline-primary {
    color: #1071e5;
    border-color: #1071e5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

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

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .5)
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .5)
}

.btn-outline-info {
    color: #1071e5;
    border-color: #1071e5
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

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

.btn-outline-warning:hover {
    color: #fff;
    background-color: #c57700;
    border-color: #c57700
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 119, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #c57700;
    background-color: transparent
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 119, 0, .5)
}

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

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

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 61, 61, .5)
}

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

.btn-outline-light:hover {
    color: #050505;
    background-color: #d6d6d6;
    border-color: #d6d6d6
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.9%, .5)
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.9%, .5)
}

.btn-outline-dark {
    color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 13, 13, .5)
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #ff3d3d;
    border-color: #ff3d3d
}

.btn-outline-red.focus,
.btn-outline-red:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 61, 61, .5)
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #ff3d3d;
    background-color: transparent
}

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

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 61, 61, .5)
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #2db539;
    border-color: #2db539
}

.btn-outline-green.focus,
.btn-outline-green:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #2db539;
    background-color: transparent
}

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

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .5)
}

.btn-outline-navy-5 {
    color: #0e3066;
    border-color: #0e3066
}

.btn-outline-navy-5:hover {
    color: #fff;
    background-color: #0e3066;
    border-color: #0e3066
}

.btn-outline-navy-5.focus,
.btn-outline-navy-5:focus {
    box-shadow: 0 0 0 .2rem rgba(14, 48, 102, .5)
}

.btn-outline-navy-5.disabled,
.btn-outline-navy-5:disabled {
    color: #0e3066;
    background-color: transparent
}

.btn-outline-navy-5:not(:disabled):not(.disabled).active,
.btn-outline-navy-5:not(:disabled):not(.disabled):active,
.show>.btn-outline-navy-5.dropdown-toggle {
    color: #fff;
    background-color: #0e3066;
    border-color: #0e3066
}

.btn-outline-navy-5:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-5:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(14, 48, 102, .5)
}

.btn-outline-navy-10 {
    color: #2460b9;
    border-color: #2460b9
}

.btn-outline-navy-10:hover {
    color: #fff;
    background-color: #2460b9;
    border-color: #2460b9
}

.btn-outline-navy-10.focus,
.btn-outline-navy-10:focus {
    box-shadow: 0 0 0 .2rem rgba(36, 96, 185, .5)
}

.btn-outline-navy-10.disabled,
.btn-outline-navy-10:disabled {
    color: #2460b9;
    background-color: transparent
}

.btn-outline-navy-10:not(:disabled):not(.disabled).active,
.btn-outline-navy-10:not(:disabled):not(.disabled):active,
.show>.btn-outline-navy-10.dropdown-toggle {
    color: #fff;
    background-color: #2460b9;
    border-color: #2460b9
}

.btn-outline-navy-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(36, 96, 185, .5)
}

.btn-outline-navy-30 {
    color: #10cdd9;
    border-color: #10cdd9
}

.btn-outline-navy-30:hover {
    color: #fff;
    background-color: #10cdd9;
    border-color: #10cdd9
}

.btn-outline-navy-30.focus,
.btn-outline-navy-30:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 205, 217, .5)
}

.btn-outline-navy-30.disabled,
.btn-outline-navy-30:disabled {
    color: #10cdd9;
    background-color: transparent
}

.btn-outline-navy-30:not(:disabled):not(.disabled).active,
.btn-outline-navy-30:not(:disabled):not(.disabled):active,
.show>.btn-outline-navy-30.dropdown-toggle {
    color: #fff;
    background-color: #10cdd9;
    border-color: #10cdd9
}

.btn-outline-navy-30:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-30:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy-30.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 205, 217, .5)
}

.btn-outline-navy-40 {
    color: #052354;
    border-color: #052354
}

.btn-outline-navy-40:hover {
    color: #fff;
    background-color: #052354;
    border-color: #052354
}

.btn-outline-navy-40.focus,
.btn-outline-navy-40:focus {
    box-shadow: 0 0 0 .2rem rgba(5, 35, 84, .5)
}

.btn-outline-navy-40.disabled,
.btn-outline-navy-40:disabled {
    color: #052354;
    background-color: transparent
}

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

.btn-outline-navy-40:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-40:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy-40.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(5, 35, 84, .5)
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #1071e5;
    background-color: transparent
}

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

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

.btn-outline-blue-10 {
    color: #acd4ff;
    border-color: #acd4ff
}

.btn-outline-blue-10:hover {
    color: #050505;
    background-color: #acd4ff;
    border-color: #acd4ff
}

.btn-outline-blue-10.focus,
.btn-outline-blue-10:focus {
    box-shadow: 0 0 0 .2rem rgba(172, 212, 255, .5)
}

.btn-outline-blue-10.disabled,
.btn-outline-blue-10:disabled {
    color: #acd4ff;
    background-color: transparent
}

.btn-outline-blue-10:not(:disabled):not(.disabled).active,
.btn-outline-blue-10:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue-10.dropdown-toggle {
    color: #050505;
    background-color: #acd4ff;
    border-color: #acd4ff
}

.btn-outline-blue-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(172, 212, 255, .5)
}

.btn-outline-blue-20 {
    color: #2b91fe;
    border-color: #2b91fe
}

.btn-outline-blue-20:hover {
    color: #fff;
    background-color: #2b91fe;
    border-color: #2b91fe
}

.btn-outline-blue-20.focus,
.btn-outline-blue-20:focus {
    box-shadow: 0 0 0 .2rem rgba(43, 145, 254, .5)
}

.btn-outline-blue-20.disabled,
.btn-outline-blue-20:disabled {
    color: #2b91fe;
    background-color: transparent
}

.btn-outline-blue-20:not(:disabled):not(.disabled).active,
.btn-outline-blue-20:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue-20.dropdown-toggle {
    color: #fff;
    background-color: #2b91fe;
    border-color: #2b91fe
}

.btn-outline-blue-20:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-20:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue-20.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(43, 145, 254, .5)
}

.btn-outline-gray-500 {
    color: #333;
    border-color: #333
}

.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-gray-500.focus,
.btn-outline-gray-500:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
    color: #333;
    background-color: transparent
}

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

.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-gray-800 {
    color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-outline-gray-800:hover {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-outline-gray-800.focus,
.btn-outline-gray-800:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 13, 13, .5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
    color: #0d0d0d;
    background-color: transparent
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #0d0d0d
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 13, 13, .5)
}

.btn-outline-black {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000;
    background-color: transparent
}

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

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

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

.btn-link:hover {
    color: #0b4e9d
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: 2px 8px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1)
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .25s cubic-bezier(.4, 0, .2, 1)
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #252627;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .125rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

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

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

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

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

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f1f7fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #050505;
    text-decoration: none;
    background-color: #d8dde0
}

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #262626;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 12px;
    padding-left: 12px
}

.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: 6px;
    padding-left: 6px
}

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

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .25rem .5rem;
    margin-bottom: 0;
    font-size: .833rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
    text-align: center;
    white-space: nowrap;
    background-color: #adadad;
    border: 1px solid #bbbfc2;
    border-radius: 2px
}

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

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

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

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

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

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

.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;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

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

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

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: inset 0 0 4px #1071e5
}

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

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

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

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

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

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #333
}

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

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

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(16, 113, 229, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(16, 113, 229, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(16, 113, 229, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #333;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(16, 113, 229, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.3em + .5rem + 2px);
    padding: .25rem 1.5rem .25rem .5rem;
    font-size: .833rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%230d0d0d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px;
    border: 1px solid #bbbfc2;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #2b91fe;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .25)
}

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

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

.custom-select:disabled {
    color: #262626;
    background-color: #adadad
}

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

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

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

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

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.3em + .5rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #2b91fe;
    box-shadow: inset 0 0 4px #1071e5
}

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

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.3em + .5rem + 2px);
    font-weight: 400;
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #bbbfc2;
    border-radius: 2px
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .25rem .5rem;
    line-height: 1.3
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 26px;
    color: #252627;
    content: "Browse";
    background-color: #d8dde0;
    border-left: inherit;
    border-radius: 0 2px 2px 0
}

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

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, inset 0 0 4px #1071e5
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, inset 0 0 4px #1071e5
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, inset 0 0 4px #1071e5
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #1071e5;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #aed0f9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #858585;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1071e5;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #aed0f9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #858585;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #1071e5;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

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

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

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

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

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

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.nav-link {
    display: block;
    padding: .375rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

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

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #adadad #adadad #bbbfc2
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1071e5;
    border-color: #858585 #858585 #1071e5
}

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

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

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

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

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

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

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

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

.navbar-text {
    display: inline-block;
    padding-top: .375rem;
    padding-bottom: .375rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px
}

.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 50%;
    background-size: 100% 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav {
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 4px
}

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

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

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

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

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

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

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

.card-link:hover {
    text-decoration: none
}

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

.card-header {
    padding: .75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid transparent
}

.card-header:first-child {
    border-radius: 4px 4px 0 0
}

.card-footer {
    padding: .75rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid transparent
}

.card-footer:last-child {
    border-radius: 0 0 4px 4px
}

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

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

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

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

.card-img,
.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

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

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

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

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

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

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

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

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

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

.page-link {
    position: relative;
    display: block;
    padding: .25rem .5rem;
    margin-left: -1px;
    line-height: 1.35;
    color: #1071e5;
    background-color: #fff;
    border: 1px solid #858585
}

.page-link:hover {
    z-index: 2;
    color: #0b4e9d;
    text-decoration: none;
    background-color: #adadad;
    border-color: #858585
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1071e5;
    border-color: #1071e5
}

.page-item.disabled .page-link {
    color: #262626;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #858585
}

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

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

.badge-primary {
    color: #fff;
    background-color: #1071e5
}

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

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

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

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

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

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

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

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

.badge-info {
    color: #fff;
    background-color: #1071e5
}

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

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

.badge-warning {
    color: #fff;
    background-color: #c57700
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: #925800
}

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

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

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

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

.badge-light {
    color: #050505;
    background-color: #d6d6d6
}

a.badge-light:focus,
a.badge-light:hover {
    color: #050505;
    background-color: #bdbdbd
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.9%, .5)
}

.badge-dark {
    color: #fff;
    background-color: #0d0d0d
}

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

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

.badge-red {
    color: #fff;
    background-color: #ff3d3d
}

a.badge-red:focus,
a.badge-red:hover {
    color: #fff;
    background-color: #ff0a0a
}

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

.badge-green {
    color: #fff;
    background-color: #2db539
}

a.badge-green:focus,
a.badge-green:hover {
    color: #fff;
    background-color: #238c2c
}

a.badge-green.focus,
a.badge-green:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(45, 181, 57, .5)
}

.badge-navy-5 {
    color: #fff;
    background-color: #0e3066
}

a.badge-navy-5:focus,
a.badge-navy-5:hover {
    color: #fff;
    background-color: #081b39
}

a.badge-navy-5.focus,
a.badge-navy-5:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(14, 48, 102, .5)
}

.badge-navy-10 {
    color: #fff;
    background-color: #2460b9
}

a.badge-navy-10:focus,
a.badge-navy-10:hover {
    color: #fff;
    background-color: #1c4a8e
}

a.badge-navy-10.focus,
a.badge-navy-10:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(36, 96, 185, .5)
}

.badge-navy-30 {
    color: #fff;
    background-color: #10cdd9
}

a.badge-navy-30:focus,
a.badge-navy-30:hover {
    color: #fff;
    background-color: #0ca0aa
}

a.badge-navy-30.focus,
a.badge-navy-30:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(16, 205, 217, .5)
}

.badge-navy-40 {
    color: #fff;
    background-color: #052354
}

a.badge-navy-40:focus,
a.badge-navy-40:hover {
    color: #fff;
    background-color: #020f24
}

a.badge-navy-40.focus,
a.badge-navy-40:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(5, 35, 84, .5)
}

.badge-blue {
    color: #fff;
    background-color: #1071e5
}

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

a.badge-blue.focus,
a.badge-blue:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(16, 113, 229, .5)
}

.badge-blue-10 {
    color: #050505;
    background-color: #acd4ff
}

a.badge-blue-10:focus,
a.badge-blue-10:hover {
    color: #050505;
    background-color: #79baff
}

a.badge-blue-10.focus,
a.badge-blue-10:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172, 212, 255, .5)
}

.badge-blue-20 {
    color: #fff;
    background-color: #2b91fe
}

a.badge-blue-20:focus,
a.badge-blue-20:hover {
    color: #fff;
    background-color: #0177f5
}

a.badge-blue-20.focus,
a.badge-blue-20:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(43, 145, 254, .5)
}

.badge-gray-500 {
    color: #fff;
    background-color: #333
}

a.badge-gray-500:focus,
a.badge-gray-500:hover {
    color: #fff;
    background-color: #1a1a1a
}

a.badge-gray-500.focus,
a.badge-gray-500:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.badge-gray-800 {
    color: #fff;
    background-color: #0d0d0d
}

a.badge-gray-800:focus,
a.badge-gray-800:hover {
    color: #fff;
    background-color: #000
}

a.badge-gray-800.focus,
a.badge-gray-800:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 13, 13, .5)
}

.badge-black,
a.badge-black:focus,
a.badge-black:hover {
    color: #fff;
    background-color: #000
}

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

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

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #adadad;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1071e5;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

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

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

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

.media-body {
    flex: 1 1
}

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

@media (max-width:1200px) {
    .close {
        font-size: calc(1.45833rem + .05556vw)
    }
}

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

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

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

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

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

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

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

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

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

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

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Mukta", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: "Mukta", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
    display: none
}

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

.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: #1071e5 !important
}

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

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

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

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

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

.bg-info {
    background-color: #1071e5 !important
}

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

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

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

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

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

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

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

.bg-dark {
    background-color: #0d0d0d !important
}

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

.bg-red {
    background-color: #ff3d3d !important
}

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

.bg-green {
    background-color: #2db539 !important
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
    background-color: #238c2c !important
}

.bg-navy-5 {
    background-color: #0e3066 !important
}

a.bg-navy-5:focus,
a.bg-navy-5:hover,
button.bg-navy-5:focus,
button.bg-navy-5:hover {
    background-color: #081b39 !important
}

.bg-navy-10 {
    background-color: #2460b9 !important
}

a.bg-navy-10:focus,
a.bg-navy-10:hover,
button.bg-navy-10:focus,
button.bg-navy-10:hover {
    background-color: #1c4a8e !important
}

.bg-navy-30 {
    background-color: #10cdd9 !important
}

a.bg-navy-30:focus,
a.bg-navy-30:hover,
button.bg-navy-30:focus,
button.bg-navy-30:hover {
    background-color: #0ca0aa !important
}

.bg-navy-40 {
    background-color: #052354 !important
}

a.bg-navy-40:focus,
a.bg-navy-40:hover,
button.bg-navy-40:focus,
button.bg-navy-40:hover {
    background-color: #020f24 !important
}

.bg-blue {
    background-color: #1071e5 !important
}

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

.bg-blue-10 {
    background-color: #acd4ff !important
}

a.bg-blue-10:focus,
a.bg-blue-10:hover,
button.bg-blue-10:focus,
button.bg-blue-10:hover {
    background-color: #79baff !important
}

.bg-blue-20 {
    background-color: #2b91fe !important
}

a.bg-blue-20:focus,
a.bg-blue-20:hover,
button.bg-blue-20:focus,
button.bg-blue-20:hover {
    background-color: #0177f5 !important
}

.bg-gray-500 {
    background-color: #333 !important
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
    background-color: #1a1a1a !important
}

.bg-gray-800 {
    background-color: #0d0d0d !important
}

.bg-black,
a.bg-black:focus,
a.bg-black:hover,
a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-black:focus,
button.bg-black:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
    background-color: #000 !important
}

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

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

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

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

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

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

.border-left {
    border-left: 1px solid #d8dde0 !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: #1071e5 !important
}

.border-secondary {
    border-color: #262626 !important
}

.border-success {
    border-color: #2db539 !important
}

.border-info {
    border-color: #1071e5 !important
}

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

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

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

.border-dark {
    border-color: #0d0d0d !important
}

.border-red {
    border-color: #ff3d3d !important
}

.border-green {
    border-color: #2db539 !important
}

.border-navy-5 {
    border-color: #0e3066 !important
}

.border-navy-10 {
    border-color: #2460b9 !important
}

.border-navy-30 {
    border-color: #10cdd9 !important
}

.border-navy-40 {
    border-color: #052354 !important
}

.border-blue {
    border-color: #1071e5 !important
}

.border-blue-10 {
    border-color: #acd4ff !important
}

.border-blue-20 {
    border-color: #2b91fe !important
}

.border-gray-500 {
    border-color: #333 !important
}

.border-gray-800 {
    border-color: #0d0d0d !important
}

.border-black {
    border-color: #000 !important
}

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

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

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

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

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

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

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

.align-self-stretch {
    align-self: stretch !important
}

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

@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:1280px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

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

.user-select-all {
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .16) !important
}

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5,
.my-5 {
    margin-top: 2rem !important
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6,
.my-6 {
    margin-top: 3rem !important
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2rem !important
}

.pr-5,
.px-5 {
    padding-right: 2rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6,
.py-6 {
    padding-top: 3rem !important
}

.pr-6,
.px-6 {
    padding-right: 3rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.25rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.25rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.25rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.25rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.25rem !important
}

.m-n3 {
    margin: -.25rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -.25rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -.25rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.25rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -.25rem !important
}

.m-n4 {
    margin: -.25rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -.25rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -.25rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -.25rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -.25rem !important
}

.m-n5 {
    margin: -.25rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -.25rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -.25rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -.25rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -.25rem !important
}

.m-n6 {
    margin: -.25rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -.25rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -.25rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -.25rem !important
}

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 2rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important
    }
    .m-sm-6 {
        margin: 3rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 2rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important
    }
    .p-sm-6 {
        padding: 3rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.25rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.25rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.25rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.25rem !important
    }
    .m-sm-n3 {
        margin: -.25rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -.25rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -.25rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -.25rem !important
    }
    .m-sm-n4 {
        margin: -.25rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -.25rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -.25rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -.25rem !important
    }
    .m-sm-n5 {
        margin: -.25rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -.25rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -.25rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -.25rem !important
    }
    .m-sm-n6 {
        margin: -.25rem !important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -.25rem !important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -.25rem !important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -.25rem !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: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 2rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important
    }
    .m-md-6 {
        margin: 3rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 2rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important
    }
    .p-md-6 {
        padding: 3rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.25rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.25rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.25rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.25rem !important
    }
    .m-md-n3 {
        margin: -.25rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -.25rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -.25rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -.25rem !important
    }
    .m-md-n4 {
        margin: -.25rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -.25rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -.25rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -.25rem !important
    }
    .m-md-n5 {
        margin: -.25rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -.25rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -.25rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -.25rem !important
    }
    .m-md-n6 {
        margin: -.25rem !important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -.25rem !important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -.25rem !important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -.25rem !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: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 2rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important
    }
    .m-lg-6 {
        margin: 3rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 2rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important
    }
    .p-lg-6 {
        padding: 3rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.25rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.25rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.25rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.25rem !important
    }
    .m-lg-n3 {
        margin: -.25rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -.25rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -.25rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -.25rem !important
    }
    .m-lg-n4 {
        margin: -.25rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -.25rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -.25rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -.25rem !important
    }
    .m-lg-n5 {
        margin: -.25rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -.25rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -.25rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -.25rem !important
    }
    .m-lg-n6 {
        margin: -.25rem !important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -.25rem !important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -.25rem !important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -.25rem !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:1280px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 2rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important
    }
    .m-xl-6 {
        margin: 3rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 2rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important
    }
    .p-xl-6 {
        padding: 3rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.25rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.25rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.25rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.25rem !important
    }
    .m-xl-n3 {
        margin: -.25rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -.25rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -.25rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -.25rem !important
    }
    .m-xl-n4 {
        margin: -.25rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -.25rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -.25rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -.25rem !important
    }
    .m-xl-n5 {
        margin: -.25rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -.25rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -.25rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -.25rem !important
    }
    .m-xl-n6 {
        margin: -.25rem !important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -.25rem !important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -.25rem !important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -.25rem !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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #1071e5 !important
}

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

.text-secondary {
    color: #262626 !important
}

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

.text-success {
    color: #2db539 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7826 !important
}

.text-info {
    color: #1071e5 !important
}

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

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

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

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

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

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

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

.text-dark {
    color: #0d0d0d !important
}

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

.text-red {
    color: #ff3d3d !important
}

a.text-red:focus,
a.text-red:hover {
    color: #f00000 !important
}

.text-green {
    color: #2db539 !important
}

a.text-green:focus,
a.text-green:hover {
    color: #1e7826 !important
}

.text-navy-5 {
    color: #0e3066 !important
}

a.text-navy-5:focus,
a.text-navy-5:hover {
    color: #051023 !important
}

.text-navy-10 {
    color: #2460b9 !important
}

a.text-navy-10:focus,
a.text-navy-10:hover {
    color: #183f79 !important
}

.text-navy-30 {
    color: #10cdd9 !important
}

a.text-navy-30:focus,
a.text-navy-30:hover {
    color: #0b8a92 !important
}

.text-navy-40 {
    color: #052354 !important
}

a.text-navy-40:focus,
a.text-navy-40:hover {
    color: #01050c !important
}

.text-blue {
    color: #1071e5 !important
}

a.text-blue:focus,
a.text-blue:hover {
    color: #0b4e9d !important
}

.text-blue-10 {
    color: #acd4ff !important
}

a.text-blue-10:focus,
a.text-blue-10:hover {
    color: #60acff !important
}

.text-blue-20 {
    color: #2b91fe !important
}

a.text-blue-20:focus,
a.text-blue-20:hover {
    color: #016bdb !important
}

.text-gray-500 {
    color: #333 !important
}

.text-gray-800,
a.text-gray-500:focus,
a.text-gray-500:hover {
    color: #0d0d0d !important
}

.text-black,
a.text-black:focus,
a.text-black:hover,
a.text-gray-800:focus,
a.text-gray-800:hover {
    color: #000 !important
}

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

.text-muted {
    color: #5c5c5c !important
}

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

.text-white-50 {
    color: hsla(0, 0%, 100%, .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;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #333;
        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
    }
    .container,
    body {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #858585 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #d8dde0
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #d8dde0
    }
}

@font-face {
    font-family: "icomoon";
    src: url(/static/media/icomoon.0550e8b5.eot);
    src: url(/static/media/icomoon.0550e8b5.eot) format("embedded-opentype"), url(/static/media/icomoon.3d1afec7.ttf) format("truetype"), url(/static/media/icomoon.8c0d8de5.woff) format("woff"), url(/static/media/icomoon.25a67f20.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" ic-"],
[class^=ic-] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ic-add:before {
    content: "\e900"
}

.ic-add-box-filled:before {
    content: "\e901"
}

.ic-add-box-outline:before {
    content: "\e902"
}

.ic-add-circular-filled:before {
    content: "\e903"
}

.ic-add-circular-outline:before {
    content: "\e904"
}

.ic-add-default:before {
    content: "\e905"
}

.ic-alert:before {
    content: "\e906"
}

.ic-alert-filled:before {
    content: "\e907"
}

.ic-arrow-down:before {
    content: "\e908"
}

.ic-arrow-down-circle-fill:before {
    content: "\e909"
}

.ic-arrow-left:before {
    content: "\e90a"
}

.ic-arrow-left-circle-fill:before {
    content: "\e90b"
}

.ic-arrow-right:before {
    content: "\e90c"
}

.ic-arrow-right-circle-fill:before {
    content: "\e90d"
}

.ic-arrow-up:before {
    content: "\e90e"
}

.ic-arrow-up-circle-fill:before {
    content: "\e90f"
}

.ic-attachments:before {
    content: "\e910"
}

.ic-bank:before {
    content: "\e911"
}

.ic-calendar:before {
    content: "\e912"
}

.ic-call-filled:before {
    content: "\e913"
}

.ic-checkbox-active:before {
    content: "\e914"
}

.ic-checkbox-active-changed:before {
    content: "\e915"
}

.ic-checkbox-default:before {
    content: "\e916"
}

.ic-check-circle:before {
    content: "\e917"
}

.ic-checkmark:before {
    content: "\e918"
}

.ic-clipboard-outline:before {
    content: "\e919"
}

.ic-close:before {
    content: "\e91a"
}

.ic-close-circular-filled:before {
    content: "\e91b"
}

.ic-close-circular-outline:before {
    content: "\e91c"
}

.ic-close-default:before {
    content: "\e91d"
}

.ic-dashboard-filled:before {
    content: "\e91e"
}

.ic-dashboard-outline:before {
    content: "\e91f"
}

.ic-deactivate:before {
    content: "\e920"
}

.ic-delete:before {
    content: "\e921"
}

.ic-delete-cross:before {
    content: "\e922"
}

.ic-delete-filled:before {
    content: "\e923"
}

.ic-delete-outline:before {
    content: "\e924"
}

.ic-delete-outline-cross:before {
    content: "\e925"
}

.ic-dropdown:before {
    content: "\e926"
}

.ic-edit:before {
    content: "\e927"
}

.ic-edit-outline:before {
    content: "\e928"
}

.ic-file:before {
    content: "\e929"
}

.ic-filter:before {
    content: "\e92a"
}

.ic-graph-filled:before {
    content: "\e92b"
}

.ic-graph-outline:before {
    content: "\e92c"
}

.ic-help-filled:before {
    content: "\e92d"
}

.ic-help-outline:before {
    content: "\e92e"
}

.ic-hide:before {
    content: "\e92f"
}

.ic-history:before {
    content: "\e930"
}

.ic-home-filled:before {
    content: "\e931"
}

.ic-home-outline:before {
    content: "\e932"
}

.ic-image-outline:before {
    content: "\e933"
}

.ic-info:before {
    content: "\e934"
}

.ic-information:before {
    content: "\e935"
}

.ic-keyboard-outline:before {
    content: "\e936"
}

.ic-line-arrow-down:before {
    content: "\e937"
}

.ic-line-arrow-left:before {
    content: "\e938"
}

.ic-line-arrow-right:before {
    content: "\e939"
}

.ic-line-arrow-top:before {
    content: "\e93a"
}

.ic-loading:before {
    content: "\e93b"
}

.ic-logout:before {
    content: "\e93c"
}

.ic-mail-filled:before {
    content: "\e93d"
}

.ic-mail-outline:before {
    content: "\e93e"
}

.ic-menu:before {
    content: "\e93f"
}

.ic-more:before {
    content: "\e940"
}

.ic-pin-filled:before {
    content: "\e941"
}

.ic-pin-outline:before {
    content: "\e942"
}

.ic-print:before {
    content: "\e943"
}

.ic-product-filled:before {
    content: "\e944"
}

.ic-product-outline:before {
    content: "\e945"
}

.ic-refresh:before {
    content: "\e946"
}

.ic-remove:before {
    content: "\e947"
}

.ic-remove-box-filled:before {
    content: "\e948"
}

.ic-remove-box-outline:before {
    content: "\e949"
}

.ic-remove-circular-filled:before {
    content: "\e94a"
}

.ic-remove-circular-outline:before {
    content: "\e94b"
}

.ic-remove-default:before {
    content: "\e94c"
}

.ic-search:before {
    content: "\e94d"
}

.ic-settings-filled:before {
    content: "\e94e"
}

.ic-settings-outline:before {
    content: "\e94f"
}

.ic-setup:before {
    content: "\e950"
}

.ic-show:before {
    content: "\e951"
}

.ic-sort:before {
    content: "\e952"
}

.ic-transactions:before {
    content: "\e953"
}

.ic-update:before {
    content: "\e954"
}

.ic-upload:before {
    content: "\e955"
}

.ic-user-filled:before {
    content: "\e956"
}

.ic-user-outline:before {
    content: "\e957"
}

.ic-users:before {
    content: "\e958"
}

.alert-primary {
    background-color: rgba(16, 113, 229, .12);
    color: #1071e5
}

.alert-secondary {
    background-color: rgba(38, 38, 38, .12);
    color: #262626
}

.alert-success {
    background-color: rgba(45, 181, 57, .12);
    color: #2db539
}

.alert-info {
    background-color: rgba(16, 113, 229, .12);
    color: #1071e5
}

.alert-warning {
    background-color: rgba(197, 119, 0, .12)
}

.alert-danger {
    background-color: rgba(255, 61, 61, .12);
    color: #ff3d3d
}

.alert-light {
    background-color: hsla(0, 0%, 83.9%, .12);
    color: #d6d6d6
}

.alert-dark {
    background-color: rgba(13, 13, 13, .12);
    color: #0d0d0d
}

.alert-red {
    background-color: rgba(255, 61, 61, .12);
    color: #ff3d3d
}

.alert-green {
    background-color: rgba(45, 181, 57, .12);
    color: #2db539
}

.alert-navy-5 {
    background-color: rgba(14, 48, 102, .12);
    color: #0e3066
}

.alert-navy-10 {
    background-color: rgba(36, 96, 185, .12);
    color: #2460b9
}

.alert-navy-30 {
    background-color: rgba(16, 205, 217, .12);
    color: #10cdd9
}

.alert-navy-40 {
    background-color: rgba(5, 35, 84, .12);
    color: #052354
}

.alert-blue {
    background-color: rgba(16, 113, 229, .12);
    color: #1071e5
}

.alert-blue-10 {
    background-color: rgba(172, 212, 255, .12);
    color: #acd4ff
}

.alert-blue-20 {
    background-color: rgba(43, 145, 254, .12);
    color: #2b91fe
}

.alert-gray-500 {
    background-color: rgba(51, 51, 51, .12);
    color: #333
}

.alert-gray-800 {
    background-color: rgba(13, 13, 13, .12);
    color: #0d0d0d
}

.alert-black {
    background-color: rgba(0, 0, 0, .12);
    color: #000
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Mukta", sans-serif
}

body,
html {
    font-weight: 400
}

@media (min-width:1366px) {
    body,
    html {
        font-size: 1.125rem
    }
}

body:before,
html:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -.1em;
    margin-top: calc((1 - var(--heading-line-height))*0.5em)
}

a {
    color: inherit
}

a,
a:visited {
    text-decoration: none;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .15s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .15s cubic-bezier(.4, 0, .2, 1);
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1071e5
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 2.488rem;
    margin: 0
}

@media (max-width:1200px) {
    .h1,
    h1 {
        font-size: calc(2.28167rem + .27511vw)
    }
}

.h2,
h2 {
    font-size: 2.074rem;
    margin: 0
}

@media (max-width:1200px) {
    .h2,
    h2 {
        font-size: calc(1.93667rem + .18311vw)
    }
}

.h3,
h3 {
    font-size: 1.728rem;
    margin: 0
}

@media (max-width:1200px) {
    .h3,
    h3 {
        font-size: calc(1.64833rem + .10622vw)
    }
}

.h4,
h4 {
    font-size: 1.44rem;
    margin: 0
}

@media (max-width:1200px) {
    .h4,
    h4 {
        font-size: calc(1.40833rem + .04222vw)
    }
}

.h5,
h5 {
    font-size: 1.2rem;
    margin: 0
}

.h6,
h6 {
    font-size: .925rem;
    margin: 0
}

.des,
p {
    font-size: .875rem;
    margin: 0
}

.btn-rounded i,
.small,
small {
    font-size: .694rem
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-bolder {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.text-gray50 {
    color: #ebebeb
}

.text-gray-70 {
    color: #606569
}

.text-gray100 {
    color: #d6d6d6
}

.text-gray200 {
    color: #adadad
}

.text-gray300 {
    color: #858585
}

.text-gray400 {
    color: #5c5c5c
}

.text-gray500 {
    color: #333
}

.text-gray600 {
    color: #262626
}

.text-gray700 {
    color: #1a1a1a
}

.text-gray800 {
    color: #0d0d0d
}

.text-gray900 {
    color: #050505
}

.text-coolGray50 {
    color: #f5fcff
}

.text-coolGray100 {
    color: #f1f7fa
}

.text-coolGray200 {
    color: #ecf1f5
}

.text-coolGray300 {
    color: #d8dde0
}

.text-coolGray400 {
    color: #bbbfc2
}

.text-coolGray500 {
    color: #8a8c8f
}

.text-coolGray600 {
    color: #71777c
}

.text-coolGray700 {
    color: #252627
}

label {
    margin-bottom: .25rem;
    font-size: .75rem;
    font-weight: 600
}

.custom-control-label {
    font-weight: 400;
    color: #262626
}

.text-underline {
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit
}

.text-label {
    font-size: .833rem;
    font-weight: 400
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1rem;
    margin-bottom: .5rem;
    position: relative
}

@media (max-width:575.98px) {
    .heading {
        flex-direction: column;
        align-items: flex-start
    }
}

.heading-between {
    flex-direction: row;
    align-items: center
}

.heading-data {
    background: #cfe4ff
}

.heading-line {
    display: flex;
    align-items: center;
    color: #1071e5;
    font-weight: 600;
    width: 100%;
    margin-bottom: .5rem
}

.heading-line h6 {
    font-size: .875rem
}

.heading-line:after {
    content: "";
    display: block;
    width: 1px;
    flex: 1 1;
    height: 1px;
    background-color: #cfe4ff;
    margin-left: .5rem
}

@media (max-width:1279.98px) {
    .heading__xl {
        flex-direction: column;
        align-items: flex-start
    }
}

.heading h5 {
    font-size: 1rem
}

.heading-bordered {
    color: #000;
    border-bottom: 1px solid #bbbfc2;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    font-size: .833rem
}

.alert-info .heading-line:after {
    background-color: #1071e5
}

.avatar-lg img,
.avatar-md img,
.avatar-sm img,
.avatar-xl img,
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.avatar-xxl {
    width: 6rem;
    height: 6rem;
    overflow: hidden
}

.avatar-xxl img {
    width: 100%;
    object-fit: cover;
    border-radius: .25rem
}

.avatar-xl {
    width: 4rem;
    height: 4rem
}

.avatar-lg {
    width: 3rem;
    height: 3rem
}

.avatar-md {
    width: 2rem;
    height: 2rem
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem
}

.avatar-collection {
    display: flex;
    align-items: center
}

.avatar-collection li:not(:last-child) {
    margin-right: -.75rem
}

.avatar-collection li:not(:last-child) .avatar,
.avatar-collection li:not(:last-child) .avatar-lg,
.avatar-collection li:not(:last-child) .avatar-md,
.avatar-collection li:not(:last-child) .avatar-sm,
.avatar-collection li:not(:last-child) .avatar-xl {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 50%
}

.avatar-icon-sm {
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.avatar-icon-sm.info {
    background-color: #deecfd
}

.avatar-icon-sm.info [class*=" ic-"],
.avatar-icon-sm.info [class^=ic-],
.avatar-icon-sm.info i,
.avatar-icon-sm.info span,
.avatar-icon-sm.info svg {
    font-size: 1.125rem;
    color: #1071e5
}

.avatar-icon-sm.danger {
    background-color: #fff
}

.avatar-icon-sm.danger [class*=" ic-"],
.avatar-icon-sm.danger [class^=ic-],
.avatar-icon-sm.danger i,
.avatar-icon-sm.danger span,
.avatar-icon-sm.danger svg {
    font-size: 1.125rem;
    color: #ff3d3d
}

.avatar-icon-sm.success {
    background-color: #d3f4d6
}

.avatar-icon-sm.success [class*=" ic-"],
.avatar-icon-sm.success [class^=ic-],
.avatar-icon-sm.success i,
.avatar-icon-sm.success span,
.avatar-icon-sm.success svg {
    font-size: 1.125rem;
    color: #2db539
}

.avatar-icon-sm.warning {
    background-color: #fffdf7
}

.avatar-icon-sm.warning [class*=" ic-"],
.avatar-icon-sm.warning [class^=ic-],
.avatar-icon-sm.warning i,
.avatar-icon-sm.warning span,
.avatar-icon-sm.warning svg {
    font-size: 1.125rem;
    color: #fcce14
}

.alert {
    font-size: .875rem;
    padding: .5rem .75rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    border: 1px dashed
}

.alert [class*=" ic-"],
.alert [class^=ic-] {
    font-size: .75rem
}

.align {
    display: flex
}

.align-vertical {
    display: flex;
    align-items: center
}

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

.scrollable {
    overflow: auto;
    cursor: pointer
}

.scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scrollable::-webkit-scrollbar-track {
    background: #f0f0f0
}

.scrollable::-webkit-scrollbar-thumb {
    background: rgba(207, 228, 255, .8);
    border-radius: 4px
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #cfe4ff;
    cursor: pointer
}

.scrollable-blue {
    overflow: auto;
    cursor: pointer
}

.scrollable-blue::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scrollable-blue::-webkit-scrollbar-track {
    background: #f0f0f0
}

.scrollable-blue::-webkit-scrollbar-thumb {
    background: rgba(126, 181, 246, .8);
    border-radius: 4px
}

.scrollable-blue::-webkit-scrollbar-thumb:hover {
    background: #7eb5f6;
    cursor: pointer
}

.flex-1 {
    flex: 1 1
}

.flex-2 {
    flex: 2 1
}

.flex-3 {
    flex: 3 1
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.card-100 {
    height: 100%;
    margin-bottom: 16px
}

.card-100 .card-body {
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.card-100 .tab-content {
    display: flex
}

.card-100 .tab-content,
.card-100 .tab-pane {
    flex-direction: column;
    flex-grow: 1
}

.card-100 .tab-pane.active {
    display: flex
}

.h-0 {
    height: 0
}

.doc-info {
    display: flex;
    align-items: center
}

.doc-info [class*=" ic-"],
.doc-info [class^=ic-] {
    font-size: 1.25rem;
    color: #1071e5;
    margin-right: .5rem
}

.divider {
    height: 1px;
    background-color: #d8dde0;
    margin: .5rem 0
}

.media-wrapper,
.media-wrapper img {
    width: 100%;
    height: 100%
}

.media-wrapper img {
    object-fit: contain
}

.border_right {
    border-right: 1px solid #cfe4ff
}

@media (max-width:991.98px) {
    .border_right {
        border: unset
    }
}

.border_bottom {
    border-bottom: 1px solid #d8dde0
}

.border_top {
    border-top: 1px solid #bbbfc2
}

.inner-collapse {
    margin-left: -1.125rem
}

.doc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.login-wrapper {
    position: relative;
    /*background-color: #1071e5;*/
    background:url(bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 12px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-wrapper:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute
}

.login-box {
    width: 860px;
    min-height: 400px;
    z-index: 2;
    position: relative
}

.login-box-left {
    background-color: #1d4188;
    color: #fff;
    padding-bottom: 2rem;
    position: relative;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.login-box-right {
    display: flex;
    justify-content: center;
    padding: 2rem 1.5rem 3rem;
    background-color: #fff;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

@media (max-width:767.98px) {
    .login-box-right {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }
}

.login-box-right form {
    width: 100%
}

.login-box .logo-box {
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    .login-box .logo-box {
        justify-content: flex-start;
        align-items: center
    }
}

.login-box .logo-box .logo {
    height: 2.5rem
}

.login-box .logo-box .logo img {
    height: 100%;
    object-fit: contain
}

.login-box .logo-box h6 {
    padding-right: 3.5rem;
    padding-left: .5rem
}

.login-box .login-info {
    padding: 0 1.5rem
}

.login-box .login-welcome {
    background-color: #465998;
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    border-top-left-radius: .5rem
}

.login-box .login-welcome h6 {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem
}

.login-box .login-icon {
    background-color: #1071e5;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem
}

.login-box .login-icon [class*=" ic-"],
.login-box .login-icon [class^=ic-] {
    color: #fff
}

.login-box .login-image {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .08
}

.login-box .login-lang {
    width: 4rem;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px
}

.login-box .password {
    cursor: pointer
}

.login-box .captcha {
    width: 6rem;
    object-fit: cover
}

.login-helper {
    position: absolute;
    font-size: .75rem;
    bottom: 1rem
}

.login-helper:hover {
    text-decoration: underline
}

.login-helper.user-manual {
    right: 1.5rem
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.login-heading {
    color: #1071e5
}

.login-card {
    width: 100%;
    max-width: 360px;
    margin: auto;
    padding: 1rem
}

.login-card img {
    height: 80px;
    margin: auto;
    display: block
}

.login-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.login-switch .form-group {
    margin-bottom: 0
}

.login__02 {
    background-color: #adadad
}

.login__02 .heading {
    color: #ff3d3d;
    font-weight: 400;
    font-size: .833rem;
    margin-top: .5rem
}

.login__02 .dept {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 800
}

@media (min-width:1280px) {
    .login__02 .dept {
        white-space: nowrap
    }
}

.login__02 .address {
    color: #1a1a1a;
    font-weight: 400;
    font-size: .75rem
}

.login__02 .signup {
    color: #1071e5;
    font-weight: 400;
    margin-top: 3.5rem
}

@media (max-width:767.98px) {
    .login__02 .signup {
        margin-top: 2rem
    }
}

.login__02 .form-group a,
.login__02 .form-group label {
    font-size: .75rem;
    color: #5c5c5c
}

.login__02 .forgotPassword {
    position: absolute;
    top: .25rem;
    right: 0
}

.login__02 .about {
    font-weight: 800;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem 0
}

@media (max-width:1200px) {
    .login__02 .about {
        font-size: calc(1.45833rem + .05556vw)
    }
}

.login__02 .credentials {
    position: relative;
    padding: 3rem;
    height: 100%;
    background-color: #fff
}

@media (max-width:1279.98px) {
    .login__02 .credentials {
        padding: 1.5rem
    }
}

.login__02 .credentials .form-group.button {
    padding-bottom: 3.5rem
}

.login__02 .credentials footer {
    color: #858585;
    font-size: .75rem;
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem
}

.login__02 .credentials footer .faq {
    white-space: nowrap
}

.login__02 .list-process li a {
    font-size: .975rem;
    background-color: #ff3d3d;
    padding: .75rem 1.5rem;
    border: none;
    border-radius: 4px 4px 0 0;
    color: hsla(0, 0%, 100%, .6)
}

.login__02 .list-process li a:hover {
    color: #fff
}

.login__02 .list-process li a.active {
    color: #ff3d3d;
    background-color: #fff
}

.login__02 .list-process li a.active:active,
.login__02 .list-process li a.active:focus,
.login__02 .list-process li a.active:hover {
    color: #ff3d3d
}

.login--footer {
    color: #858585;
    font-size: .75rem;
    font-weight: 400;
    bottom: 1rem
}

.login--footer .tab {
    width: 100%;
    background-color: #adadad;
    padding: .5rem 2rem;
    position: absolute;
    bottom: 0
}

.login-helpline {
    align-self: flex-start
}

.login-helpline p {
    font-size: .75rem
}

.register-box {
    width: 600px
}

@media (max-width:991.98px) {
    .register-box {
        align-self: flex-start
    }
}

.register-box .logo-box {
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.register-box .logo-box .logo {
    height: 3.5rem
}

.register-box .logo-box .logo img {
    height: 100%;
    object-fit: contain
}

.register-box .logo-box h6 {
    padding-right: 3.5rem;
    padding-left: 1rem
}

.register-box .login-box-right {
    border-radius: .5rem
}

.shortcut {
    width: 3rem;
    width: var(--shorcut-width);
    background-color: #2b91fe;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: .5rem .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.shortcut-logo {
    width: 2rem;
    height: 2rem;
    display: block;
    margin: auto
}

.shortcut-logo img {
    max-width: 100;
    height: 100%
}

.shortcut-icon {
    display: flex;
    align-items: center;
    color: #012e78;
    width: 100%;
    font-size: 1.2rem;
    transition: all .3s
}

.shortcut-icon:hover {
    color: #fcce14;
    cursor: pointer
}

.shortcut-dropdown .dropdown-menu {
    left: 100% !important
}

.app.theme-dark-blue {
    background-color: #f3f4f9
}

.app.theme-dark-blue .sidebar,
.app.theme-dark-blue header {
    background-color: #263052
}

.app.theme-dark-blue .sidebar .list-sidebar a {
    color: #a3aed4
}

.app.theme-dark-blue .sidebar .list-sidebar a.active {
    background-color: #a3aed4;
    color: #263052
}

.app.theme-dark-blue .sidebar .list-sidebar a:not(.active):hover,
.app.theme-dark-blue .sidebar .list-sidebar a[aria-expanded=true] {
    background-color: #3e4f86
}

.app.theme-dark-blue .sidebar .search--input input[type=search] {
    background-color: #364475;
    border-color: #364475
}

.app.theme-dark-blue .sidebar .search--input input[type=search]:focus {
    background-color: #263052;
    border-color: #a3aed4
}

.app.theme-dark-blue .sidebar .search--input input[type=search]::-webkit-input-placeholder {
    color: #919fcc
}

.app.theme-dark-blue .sidebar .search--input input[type=search]:-ms-input-placeholder {
    color: #919fcc
}

.app.theme-dark-blue .sidebar .search--input input[type=search]::-ms-input-placeholder {
    color: #919fcc
}

.app.theme-dark-blue .sidebar .search--input input[type=search]::placeholder {
    color: #919fcc
}

.app.theme-dark-blue .sidebar .search--input .form-group-icon i {
    color: #919fcc
}

.app.theme-dark-blue .sidebar .search--input .form-group-icon svg {
    fill: #919fcc
}

.app.theme-dark-blue .sidebar-title {
    color: #a3aed4
}

.app.theme-dark-blue .sidebar-title:hover {
    color: #fff
}

.app.theme-dark-blue .sidebar .toggler-close {
    color: #a3aed4
}

.app.theme-dark-blue .table-02 thead,
.app.theme-dark-blue .table-02 thead tr {
    background-color: #263052
}

.app.theme-dark-blue .table-02 thead tr th {
    border-color: #263052
}

.app.theme-dark-blue .btn-action {
    background-color: #c6cde4;
    color: #263052
}

.app.theme-dark-blue .btn-action:focus,
.app.theme-dark-blue .btn-action:hover {
    background-color: #263052;
    color: #fff
}

.app.theme-dark-blue .pagination-arrow {
    background-color: #fafbfd
}

.app.theme-dark-blue .pagination .page-item.active .page-link {
    background-color: #263052;
    border: 1px solid #263052
}

.app.theme-dark-blue .pagination .page-link:hover {
    background-color: #c6cde4
}

.app.theme-dark-blue .login-wrapper {
    background-color: #263052
}

.app.theme-dark-blue .login-box {
    box-shadow: 0 20px 48px rgba(38, 48, 82, .24)
}

.app.theme-dark-blue .login-box-left {
    background-color: #364475
}

.app.theme-dark-blue .login-icon {
    background-color: #5d71b4
}

.app.theme-dark-blue .btn-tab-left {
    background: linear-gradient(270deg, rgba(243, 244, 249, 0) 0, #f3f4f9 90%)
}

.app.theme-dark-blue .btn-tab-right {
    background: linear-gradient(90deg, rgba(243, 244, 249, 0) 0, #f3f4f9 90%)
}

.app.theme-dark-green {
    background-color: #f3f9f5
}

.app.theme-dark-green .sidebar,
.app.theme-dark-green header {
    background-color: #265234
}

.app.theme-dark-green .sidebar .list-sidebar a {
    color: #a3d4b3
}

.app.theme-dark-green .sidebar .list-sidebar a.active {
    background-color: #a3d4b3;
    color: #265234
}

.app.theme-dark-green .sidebar .list-sidebar a:not(.active):hover,
.app.theme-dark-green .sidebar .list-sidebar a[aria-expanded=true] {
    background-color: #3e8655
}

.app.theme-dark-green .sidebar .search--input input[type=search] {
    background-color: #36754a;
    border-color: #36754a
}

.app.theme-dark-green .sidebar .search--input input[type=search]:focus {
    background-color: #265234;
    border-color: #a3d4b3
}

.app.theme-dark-green .sidebar .search--input input[type=search]::-webkit-input-placeholder {
    color: #91cca4
}

.app.theme-dark-green .sidebar .search--input input[type=search]:-ms-input-placeholder {
    color: #91cca4
}

.app.theme-dark-green .sidebar .search--input input[type=search]::-ms-input-placeholder {
    color: #91cca4
}

.app.theme-dark-green .sidebar .search--input input[type=search]::placeholder {
    color: #91cca4
}

.app.theme-dark-green .sidebar .search--input .form-group-icon i {
    color: #91cca4
}

.app.theme-dark-green .sidebar .search--input .form-group-icon svg {
    fill: #91cca4
}

.app.theme-dark-green .sidebar-title {
    color: #a3d4b3
}

.app.theme-dark-green .sidebar-title:hover {
    color: #fff
}

.app.theme-dark-green .sidebar .toggler-close {
    color: #a3d4b3
}

.app.theme-dark-green .table-02 thead,
.app.theme-dark-green .table-02 thead tr {
    background-color: #265234
}

.app.theme-dark-green .table-02 thead tr th {
    border-color: #265234
}

.app.theme-dark-green .btn-action {
    background-color: #c6e4cf;
    color: #265234
}

.app.theme-dark-green .btn-action:focus,
.app.theme-dark-green .btn-action:hover {
    background-color: #265234;
    color: #fff
}

.app.theme-dark-green .pagination-arrow {
    background-color: #fafdfb
}

.app.theme-dark-green .pagination .page-item.active .page-link {
    background-color: #265234;
    border: 1px solid #265234
}

.app.theme-dark-green .pagination .page-link:hover {
    background-color: #c6e4cf
}

.app.theme-dark-green .login-wrapper {
    background-color: #265234
}

.app.theme-dark-green .login-box {
    box-shadow: 0 20px 48px rgba(38, 82, 52, .24)
}

.app.theme-dark-green .login-box-left {
    background-color: #36754a
}

.app.theme-dark-green .login-icon {
    background-color: #5db479
}

.app.theme-dark-green .btn-tab-left {
    background: linear-gradient(270deg, rgba(243, 249, 245, 0) 0, #f3f9f5 90%)
}

.app.theme-dark-green .btn-tab-right {
    background: linear-gradient(90deg, rgba(243, 249, 245, 0) 0, #f3f9f5 90%)
}

.app.theme-dark-orange {
    background-color: #fff
}

.app.theme-dark-orange .sidebar,
.app.theme-dark-orange header {
    background-color: #884f20
}

.app.theme-dark-orange .sidebar .list-sidebar a {
    color: #eed1b9
}

.app.theme-dark-orange .sidebar .list-sidebar a.active {
    background-color: #eed1b9;
    color: #884f20
}

.app.theme-dark-orange .sidebar .list-sidebar a:not(.active):hover,
.app.theme-dark-orange .sidebar .list-sidebar a[aria-expanded=true] {
    background-color: #c6732f
}

.app.theme-dark-orange .sidebar .search--input input[type=search] {
    background-color: #b1672a;
    border-color: #b1672a
}

.app.theme-dark-orange .sidebar .search--input input[type=search]:focus {
    background-color: #884f20;
    border-color: #eed1b9
}

.app.theme-dark-orange .sidebar .search--input input[type=search]::-webkit-input-placeholder {
    color: #eac3a4
}

.app.theme-dark-orange .sidebar .search--input input[type=search]:-ms-input-placeholder {
    color: #eac3a4
}

.app.theme-dark-orange .sidebar .search--input input[type=search]::-ms-input-placeholder {
    color: #eac3a4
}

.app.theme-dark-orange .sidebar .search--input input[type=search]::placeholder {
    color: #eac3a4
}

.app.theme-dark-orange .sidebar .search--input .form-group-icon i {
    color: #eac3a4
}

.app.theme-dark-orange .sidebar .search--input .form-group-icon svg {
    fill: #eac3a4
}

.app.theme-dark-orange .sidebar-title {
    color: #eed1b9
}

.app.theme-dark-orange .sidebar-title:hover {
    color: #fff
}

.app.theme-dark-orange .sidebar .toggler-close {
    color: #eed1b9
}

.app.theme-dark-orange .table-02 thead,
.app.theme-dark-orange .table-02 thead tr {
    background-color: #884f20
}

.app.theme-dark-orange .table-02 thead tr th {
    border-color: #884f20
}

.app.theme-dark-orange .btn-action {
    background-color: #f8ece2;
    color: #884f20
}

.app.theme-dark-orange .btn-action:focus,
.app.theme-dark-orange .btn-action:hover {
    background-color: #884f20;
    color: #fff
}

.app.theme-dark-orange .pagination-arrow {
    background-color: #fff
}

.app.theme-dark-orange .pagination .page-item.active .page-link {
    background-color: #884f20;
    border: 1px solid #884f20
}

.app.theme-dark-orange .pagination .page-link:hover {
    background-color: #f8ece2
}

.app.theme-dark-orange .login-wrapper {
    background-color: #884f20
}

.app.theme-dark-orange .login-box {
    box-shadow: 0 20px 48px rgba(136, 79, 32, .24)
}

.app.theme-dark-orange .login-box-left {
    background-color: #b1672a
}

.app.theme-dark-orange .login-icon {
    background-color: #db9b66
}

.app.theme-dark-orange .btn-tab-left {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 90%)
}

.app.theme-dark-orange .btn-tab-right {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 90%)
}

.app {
    width: 100%;
    background-color: #012e78
}

.app .header-faq {
    width: 100%;
    transform: translateX(0)
}

.app main {
    width: calc(100% - 234px);
    width: calc(100% - var(--sidebar-width));
    top: 0;
    left: 0;
    transform: translateX(234px);
    transform: translateX(var(--sidebar-width));
    transition: padding .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), width .25s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:991.98px) {
    .app main {
        transform: translateX(0);
        width: 100%
    }
}

.app main.stickyHeader header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100
}

.app .inner {
    position: relative;
    box-shadow: -8px 100px 64px rgba(54, 45, 45, .56);
    min-height: calc(100vh - 65px);
    padding: 0 8px 2rem;
    border-radius: .25rem 0 0 0;
    z-index: 10
}

.app.toggled .sidebar {
    transform: translateX(-234px);
    transform: translateX(calc(var(--sidebar-width)*-1))
}

@media (max-width:991.98px) {
    .app.toggled .sidebar {
        transform: translateX(0)
    }
}

.app.toggled main {
    width: 100%;
    transform: translateX(0)
}

@media (max-width:991.98px) {
    .app.toggled main {
        width: 100%
    }
}

.app.withshortcut .sidebar {
    margin-left: 3rem;
    margin-left: var(--shorcut-width)
}

.app.withshortcut main {
    width: calc(100% - 234px - 3rem);
    width: calc(100% - var(--sidebar-width) - var(--shorcut-width));
    transform: translateX(calc(234px + 3rem));
    transform: translateX(calc(var(--sidebar-width) + var(--shorcut-width)))
}

@media (max-width:991.98px) {
    .app.withshortcut main {
        transform: translateX(var(--shortcut-width));
        width: calc(100% - 3rem);
        width: calc(100% - var(--shorcut-width));
        margin-left: 3rem;
        margin-left: var(--shorcut-width)
    }
}

.app.withshortcut.toggled .sidebar {
    margin-left: 0;
    transform: translateX(-234px);
    transform: translateX(calc(var(--sidebar-width)*-1))
}

.app.withshortcut.toggled main {
    transform: translateX(3rem);
    transform: translateX(var(--shorcut-width));
    width: calc(100% - 3rem);
    width: calc(100% - var(--shorcut-width))
}

@media (max-width:991.98px) {
    .app.withshortcut.toggled main {
        transform: translateX(var(--shortcut-width));
        width: calc(100% - 3rem);
        width: calc(100% - var(--shorcut-width))
    }
}

.content {
    position: fixed;
    width: 100%;
    overflow-y: auto
}

.content::-webkit-scrollbar {
    width: 8px
}

.content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.content::-webkit-scrollbar-thumb {
    background: #888
}

.content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.application-count {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: .25rem solid #2db539;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.application-details-preview .post {
    font-size: 1rem;
    font-weight: 600
}

.application-details-preview .date {
    font-size: .833rem;
    color: #606569
}

.application-details-preview .des {
    font-size: .75rem
}

@media (max-width:575.98px) {
    .application-details-preview .list-dot li:not(:last-child):after {
        display: none
    }
}

.application-details-preview .list-border {
    padding-bottom: .75rem;
    border-bottom: 1px solid #d8dde0
}

.header {
    background-color: #012e78;
    padding: 1rem 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .header {
        padding: 1rem
    }
}

.header .toggler {
    color: #fff;
    margin-right: 1rem;
    cursor: pointer
}

.header .auth {
    display: flex;
    align-items: center
}

@media (max-width:991.98px) {
    .header .auth {
        padding-right: 0
    }
}

.header .auth h6 {
    margin-left: .5rem;
    color: #fff;
    font-size: .833rem;
    font-weight: 400
}

.header .auth i,
.header .auth svg {
    color: #fff;
    font-size: .5rem
}

@media (max-width:767.98px) {
    .header .auth .avatar-md {
        display: none
    }
}

.header .title {
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header--title {
    display: flex;
    align-items: center;
    max-width: 60%;
    width: 60%;
    flex: 0 0 60%
}

.logo {
    max-height: 50px
}

.toggled header {
    transition: padding-left .25s cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:768px) {
    .toggled header {
        padding-left: 1rem
    }
}

.card,
.card_bordered {
    box-shadow: 0 1px 2px #d8dde0
}

.card_bordered {
    border: 1px solid #bbbfc2
}

.card_rounded {
    box-shadow: 0 1px 2px #d8dde0;
    border-radius: 8px
}

.card_equal {
    height: 100%
}

.card_structured {
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 2px #d8dde0;
    border-radius: 4px
}

.card_structured .head {
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-bordered-gray {
    border: 1px solid #d8dde0;
    box-shadow: none
}

.card-tab {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 4px 4px 0 0;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    width: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .04);
    color: #fff;
    cursor: pointer
}

.card-tab:hover {
    box-shadow: 0 -2px 16px rgba(10, 10, 10, .16)
}

.card-tab .title {
    margin-top: .5rem;
    font-weight: 600
}

.card-tab .value {
    font-weight: 700
}

.card-tab .icon {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-tab.cardbg-blue,
.card-tab.cardbg-blue:before,
.card-tab .icon {
    background-color: #1071e5
}

.card-tab.cardbg-blue .icon {
    background-color: #0c55ac
}

.card-tab.cardbg-red,
.card-tab.cardbg-red:before {
    background-color: #ff3d3d
}

.card-tab.cardbg-red .icon {
    background-color: red
}

.card-tab.cardbg-green,
.card-tab.cardbg-green:before {
    background-color: #2db539
}

.card-tab.cardbg-green .icon {
    background-color: #21842a
}

.card-tab.cardbg-yellow,
.card-tab.cardbg-yellow:before {
    background-color: #fcce14
}

.card-tab.cardbg-yellow .icon {
    background-color: #d0a703
}

.card-tab.cardbg-purple,
.card-tab.cardbg-purple:before {
    background-color: #680094
}

.card-tab.cardbg-purple .icon {
    background-color: #3d0057
}

.card-tab.cardbg-purple-20,
.card-tab.cardbg-purple-20:before {
    background-color: #c056ed
}

.card-tab.cardbg-purple-20 .icon {
    background-color: #ab1fe7
}

.card-tab.cardbg-blue-20,
.card-tab.cardbg-blue-20:before {
    background-color: #2bb8e4
}

.card-tab.cardbg-blue-20 .icon {
    background-color: #1893ba
}

.card-tab.cardbg-gray,
.card-tab.cardbg-gray:before {
    background-color: #71777c
}

.card-tab.cardbg-gray .icon {
    background-color: #54585c
}

.card-stats {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    height: 100%;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .04);
    color: #fff;
    cursor: pointer
}

.card-stats:hover {
    box-shadow: 0 -2px 16px rgba(10, 10, 10, .16)
}

.card-stats .title {
    margin-top: .5rem;
    font-weight: 600
}

.card-stats .value {
    font-weight: 700
}

.card-stats .icon {
    border-radius: 50%;
    background-color: #1071e5;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-stats .icon [class*=" ic-"],
.card-stats .icon [class^=ic-] {
    font-size: 1.44rem
}

@media (max-width:1200px) {
    .card-stats .icon [class*=" ic-"],
    .card-stats .icon [class^=ic-] {
        font-size: calc(1.40833rem + .04222vw)
    }
}

.card-stats.cardbg-blue,
.card-stats.cardbg-blue:before {
    background-color: #1071e5
}

.card-stats.cardbg-blue .icon {
    background-color: #0c55ac
}

.card-stats.cardbg-red,
.card-stats.cardbg-red:before {
    background-color: #ff3d3d
}

.card-stats.cardbg-red .icon {
    background-color: red
}

.card-stats.cardbg-green,
.card-stats.cardbg-green:before {
    background-color: #2db539
}

.card-stats.cardbg-green .icon {
    background-color: #21842a
}

.card-stats.cardbg-yellow,
.card-stats.cardbg-yellow:before {
    background-color: #fcce14
}

.card-stats.cardbg-yellow .icon {
    background-color: #d0a703
}

.card-stats.cardbg-purple,
.card-stats.cardbg-purple:before {
    background-color: #680094
}

.card-stats.cardbg-purple .icon {
    background-color: #3d0057
}

.card-stats.cardbg-purple-20,
.card-stats.cardbg-purple-20:before {
    background-color: #c056ed
}

.card-stats.cardbg-purple-20 .icon {
    background-color: #ab1fe7
}

.card-stats.cardbg-blue-20,
.card-stats.cardbg-blue-20:before {
    background-color: #2bb8e4
}

.card-stats.cardbg-blue-20 .icon {
    background-color: #1893ba
}

.card-stats.cardbg-gray,
.card-stats.cardbg-gray:before {
    background-color: #71777c
}

.card-stats.cardbg-gray .icon {
    background-color: #54585c
}

.card--shortcut {
    padding: 2.5rem 2rem;
    width: 377px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: -8px 0 8px rgba(0, 0, 0, .08);
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(.83, 0, .17, 1)
}

.card--shortcut .title {
    color: #1071e5;
    margin: 1rem 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d8dde0
}

.card--shortcut__list {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.card--shortcut__list:not(:last-child) {
    margin-bottom: 2rem
}

.card--shortcut__list li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card--shortcut__list li:not(:last-child) {
    margin-bottom: .5rem
}

.card--shortcut__list .key {
    border: 1px solid #bbbfc2;
    background-color: #ecf1f5;
    padding: .25rem .5rem;
    min-width: 28px;
    text-align: center;
    font-size: .833rem
}

.card--shortcut__list .key:not(:last-child) {
    margin-right: .5rem
}

.card--shortcut__list .key [class*=" ic-"],
.card--shortcut__list .key [class^=ic-] {
    font-size: .694rem
}

.card-applicants {
    color: #71777c
}

.card-applicants .title {
    color: #000;
    margin-bottom: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.card-callout {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08)
}

.card-callout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #2db539;
    border-radius: 4px 0 0 4px
}

.card-callout .card-body {
    display: flex;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .card-callout .card-body {
        flex-direction: column;
        justify-content: flex-start
    }
}

.card-callout .desc {
    margin-top: .5rem;
    color: #606569
}

.organization {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: .75rem
}

.organization-name {
    font-size: 1rem;
    margin-bottom: .625rem
}

.organization-user {
    font-size: .75rem;
    color: #adadad;
    margin: .625rem 0
}

.list {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-sidebar {
    margin-bottom: 1rem
}

.list-sidebar li p {
    color: #c1cfff
}

.list-sidebar li a {
    margin-bottom: .25rem
}

.list-sidebar .hasSub+.list-sidebar {
    padding-left: 1.25rem
}

.list-sidebar a {
    display: flex;
    align-items: center;
    color: #acd4ff;
    border-radius: 2px;
    font-size: .875rem;
    padding: .25rem .5rem;
    line-height: 1.5
}

.list-sidebar a.active {
    background-color: #cde1ff;
    color: #003893
}

.list-withcount {
    padding: 0 1.5rem
}

.list-withcount a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #acd4ff;
    font-size: .833rem;
    padding: .5rem;
    line-height: 1
}

.list-withcount a.active {
    background-color: #cde1ff;
    border-radius: 4px;
    color: #003893
}

.list-withcount a.active:hover {
    color: #003893
}

.list-withcount a:hover {
    color: #cde1ff
}

.list__inline {
    display: flex
}

@media (min-width:768px) {
    .list__inline {
        align-items: center
    }
}

.list__inline>:not(:last-child) {
    margin-right: .5rem
}

.list__inline>* .ic-chat,
.list__inline>* .ic-members {
    font-size: 1rem
}

.list-links li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a1a1a;
    border-bottom: 1px solid #d6d6d6
}

.list-links li.active {
    background-color: #003893;
    color: #fff
}

.list-links li.active:hover {
    color: #fff
}

.list-links li:hover {
    color: #2b91fe;
    cursor: pointer
}

.list-links a {
    font-size: .833rem;
    padding: .5rem;
    line-height: 1
}

.list-links .close {
    font-size: .5rem
}

.list-links .close:hover {
    color: #ff3d3d
}

.list-03 a {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .833rem;
    color: #000;
    background-color: #adadad
}

.list-03 a.active {
    color: #fff;
    background-color: #1071e5
}

@media (max-width:1279.98px) {
    .list-03_scrolllg {
        display: flex;
        margin-bottom: 1rem;
        overflow: auto;
        cursor: pointer;
        padding-bottom: .5rem
    }
    .list-03_scrolllg::-webkit-scrollbar {
        width: 6px;
        height: 6px
    }
    .list-03_scrolllg::-webkit-scrollbar-track {
        background: #f0f0f0
    }
    .list-03_scrolllg::-webkit-scrollbar-thumb {
        background: rgba(16, 113, 229, .8);
        border-radius: 4px
    }
    .list-03_scrolllg::-webkit-scrollbar-thumb:hover {
        background: #1071e5;
        cursor: pointer
    }
}

@media (max-width:1279.98px) {
    .list-03_scrolllg li {
        flex-shrink: 0;
        margin-right: 1rem
    }
}

.list-process {
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    flex-wrap: wrap
}

.list-process li>a {
    display: block;
    font-size: .833rem;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    position: relative;
    color: #5c5c5c;
    padding: .5rem 1rem
}

.list-process li>a.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background-color: #1071e5
}

.list-process li>a.active:active,
.list-process li>a.active:focus,
.list-process li>a.active:hover {
    color: #fff
}

.list-process li>a:hover {
    cursor: pointer;
    color: #1071e5
}

.list-process.scroll {
    flex-wrap: nowrap;
    overflow: auto;
    cursor: pointer
}

.list-process.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.list-process.scroll::-webkit-scrollbar-track {
    background: #f0f0f0
}

.list-process.scroll::-webkit-scrollbar-thumb {
    background: rgba(207, 228, 255, .8);
    border-radius: 4px
}

.list-process.scroll::-webkit-scrollbar-thumb:hover {
    background: #cfe4ff;
    cursor: pointer
}

.list-process.scroll li {
    flex-shrink: 0
}

.list-tree {
    overflow: auto
}

.list-tree .list-group-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    font-size: .833rem;
    background-color: #f1f7fa;
    margin-bottom: 2px;
    border-radius: 2px
}

.list-tree .list-group-item[aria-expanded=true] {
    background-color: #1071e5;
    color: #fff
}

.list-tree .list-group-item[aria-expanded=true] [class*=" ic-"],
.list-tree .list-group-item[aria-expanded=true] [class^=ic-] {
    color: #fff
}

.list-tree .list-group-item .state-icon {
    margin-right: .75rem;
    cursor: pointer;
    color: #858585
}

.list-tree .list-group-item .item-icon {
    margin-right: .5rem
}

.list-tree .list-group-item i {
    font-size: .833rem
}

.list-tree .list-group-item:not([aria-expanded=true]):hover {
    background-color: #ecf1f5;
    color: inherit
}

.list-tree .list-group-item.hasSub {
    position: relative;
    padding-left: 28px
}

.list-tree .list-group-item.hasSub:after {
    content: "\e958";
    font-family: "icomoon";
    position: absolute;
    font-size: .5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 8px
}

.list-tree .list-group-item.hasSub[aria-expanded=false]:after {
    content: "\e95b"
}

.list-tree .list-group-item [class*=" ic-"],
.list-tree .list-group-item [class^=ic-] {
    color: #1071e5;
    transform: translateY(-1px);
    margin-right: 8px
}

.list-tree ul {
    padding-left: 1rem
}

.list-separator>:last-child {
    padding-left: 1rem;
    margin-left: 1rem;
    position: relative
}

.list-separator>:last-child:before {
    content: "";
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ecf1f5
}

.list-legend {
    display: flex;
    align-items: center;
    padding: .5rem
}

.list-legend .box {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    padding: 1px;
    border: 1px solid #71777c
}

.list-legend .box-indeterminate:before {
    content: " ";
    border: 1px solid #71777c;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.list-dot li:not(:last-child) {
    position: relative;
    margin-right: .75rem;
    padding-right: .75rem
}

.list-dot li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -.125rem;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #858585;
    border-radius: 50%
}

.list--job-deets {
    font-size: .875rem;
    color: #71777c
}

.list-reset {
    padding-left: 1rem;
    margin-bottom: 0
}

.list-reset li:not(:last-child) {
    margin-bottom: .5rem
}

.list--payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.list--payment li {
    display: block;
    width: 150px
}

.list--payment li:not(:last-child) {
    margin-bottom: .5rem
}

.list--payment a {
    display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: .5rem 2rem;
    width: 100%;
    text-align: center
}

.list--payment a:hover {
    color: unset;
    border-color: #1071e5
}

.list--payment a.active {
    border-color: #1071e5
}

.list--payment [class*=" ic-"],
.list--payment [class^=ic-] {
    font-size: 2rem
}

.list-login li {
    display: flex;
    align-items: flex-start;
    font-size: .833rem
}

.list-login li:not(:last-child) {
    margin-bottom: 1rem
}

.list-login li .marker {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #1071e5;
    margin-right: .5rem;
    padding: 0 4px
}

.list-admitcard {
    list-style-type: devanagari
}

.list-admitcard li {
    font-size: .833rem
}

.list-admitcard li:not(:last-child) {
    margin-bottom: .625rem
}

.list-admitcard li p {
    margin-left: .5rem
}

.list-bullet {
    padding-left: 0;
    list-style: none
}

.list-bullet li {
    position: relative;
    padding-left: 1.5rem
}

.list-bullet li:before {
    content: "";
    width: .45rem;
    height: .45rem;
    background-color: #1071e5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .35rem;
    left: 0
}

.list-bullet li:not(:last-child) {
    margin-bottom: .75rem
}

.list-bullet.bank-deposit-details {
    margin-bottom: 0
}

.list-bullet.bank-deposit-details li {
    padding-left: 1rem
}

.list-bullet.bank-deposit-details li:before {
    content: "";
    width: .3rem;
    height: .3rem;
    background-color: #c57700;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .35rem;
    left: 0
}

.list-ad-details {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: .75rem
}

@media (max-width:767.98px) {
    .list-ad-details {
        border-right: unset;
        margin-bottom: 1rem;
        padding-right: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #d6d6d6
    }
}

.list-ad-details li:first-child p {
    margin-bottom: .25rem
}

.list-ad-details li:not(:last-child) {
    margin-bottom: 1rem
}

.list-ad-details li p {
    margin-top: .25rem
}

.list-scrutinyofficer-detail {
    margin-top: .5rem;
    padding-bottom: .5rem
}

.list-scrutinyofficer-detail li {
    font-size: .875rem
}

.list-scrutinyofficer-detail li p {
    font-size: 1rem
}

.footer-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem
}

.footer-btn .btn:not(:last-child) {
    margin-right: .5rem
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .694rem
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon [class*=" ic-"],
.btn-icon [class^=ic-] {
    margin-right: .5rem;
    font-size: .75rem;
    opacity: .8
}

.btn-icon-only {
    display: inline-flex;
    padding: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.btn-icon-only,
.btn-icon-only [class*=" ic-"],
.btn-icon-only [class^=ic-] {
    font-size: .75rem
}

.btn-data .data {
    border-left: 1px solid #adadad;
    margin-left: .375rem;
    padding-left: .375rem;
    color: #1071e5
}

.btn-action {
    padding: 2px;
    background-color: #c6cde4;
    color: #263052
}

.btn-action:focus,
.btn-action:hover {
    background-color: #263052;
    color: #fff
}

.btn-outline {
    border-color: #bbbfc2;
    color: #71777c;
    background-color: #fff
}

.btn-outline-blue {
    background-color: #fff;
    border-color: #1071e5;
    color: #1071e5
}

.btn-outline-blue:focus,
.btn-outline-blue:hover {
    background-color: #1071e5;
    color: #fff
}

.btn-outline-red {
    background-color: #fff;
    border-color: #ff3d3d;
    color: #ff3d3d
}

.btn-outline-red:focus,
.btn-outline-red:hover {
    background-color: #ff3d3d;
    color: #fff
}

.btn-outline-green {
    background-color: #fff;
    border-color: #2db539;
    color: #2db539
}

.btn-outline-green:focus,
.btn-outline-green:hover {
    background-color: #2db539;
    color: #fff
}

.btn-outline-yellow {
    background-color: #fff;
    border-color: #fcce14;
    color: #fcce14
}

.btn-outline-yellow:focus,
.btn-outline-yellow:hover {
    background-color: #fcce14;
    color: #fff
}

.btn-outline-purple {
    background-color: #fff;
    border-color: #680094;
    color: #680094
}

.btn-outline-purple:focus,
.btn-outline-purple:hover {
    background-color: #680094;
    color: #fff
}

.btn-outline-purple-20 {
    background-color: #fff;
    border-color: #c056ed;
    color: #c056ed
}

.btn-outline-purple-20:focus,
.btn-outline-purple-20:hover {
    background-color: #c056ed;
    color: #fff
}

.btn-outline-blue-20 {
    background-color: #fff;
    border-color: #2bb8e4;
    color: #2bb8e4
}

.btn-outline-blue-20:focus,
.btn-outline-blue-20:hover {
    background-color: #2bb8e4;
    color: #fff
}

.btn-outline-gray {
    background-color: #fff;
    border-color: #71777c;
    color: #71777c
}

.btn-outline-gray:focus,
.btn-outline-gray:hover {
    background-color: #71777c;
    color: #fff
}

.btn.outline-hover-blue:focus,
.btn.outline-hover-blue:hover {
    color: #1071e5;
    border-color: #1071e5
}

.btn.outline-hover-red:focus,
.btn.outline-hover-red:hover {
    color: #ff3d3d;
    border-color: #ff3d3d
}

.btn.outline-hover-green:focus,
.btn.outline-hover-green:hover {
    color: #2db539;
    border-color: #2db539
}

.btn.outline-hover-yellow:focus,
.btn.outline-hover-yellow:hover {
    color: #fcce14;
    border-color: #fcce14
}

.btn.outline-hover-purple:focus,
.btn.outline-hover-purple:hover {
    color: #680094;
    border-color: #680094
}

.btn.outline-hover-purple-20:focus,
.btn.outline-hover-purple-20:hover {
    color: #c056ed;
    border-color: #c056ed
}

.btn.outline-hover-blue-20:focus,
.btn.outline-hover-blue-20:hover {
    color: #2bb8e4;
    border-color: #2bb8e4
}

.btn.outline-hover-gray:focus,
.btn.outline-hover-gray:hover {
    color: #71777c;
    border-color: #71777c
}

.btn-tab {
    position: absolute;
    top: 0;
    width: 54px;
    height: 28px;
    display: none
}

@media (max-width:991.98px) {
    .btn-tab {
        display: block
    }
}

.btn-tab .btn {
    background-color: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04)
}

.btn-tab .btn [class*=" ic-"],
.btn-tab .btn [class^=ic-] {
    color: #1071e5;
    font-size: .5rem
}

.btn-tab-right {
    right: 0;
    text-align: right;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

.btn-tab-right .btn {
    margin-right: .25rem
}

.btn-tab-left {
    left: 0;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.btn-tab-left .btn {
    margin-left: .25rem
}

.btn-highlighted {
    background: unset;
    padding: 0;
    border: unset;
    display: flex
}

.btn-highlighted .data,
.btn-highlighted .default {
    padding: .375rem 1rem
}

.btn-highlighted .default {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background-color: #1071e5
}

.btn-highlighted .data {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #00479b
}

.table {
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px
}

.table thead td,
.table thead th {
    font-size: .875rem;
    color: #fff
}

.table thead th {
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.table tbody td {
    font-size: .875rem;
    vertical-align: middle;
    border-top: 1px solid #d6d6d6;
    color: #050505
}

.table tbody .ic-more {
    transform: rotate(90deg);
    display: block
}

.table tbody .ic-more:hover {
    cursor: pointer
}

.table-basic thead {
    background-color: #1071e5;
    color: #fff
}

.table-dropdown .dropdown-menu {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    padding: 0;
    border-color: transparent
}

.table-dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
    color: #262626
}

.table-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f8f8fb;
    color: #1071e5
}

.table-dialog {
    width: 190px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1071e5;
    color: #fff;
    padding: .5rem;
    box-shadow: 0 2px 4px #d6d6d6;
    border-radius: 2px;
    display: none
}

.table td {
    white-space: nowrap
}

.table td.toggle {
    position: relative
}

.table td.toggle:hover .table-dialog {
    display: block
}

.table-01 {
    border: 1px solid #d8dde0
}

.table-01 tbody td {
    border: none
}

.table-01 tfoot td {
    border: 1px solid #d8dde0;
    white-space: nowrap;
    vertical-align: middle
}

.table-01 tfoot.borderless td {
    border: none;
    border-top: 1px solid #d8dde0
}

.table-02 thead tr th {
    background-color: #263052;
    text-align: left;
    border-right: unset
}

.table-02 tr td .dropdown-table.dropdown-toggle:after {
    display: none
}

.table-02 tr td .dropdown-table.btn-secondary,
.table-02 tr td .dropdown-table.btn-secondary:active {
    color: unset;
    background-color: unset;
    border: unset
}

.table-borderless {
    border: unset !important
}

.table-rounded thead tr :first-child {
    border-radius: 4px 0 0 0
}

.table-rounded thead tr :last-child {
    border-radius: 0 4px 0 0
}

.table-rounded thead tr :only-child {
    border-radius: 4px 4px 0 0
}

.table-react .rt-table {
    background-color: transparent;
    border-color: #d8dde0;
    border-collapse: collapse
}

.table-react .rt-table .rt-thead .rt-tr {
    text-align: left
}

.table-react .rt-table .rt-thead .rt-th {
    padding: 6px 12px;
    font-size: .833rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    border-color: hsla(0, 0%, 100%, .2);
    background-color: #263052
}

.table-react .rt-table .rt-tbody .rt-td {
    font-size: .833rem;
    padding: 6px 12px
}

.table-react.borderless,
.table-react.borderless .rt-td,
.table-react.borderless .rt-th {
    border: none
}

.table .actions {
    color: #71777c;
    cursor: pointer
}

.table .actions:not(:last-child) {
    margin-right: .5rem
}

.table-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #252627;
    margin-bottom: .5rem;
    font-weight: 700
}

.table svg {
    fill: rgba(16, 113, 229, .8)
}

.table-present tbody tr td {
    border: 1px solid #bbbfc2
}

.table-present tbody tr td:last-child {
    min-width: 3rem
}

.table-present-categorywise tr td {
    border: 1px solid #bbbfc2;
    height: 1.975rem
}

.table-responsive {
    min-height: 7.5rem
}

.status {
    display: flex;
    align-items: center;
    font-size: .833rem
}

.filter-wrapper {
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 120%;
    right: 0;
    display: block;
    z-index: 10
}

.filter-wrapper.hide {
    transform: translateX(0);
    display: none
}

.filter-container {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(37, 38, 39, .16);
    border-radius: 4px;
    padding: .75rem;
    margin-bottom: 1rem;
    width: 300px
}

.tab-01 {
    border-bottom: none;
    flex-wrap: nowrap;
    overflow-x: auto
}

.tab-01 .nav-item,
.tab-01 li {
    margin: 0 -1px 0 0
}

.tab-01 .nav-item .nav-link,
.tab-01 .nav-item a,
.tab-01 li .nav-link,
.tab-01 li a {
    padding: .375rem 1rem;
    background-color: #fff;
    border: 1px solid #bbbfc2;
    color: #71777c;
    line-height: 1.1;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    font-size: .875rem
}

.tab-01 .nav-item .nav-link.active,
.tab-01 .nav-item a.active,
.tab-01 li .nav-link.active,
.tab-01 li a.active {
    color: #fff;
    background-color: #1071e5;
    border: 1px solid #1071e5
}

.tab-01 .nav-item .nav-link:first-child,
.tab-01 .nav-item a:first-child,
.tab-01 li .nav-link:first-child,
.tab-01 li a:first-child {
    border-radius: 2px 0 0 2px
}

.tab-01 .nav-item .nav-link:last-child,
.tab-01 .nav-item a:last-child,
.tab-01 li .nav-link:last-child,
.tab-01 li a:last-child {
    border-radius: 0 2px 2px 0
}

.tab-01 .nav-item .nav-link:hover:not(.active),
.tab-01 .nav-item a:hover:not(.active),
.tab-01 li .nav-link:hover:not(.active),
.tab-01 li a:hover:not(.active) {
    background-color: #f5fcff;
    color: #1071e5
}

.tab--multistep .nav-pills {
    justify-content: center
}

.tab--multistep .nav-pills .nav-item .nav-link {
    font-size: .875rem;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    color: #5c5c5c !important
}

.tab--multistep .nav-pills .nav-item .nav-link.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tab--multistep .nav-pills .nav-item .nav-link.visited {
    color: #2db539
}

.tab--multistep .tab-content {
    margin-top: 1rem
}

.tab-02__header {
    background-color: #ff3d3d;
    position: relative
}

.tab-02__header .img--sun {
    position: absolute;
    top: 0;
    left: 0
}

.tab-02__header .img--moon {
    position: absolute;
    bottom: 0;
    right: 0
}

.tab-02__content {
    padding: 1.5rem 0;
    position: relative
}

@media (max-width:767.98px) {
    .tab-02__content {
        padding: 1.5rem
    }
}

.tab-02__content p {
    color: #1a1a1a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 1.5rem
}

.tab-content .card_bordered {
    margin-top: -1px
}

.tab-03 {
    margin-bottom: -.5rem
}

.tab-03 li {
    margin-right: 1rem;
    align-self: flex-end;
    position: relative
}

.tab-03 li a.active:after,
.tab-03 li a.active:before {
    display: block;
    position: absolute;
    bottom: 1px
}

.tab-03 li a.active .card {
    box-shadow: 0 1px 2px #d8dde0;
    background-color: #fff;
    transform: translateY(-8px)
}

.tab-03 li a.active .card:hover {
    box-shadow: 0 -2px 16px rgba(10, 10, 10, .16)
}

.tab-03 li a.active .card:before {
    content: " ";
    width: 4px;
    height: 3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 0 4px 4px 0
}

.tab-03 li a.active .card .title {
    color: #71777c
}

.tab-03 li a.active .card .value {
    color: #252627
}

.tab-03 li:first-child a.active:after {
    right: -1rem
}

.tab-03 li:last-child a.active:before {
    left: -1rem;
    transform: scaleX(-1);
    z-index: 1
}

.tab-03 li:not(:first-child):not(:last-child) a.active:after {
    right: -1rem
}

.tab-03 li:not(:first-child):not(:last-child) a.active:before {
    left: -1rem;
    transform: scaleX(-1);
    z-index: 1
}

@media (max-width:991.98px) {
    .tab-scrollable {
        position: relative
    }
}

.tab-vertical {
    height: 100%;
    border-right: 1px solid #d6d6d6;
    flex-direction: column;
    color: #71777c;
    font-size: .875rem
}

.tab-vertical li {
    cursor: pointer
}

.tab-vertical li .nav-link {
    padding-left: 0
}

.tab-vertical li .active {
    color: #1071e5;
    border-right: 1px solid #1071e5;
    margin-right: -1px
}

@media (max-width:991.98px) {
    .tab-vertical {
        flex-wrap: nowrap;
        flex-direction: row;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 1rem;
        border-right: none
    }
    .tab-vertical .nav-item,
    .tab-vertical li {
        margin: 0 -1px 0 0
    }
    .tab-vertical .nav-item .nav-link,
    .tab-vertical .nav-item a,
    .tab-vertical li .nav-link,
    .tab-vertical li a {
        padding: .375rem 1rem;
        background-color: #fff;
        border: 1px solid #bbbfc2;
        display: inline-block
    }
    .tab-vertical .nav-item .nav-link.active,
    .tab-vertical .nav-item a.active,
    .tab-vertical li .nav-link.active,
    .tab-vertical li a.active {
        color: #fff;
        background-color: #1071e5;
        border: 1px solid #1071e5
    }
    .tab-vertical .nav-item .nav-link:first-child,
    .tab-vertical .nav-item a:first-child,
    .tab-vertical li .nav-link:first-child,
    .tab-vertical li a:first-child {
        border-radius: 2px 0 0 2px
    }
    .tab-vertical .nav-item .nav-link:last-child,
    .tab-vertical .nav-item a:last-child,
    .tab-vertical li .nav-link:last-child,
    .tab-vertical li a:last-child {
        border-radius: 0 2px 2px 0
    }
    .tab-vertical .nav-item .nav-link:hover:not(.active),
    .tab-vertical .nav-item a:hover:not(.active),
    .tab-vertical li .nav-link:hover:not(.active),
    .tab-vertical li a:hover:not(.active) {
        background-color: #f5fcff;
        color: #1071e5
    }
}

.form-group-icon {
    position: relative
}

.form-group-icon i,
.form-group-icon svg {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .833rem
}

.form-group-icon .form-control {
    padding-right: 1.5rem
}

.form-btn .form-control {
    border-right: unset;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-btn .btn span {
    font-size: 1rem
}

.form-checkbox,
.form-checkbox label {
    display: flex;
    align-items: center
}

.form-checkbox label {
    cursor: pointer;
    font-size: .833rem;
    color: #262626;
    font-weight: 400;
    margin-bottom: 0
}

.form-checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: transparent;
    display: block;
    flex-shrink: 0
}

.form-checkbox i,
.form-checkbox svg {
    font-size: .694rem;
    color: #333
}

.form-checkbox i:hover,
.form-checkbox svg:hover {
    color: #1071e5;
    cursor: pointer
}

.form-checkbox input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none
}

.form-checkbox input:checked+label:before {
    background-color: #1071e5;
    border: 1px solid #1071e5
}

.form-check-input {
    cursor: pointer;
    margin-top: .125rem
}

.form-check-label {
    font-weight: 400
}

.form-custom {
    display: flex;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #bbbfc2;
    padding: .5rem;
    width: 100%;
    line-height: 1;
    position: relative
}

.form-custom .dialog {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: .75rem;
    border-radius: 2px;
    border: 1px solid #adadad;
    box-shadow: 0 2px 4px rgba(10, 10, 10, .16);
    z-index: 1;
    background-color: #fff;
    display: none
}

.form-custom .dialog.show {
    display: block
}

.form-labeled {
    display: flex;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #bbbfc2;
    padding: .5rem
}

.form-labeled label {
    color: #1071e5;
    flex-shrink: 0;
    margin-right: .5rem;
    margin-bottom: 0
}

.form-labeled .field {
    width: 100%;
    line-height: 1
}

.form-labeled .form-group-icon input {
    padding-right: 1.5rem
}

.form-labeled .form-group-icon i,
.form-labeled .form-group-icon svg {
    color: #333;
    font-size: .75rem
}

.form-labeled input,
.form-labeled select {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
    font-size: .833rem
}

.form-labeled select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 1.5
}

.form-dropdown i,
.form-dropdown svg {
    color: #333;
    font-size: 1.2rem
}

.form-dropdown i:hover,
.form-dropdown svg:hover {
    color: #1071e5;
    cursor: pointer
}

.form-icon {
    position: relative
}

.form-icon i,
.form-icon svg {
    color: #333
}

.form-icon .form-control {
    height: 100%
}

.form-icon .lft,
.form-icon .rft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.form-icon .lft {
    left: .5rem
}

.form-icon .rft {
    right: .5rem
}

.form-textarea {
    resize: none
}

.form-label-close {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-label-close .close {
    font-size: .694rem;
    color: #ff3d3d
}

.form-grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    align-items: baseline;
    grid-template-columns: repeat(12, 1fr)
}

.form-grid .span-1 {
    grid-column: span 1
}

.form-grid .span-2 {
    grid-column: span 2
}

.form-grid .span-3 {
    grid-column: span 3
}

.form-grid .span-4 {
    grid-column: span 4
}

.form-grid .span-5 {
    grid-column: span 5
}

.form-grid .span-6 {
    grid-column: span 6
}

.form-grid .span-7 {
    grid-column: span 7
}

.form-grid .span-8 {
    grid-column: span 8
}

.form-grid .span-9 {
    grid-column: span 9
}

.form-grid .span-10 {
    grid-column: span 10
}

.form-grid .span-11 {
    grid-column: span 11
}

.form-grid .span-12 {
    grid-column: span 12
}

.form-grid .grid-column-end {
    grid-column-end: end
}

.form-grid-inline .form-group {
    grid-template-columns: 150px auto
}

.form-grid-inline label {
    padding-top: 4px;
    margin-bottom: 0
}

.form-grid-inline .error {
    grid-column: 2/3;
    margin-top: .25rem
}

.form-grid-floating .form-group {
    position: relative
}

.form-grid-floating .form-group label {
    position: absolute;
    top: 9px;
    transform: translateY(0);
    left: 4px;
    margin-bottom: 0;
    color: #858585;
    padding: 0 4px;
    margin-left: 4px;
    background-color: #fff;
    pointer-events: none;
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), font-size .15s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1)
}

.form-grid-floating .form-group label.floating {
    z-index: 1;
    transform: translateY(-17px);
    font-size: 12px
}

.form-grid-floating .form-group input,
.form-grid-floating .form-group select {
    height: calc(2em + .5rem + 2px);
    position: relative;
    background-color: transparent
}

.form-grid .form-group {
    display: grid;
    grid-column-gap: 16px;
    margin-bottom: 0
}

.form--footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .25rem .75rem .5rem;
    margin: 0 -.75rem;
    background: #fff;
    z-index: 2;
    border-top: 1px solid #d8dde0
}

.form--footer .form-group {
    margin-bottom: 0
}

.form-validation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-validation-wrapper {
    position: relative
}

.form-validation-wrapper>input:focus+.form-validation {
    z-index: 3
}

.form-validation-wrapper>input:focus+.form-validation .form-validation-text {
    display: block
}

.form-validation-wrapper>input+.form-validation {
    left: calc(100% - 1.5rem)
}

.form-validation-wrapper>select:focus+.form-validation {
    z-index: 3
}

.form-validation-wrapper>select:focus+.form-validation .form-validation-text {
    display: block
}

.form-validation-wrapper>select+.form-validation {
    left: calc(100% - 2.5rem)
}

.form-validation-wrapper .input-group input:focus+.form-validation {
    z-index: 3
}

.form-validation-wrapper .input-group input:focus+.form-validation .form-validation-text {
    display: block
}

.form-validation-wrapper .input-group input+.form-validation {
    left: calc(100% - 3rem)
}

.form-validation-text {
    display: none;
    background-color: #ff3d3d;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 2px;
    position: absolute;
    left: 100%;
    white-space: nowrap
}

.form-validation-text:before {
    content: "\e9ab";
    font-family: "icomoon";
    position: absolute;
    left: -8px;
    color: #ff3d3d
}

.form-display {
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

@media (max-width:767.98px) {
    .form-display {
        margin-bottom: .75rem
    }
}

.form-display label {
    color: #5c5c5c;
    margin-bottom: 0;
    margin-right: .5rem
}

@media (max-width:767.98px) {
    .form-display label {
        margin-bottom: .25rem
    }
}

.form-display .value {
    font-weight: 600;
    font-size: .975rem
}

.chip {
    font-size: .694rem;
    color: #0d0d0d;
    background-color: #f0f0f0;
    border-radius: 2px;
    display: inline-block;
    padding: .25rem
}

.chip-container {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.chip-container input {
    flex-grow: 1
}

.chip-container .chip {
    margin-right: .5rem
}

.chip-dialog {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 2px 8px #e0e0e0;
    border-radius: 2px;
    padding: .5rem .5rem 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    display: none
}

.chip-dialog.show {
    display: flex
}

.chip-dialog .chip {
    margin-bottom: .5rem
}

.chip-dialog .chip:not(:last-child) {
    margin-right: .5rem
}

.error,
.info {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 4px;
    font-size: .694rem
}

.error i,
.info i {
    display: inline-block;
    margin-right: .25rem
}

.error {
    color: #ff3d3d
}

.info {
    color: #1071e5
}

.custom-select {
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.custom-select option {
    cursor: pointer
}

.custom-select:focus {
    box-shadow: none
}

.form--upload {
    display: flex;
    align-items: center
}

.form--upload .form-control {
    margin-right: .5rem
}

.form--upload .form-control[readonly] {
    background: #fff
}

.form--text {
    color: #262626;
    font-weight: 400;
    font-size: .833rem
}

.form--custom {
    position: relative;
    margin-bottom: .5rem
}

.form--custom .ic-checkmark,
.form--custom .ic-close,
.form--custom .ic-delete,
.form--custom .ic-edit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: .2s ease-in;
    cursor: pointer;
    color: #262626
}

.form--custom .ic-checkmark:hover,
.form--custom .ic-close:hover,
.form--custom .ic-delete:hover,
.form--custom .ic-edit:hover {
    color: #1071e5
}

.form--custom .ic-checkmark,
.form--custom .ic-close {
    font-size: 12px
}

.form--custom .ic-checkmark,
.form--custom .ic-edit {
    right: 2.5rem
}

.form--custom .ic-close,
.form--custom .ic-delete {
    right: 1rem
}

.form--custom:hover .ic-checkmark,
.form--custom:hover .ic-close,
.form--custom:hover .ic-delete,
.form--custom:hover .ic-edit {
    transform: translateY(-50%) scale(1)
}

.form--custom:hover .form-control:disabled {
    box-shadow: 0 2px 4px rgba(16, 113, 229, .08)
}

.form--custom .ic-checkmark:active,
.form--custom .ic-checkmark:focus,
.form--custom .ic-checkmark:hover {
    color: #2db539
}

.form--custom .ic-close:active,
.form--custom .ic-close:focus,
.form--custom .ic-close:hover {
    color: #ff3d3d
}

.files {
    border-radius: 4px;
    padding: 1.5rem;
    border: 1px solid #1071e5
}

.files--upload {
    background-color: #f1f7fa !important;
    position: relative;
    border: 1px dashed #bbbfc2;
    border-radius: 2px;
    padding: .5rem .5rem 1rem;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1)
}

.files--upload .imagePlaceholder {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    pointer-events: visible;
    display: none
}

.files--upload .imagePlaceholder:before {
    content: "\e948";
    font-family: "icomoon" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    font-size: 32px;
    color: #1071e5;
    opacity: 0;
    transition: opacity .2s ease-in, transform .2s ease-in
}

.files--upload .imagePlaceholder img {
    max-width: 100%
}

.files--upload .imagePlaceholder:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    cursor: pointer
}

.files--upload:hover {
    cursor: pointer;
    border-color: #1071e5
}

.files--upload:hover .imagePlaceholder:before {
    transform: translate(-50%, -50%) rotate(1turn);
    opacity: 1
}

.files--upload label {
    height: 76px;
    color: #71777c;
    font-size: .833rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0
}

.files--upload label .underline {
    color: #1071e5;
    text-decoration: underline
}

.files--upload label:hover {
    cursor: pointer
}

.files--upload .upload-label {
    display: block;
    text-align: center;
    padding: 0;
    height: auto;
    margin: 0
}

.files--upload .upload-label .upload-doc {
    display: flex;
    justify-content: space-between;
    border: 1px solid #1071e5;
    padding: .75rem;
    color: #252627;
    border-radius: 4px;
    background-color: #cfe4ff;
    margin-bottom: 1rem
}

.files--upload .upload-label .upload-doc i {
    font-size: .833rem
}

.files--element {
    margin-bottom: 1rem
}

.files--list {
    list-style-type: none;
    padding: 0;
    max-width: 360px;
    margin: auto
}

.files--list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem
}

.files--list li .icon {
    flex-shrink: 0;
    margin-right: 1rem
}

.files--list li .icon i {
    font-size: 1.5rem
}

.files--list li .textbox h6 {
    font-size: .833rem
}

.files--list li .textbox p {
    font-size: .694rem;
    color: #262626;
    margin-bottom: 0
}

.files--list li .close {
    color: #262626;
    font-size: .833rem;
    transition: color .2s
}

.files--list li .close:hover {
    cursor: pointer;
    color: #ff3d3d
}

.files--list li:not(:last-child) {
    margin-bottom: 1rem
}

.link,
.link--action {
    font-size: .833rem
}

.link--action {
    display: flex;
    align-items: center;
    font-weight: 600
}

.link--action span {
    margin-right: .5rem
}

.link--action:hover {
    cursor: pointer
}

.link--button .btn {
    color: #262626
}

.link--button .btn:not(:last-child) {
    margin-right: .5rem
}

.link-more {
    color: #1071e5;
    cursor: pointer;
    font-size: .75rem
}

.link-more:hover {
    color: #003893
}

.documents {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.documents li {
    display: flex;
    align-items: flex-start
}

.documents li:not(:last-child) {
    margin-bottom: .5rem
}

.documents li .icon {
    font-size: 24px;
    color: #9c9ad0;
    margin-right: .5rem
}

.documents li .text h6 {
    font-weight: 600;
    color: #fcce14;
    line-height: 9px
}

.documents li .text small {
    color: #262626
}

.custom-search {
    position: relative
}

.custom-search input {
    position: relative;
    padding-right: 2rem
}

.custom-search [class*=" ic-"],
.custom-search [class^=ic-] {
    font-size: .833rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%)
}

.custom-checkbox .custom-control-label {
    cursor: pointer
}

.custom--checkbox label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: .833rem;
    color: #262626;
    font-weight: 400
}

.custom--checkbox label:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: 1px solid #262626;
    background-color: transparent;
    display: block;
    flex-shrink: 0;
    margin-right: 1rem
}

.custom--checkbox input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none
}

.custom--checkbox input:checked+label:before {
    background-color: #1071e5;
    border: 1px solid #1071e5
}

.custom--favourite label {
    cursor: pointer;
    font-size: .833rem;
    color: #1a1a1a;
    font-weight: 400
}

.custom--favourite input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none
}

.custom--favourite input:checked+label {
    color: #1071e5
}

.custom--collapse {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    margin: 0;
    padding: 0;
    list-style: none;
    width: 98px;
    border-radius: 4px
}

.custom--collapse li {
    padding: .25rem .75rem
}

.custom--collapse li a {
    font-weight: 600;
    color: #b3b3b3
}

.custom--collapse li.active {
    background-color: #f8f8fb
}

.custom--collapse li.active a {
    color: #3a36a0
}

.custom-radio label {
    cursor: pointer
}

.custom--radio input[type=radio] {
    display: none
}

.custom--radio input[type=radio]:checked+label:before {
    background-color: #1071e5;
    border-color: #1071e5
}

.custom--radio label {
    display: flex;
    align-items: center
}

.custom--radio label:hover {
    cursor: pointer
}

.custom--radio label:before {
    content: "";
    display: block;
    width: .75rem;
    height: .75rem;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    margin-right: .5rem;
    transition: .2s ease-in
}

.custom--radio-inline {
    display: flex
}

.custom--radio-inline .custom--radio:not(:last-child) {
    margin-right: 1rem
}

.custom-control-label {
    padding-top: .125rem
}

.custom-file-label:hover {
    cursor: pointer
}

.custom-file-label:after {
    height: 100%
}

.custom-file-replace label {
    cursor: pointer;
    text-align: center
}

.custom-file-replace input {
    cursor: pointer
}

.custom-input {
    position: relative
}

.custom-input input {
    position: relative;
    padding-right: 2rem
}

.custom-input [class*=" ic-"],
.custom-input [class^=ic-] {
    font-size: .875rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%)
}

.custom-readonly {
    position: relative;
    border: 1px solid #bbbfc2;
    width: 100%;
    padding: .25rem .5rem;
    background-color: #ecf1f5
}

.custom-readonly [class*=" ic-"],
.custom-readonly [class^=ic-] {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    color: #1071e5;
    cursor: pointer
}

.checkbox label {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #262626;
    border-radius: 4px;
    margin-bottom: 0
}

.checkbox input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none
}

.checkbox input:checked+label {
    background-color: #1071e5;
    border: 1px solid #1071e5
}

.radio label {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #262626;
    border-radius: 50%;
    margin-bottom: 0
}

.radio input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none
}

.radio input:checked+label {
    background-color: #1071e5;
    border: 1px solid #1071e5
}

.tags--item {
    background-color: #262626;
    color: #fff !important;
    font-size: .833rem;
    padding: .5rem .75rem;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 1rem
}

.tags--item i {
    display: inline-block;
    margin-left: .25rem;
    font-size: 10px
}

.btn-rounded {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

input[type=date] {
    position: relative;
    padding-right: 36px
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 16px;
    height: 16px;
    color: #8a8c8f
}

.tags-inline {
    display: flex;
    align-items: center;
    border: 1px solid #bbbfc2;
    padding: 0 .5rem
}

.tags-inline label {
    flex-shrink: 0;
    margin-bottom: 0
}

.tags-inline>div {
    width: 100%;
    flex-grow: 1
}

.tags-inline>div .tagify {
    border: none;
    --tag-text-color: #1a1a1a;
    --tag-bg: #f0f0f0;
    --tag-hover: #ddd
}

.tagify__dropdown__wrapper {
    display: flex;
    flex-wrap: wrap
}

.tagify__input:empty:before,
.tagify__tag-text {
    font-size: .833rem
}

.tagify {
    border: none;
    --tag-text-color: #1a1a1a;
    --tag-bg: #f0f0f0;
    --tag-hover: #ddd
}

.custom-switch .custom-control-label:before {
    width: 2rem;
    border: 1px solid #bbbfc2;
    border-radius: 20px
}

.custom-switch .custom-control-label:after {
    background-color: #bbbfc2
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(1rem);
    top: .35rem;
    left: calc(-2.3rem + 2px)
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
    background-color: #2db539;
    border-color: #2db539
}

.custom-control-label {
    padding-top: .25rem
}

.progress {
    height: .5rem;
    border-radius: .625rem;
    background-color: #d8dde0
}

.progress-bar {
    border-radius: .625rem;
    position: relative
}

.progress-bar:after {
    content: "";
    position: absolute;
    right: 1px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%
}

.progress-circle {
    width: 4rem;
    height: 4rem;
    color: #2db539
}

.progress-circle.CircularProgressbar .CircularProgressbar-path {
    stroke: #2db539
}

.progress-circle.CircularProgressbar .CircularProgressbar-text {
    fill: #2db539;
    font-size: 1.44rem
}

@media (max-width:1200px) {
    .progress-circle.CircularProgressbar .CircularProgressbar-text {
        font-size: calc(1.40833rem + .04222vw)
    }
}

@media (max-width:767.98px) {
    .progress-circle.CircularProgressbar .CircularProgressbar-text {
        font-size: 1.728rem
    }
}

@media (max-width:767.98px) and (max-width:1200px) {
    .progress-circle.CircularProgressbar .CircularProgressbar-text {
        font-size: calc(1.64833rem + .10622vw)
    }
}

input[type=checkbox]:disabled {
    background-color: -internal-light-dark(rgba(16, 113, 229, .3), rgba(16, 113, 229, .3));
    border-color: rgba(16, 113, 229, .3)
}

.optional {
    color: #71777c;
    margin-left: .325rem;
    font-weight: 400
}

.input-highlight {
    background: #eaefff;
    padding: .75rem 1rem;
    border: 1px solid #b0d3de
}

.input-highlight label {
    margin-bottom: .625rem
}

.css-2b097c-container {
    height: 1.75rem
}

.css-2b097c-container .css-yk16xz-control {
    height: 1.75rem;
    min-height: 1.75rem;
    border-color: #bbbfc2;
    border-radius: 2px
}

.css-2b097c-container .css-yk16xz-control .css-g1d714-ValueContainer {
    height: 1.75rem
}

.css-2b097c-container .css-yk16xz-control .css-g1d714-ValueContainer .css-1uccc91-singleValue,
.css-2b097c-container .css-yk16xz-control .css-g1d714-ValueContainer .css-1wa3eu0-placeholder {
    font-size: .833rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a
}

.css-2b097c-container .css-yk16xz-control .css-g1d714-ValueContainer .css-1wa3eu0-placeholder {
    color: #adadad
}

.css-2b097c-container .css-yk16xz-control .css-1hb7zxy-IndicatorsContainer {
    height: 1.75rem
}

.basic-multi-select,
.basic-multi-select .select__control,
.basic-multi-select .select__control--is-focused,
.basic-multi-select .select__control--is-focused .select__value-container--has-value,
.basic-multi-select .select__control .select__value-container--has-value {
    height: unset
}

.basic-multi-select .select__control--is-focused .select__value-container--has-value .css-1rhbuit-multiValue,
.basic-multi-select .select__control .select__value-container--has-value .css-1rhbuit-multiValue {
    background-color: #1071e5;
    color: #fff;
    margin: 0 0 .2rem .125rem
}

.basic-multi-select .select__control--is-focused .select__value-container--has-value .css-1rhbuit-multiValue .css-12jo7m5,
.basic-multi-select .select__control .select__value-container--has-value .css-1rhbuit-multiValue .css-12jo7m5 {
    color: #fff;
    font-size: .625rem
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(37, 38, 39, .16)
}

.dropdown-item {
    display: flex;
    align-items: center
}

.dropdown-item [class*=" ic-"],
.dropdown-item [class^=ic-] {
    font-size: .875rem;
    margin-right: 1rem
}

.dropdown .dropdown--filter {
    width: 580px;
    padding: 1rem
}

.dropdown .dropdown--filter .form-row {
    margin-bottom: 1rem
}

.dropdown .dropdown--checkbox {
    border-radius: 4px;
    width: 132px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    padding: .5rem
}

.dropdown-nested {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    min-width: 10rem
}

.dropdown-nested li {
    list-style: none
}

.dropdown-nested li a {
    padding: .5rem 1.5rem
}

.dropdown .caller {
    position: relative
}

.dropdown .caller:after {
    content: "\e962";
    font-family: "icomoon";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    font-size: .5rem
}

.dropdown .caller:hover .dropdown-nested {
    text-decoration: none;
    display: block
}

.dropdown .btn-action:after {
    content: unset
}

.modal-bms {
    border-radius: 0 0 4px 4px;
    display: flex !important;
    align-items: center
}

.modal-bms .modal-header-blue {
    color: #1071e5;
    background-color: rgba(16, 113, 229, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-red {
    color: #ff3d3d;
    background-color: rgba(255, 61, 61, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-green {
    color: #2db539;
    background-color: rgba(45, 181, 57, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-yellow {
    color: #fcce14;
    background-color: rgba(252, 206, 20, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-purple {
    color: #680094;
    background-color: rgba(104, 0, 148, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-purple-20 {
    color: #c056ed;
    background-color: rgba(192, 86, 237, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-blue-20 {
    color: #2bb8e4;
    background-color: rgba(43, 184, 228, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header-gray {
    color: #71777c;
    background-color: rgba(113, 119, 124, .16);
    border-bottom: #cfe4ff
}

.modal-bms .modal-header .close {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none
}

.modal-bms .modal-header .close span:focus {
    outline: none !important;
    border: 0;
    box-shadow: none
}

.modal-bms .modal-title {
    font-size: .875rem;
    line-height: 27px
}

.modal-bms .modal.label {
    color: #252627
}

.modal-bms .modal-footer {
    border: none;
    padding: 0 1rem 1rem
}

.modal-bms .modal-body .form-display {
    border-bottom: 1px solid #d6d6d6
}

.modal-admitcard .modal-body {
    height: 80vh;
    overflow: auto
}

.modal-admitcard .modal-body .img {
    position: relative
}

@media (max-width:767.98px) {
    .modal-admitcard .modal-body .img {
        display: flex;
        justify-content: center;
        flex-grow: 1;
        align-items: center;
        margin-top: 1rem
    }
}

.modal-admitcard .modal-body .img .signature {
    width: 4.5rem;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 75%
}

@media (max-width:767.98px) {
    .modal-admitcard .modal-body .img .signature {
        position: unset;
        display: flex;
        justify-content: center
    }
}

.modal-admitcard .modal-body .img .signature img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-admitcard .modal-footer {
    border-top: 1px solid #d8dde0;
    padding: .75rem
}

.modal-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 13, 13, .8);
    z-index: 1111
}

.modal-alert .card {
    z-index: 11111;
    position: fixed;
    right: 0;
    left: 0;
    top: 25%;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    text-align: center
}

.modal-alert .card-body {
    padding: 2rem 1.5rem 1.5rem
}

.modal-alert .card-body .alert-title {
    margin-top: 1.5rem
}

.modal-alert .card-body .alert-desc {
    color: #71777c;
    margin: .5rem 0 1.5rem
}

.modal-toast {
    z-index: 10000;
    width: 314px;
    position: fixed;
    bottom: 0;
    right: 1%;
    animation-name: moveDown;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.modal-toast .modal-content {
    border: none;
    box-shadow: 0 2px 4px #bbbfc2
}

.modal-toast .modal-content .modal-body {
    display: flex;
    align-items: center;
    padding: .5rem 1rem .75rem
}

.modal-toast .modal-content .modal-body .toast-icon {
    padding-right: 1rem;
    font-size: 1.25rem;
    color: #fff
}

.modal-toast .modal-content .modal-body .toast-text {
    flex-grow: 1
}

.modal-toast .modal-content .modal-body .toast-text h6 {
    color: #fff;
    padding-bottom: 2px;
    width: 100%;
    font-size: .975rem
}

.modal-toast .modal-content .modal-body .toast-text p {
    color: #fff;
    font-size: .833rem
}

.modal-toast .modal-content .modal-body .toast-text [class*=" ic-"],
.modal-toast .modal-content .modal-body .toast-text [class^=ic-] {
    color: #fff;
    font-size: .694rem;
    margin-right: -8px;
    cursor: pointer
}

.modal-toast.modal-toast-info .modal-content {
    background-color: #1071e5
}

.modal-toast.modal-toast-danger .modal-content {
    background-color: #ff3d3d
}

.modal-toast.modal-toast-success .modal-content {
    background-color: #2db539
}

.modal-toast.modal-toast-warning .modal-content {
    background-color: #fcce14
}

.modal-toast.modal-toast-warning .modal-body .toast-icon,
.modal-toast.modal-toast-warning .modal-body .toast-text h6,
.modal-toast.modal-toast-warning .modal-body .toast-text i,
.modal-toast.modal-toast-warning .modal-body .toast-text p {
    color: #000
}

.modal-voucher .media-wrapper {
    min-height: 4rem
}

.alertify-notifier .ajs-message {
    padding: 0 !important;
    border-radius: 4px
}

.alertify-notifier .ajs-message .msg {
    background-color: #ff3d3d;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 4px
}

.alertify-notifier .ajs-message .msg .toast-icon {
    padding-right: 1rem;
    font-size: 1.25rem;
    color: #fff
}

.alertify-notifier .ajs-message .msg .toast-text h6 {
    color: #fff;
    padding-bottom: 2px;
    width: 100%;
    font-size: .975rem
}

.alertify-notifier .ajs-message .msg .toast-text p {
    color: #fff;
    font-size: .833rem
}

.alertify-notifier .ajs-message .msg .toast-text i {
    color: #fff;
    font-size: .694rem
}

.pagination .page-link {
    font-size: .833rem
}

.pagination .page-link:hover {
    border-color: #d6d6d6
}

.pagination input {
    display: none
}

.pagination-01 .page-item.selected .page-link {
    background-color: #2db539;
    border-bottom: 4px solid #2db539;
    color: #fff
}

.pagination-01 .page-item.active .page-link {
    background-color: unset;
    border: 1px solid #bbbfc2;
    border-bottom: 4px solid #1071e5;
    color: #1071e5;
    font-weight: 700
}

.pagination-01 .page-item.active.selected .page-link {
    background-color: #2db539;
    color: #fff
}

.pagination-02 {
    margin-bottom: 0
}

.pagination-02 .page-link {
    color: #252627;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 2px
}

.pagination-02 .page-input {
    width: 3rem
}

@media (max-width:767.98px) {
    .pagination-wrapper {
        overflow-x: scroll
    }
}

.alert-warning {
    color: #c57700
}

.alert-icon {
    display: flex;
    align-items: center
}

.alert-icon [class*=" ic-"],
.alert-icon [class^=ic-] {
    margin-right: .5rem;
    font-size: 1rem
}

.notification-container {
    position: relative
}

.notification-container:hover {
    cursor: pointer
}

.notification-container:hover .notification-icon {
    transform: scale(1.05)
}

.notification-icon {
    transition: all .2s ease-out;
    font-size: 1.5rem
}

.notification-count {
    background-color: #2b91fe;
    color: #fff;
    display: block;
    padding: 2px;
    border-radius: 4px;
    font-size: .633rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

.badge-dot-primary {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #1071e5
}

.badge-dot-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #1071e5;
    border-radius: 50%
}

.badge-dot-secondary {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #262626
}

.badge-dot-secondary:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #262626;
    border-radius: 50%
}

.badge-dot-success {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #2db539
}

.badge-dot-success:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #2db539;
    border-radius: 50%
}

.badge-dot-info {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #1071e5
}

.badge-dot-info:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #1071e5;
    border-radius: 50%
}

.badge-dot-warning {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #c57700
}

.badge-dot-warning:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #c57700;
    border-radius: 50%
}

.badge-dot-danger {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #ff3d3d
}

.badge-dot-danger:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #ff3d3d;
    border-radius: 50%
}

.badge-dot-light {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #d6d6d6
}

.badge-dot-light:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #d6d6d6;
    border-radius: 50%
}

.badge-dot-dark {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #0d0d0d
}

.badge-dot-dark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #0d0d0d;
    border-radius: 50%
}

.badge-dot-red {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #ff3d3d
}

.badge-dot-red:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #ff3d3d;
    border-radius: 50%
}

.badge-dot-green {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #2db539
}

.badge-dot-green:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #2db539;
    border-radius: 50%
}

.badge-dot-navy-5 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #0e3066
}

.badge-dot-navy-5:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #0e3066;
    border-radius: 50%
}

.badge-dot-navy-10 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #2460b9
}

.badge-dot-navy-10:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #2460b9;
    border-radius: 50%
}

.badge-dot-navy-30 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #10cdd9
}

.badge-dot-navy-30:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #10cdd9;
    border-radius: 50%
}

.badge-dot-navy-40 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #052354
}

.badge-dot-navy-40:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #052354;
    border-radius: 50%
}

.badge-dot-blue {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #1071e5
}

.badge-dot-blue:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #1071e5;
    border-radius: 50%
}

.badge-dot-blue-10 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #acd4ff
}

.badge-dot-blue-10:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #acd4ff;
    border-radius: 50%
}

.badge-dot-blue-20 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #2b91fe
}

.badge-dot-blue-20:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #2b91fe;
    border-radius: 50%
}

.badge-dot-gray-500 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #333
}

.badge-dot-gray-500:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #333;
    border-radius: 50%
}

.badge-dot-gray-800 {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #0d0d0d
}

.badge-dot-gray-800:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #0d0d0d;
    border-radius: 50%
}

.badge-dot-black {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #000
}

.badge-dot-black:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    background-color: #000;
    border-radius: 50%
}

.badge-remove {
    background: #ecf1f5;
    padding: .25rem .5rem;
    display: flex;
    align-items: center
}

.badge-remove:not(:first-child) {
    margin-left: .5rem
}

.badge-remove .btn-icon-only {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem
}

.badge-remove .btn-icon-only i {
    font-size: .5rem
}

.img-wrapper {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .16);
    display: flex;
    justify-content: center;
    align-items: center
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-wrapper.img-sign img {
    object-fit: contain
}

.img-profile {
    position: relative;
    cursor: pointer;
    overflow: unset
}

.img-profile:hover .img-overlay,
.img-profile:hover .img-overlay-close,
.img-profile:hover .img-overlay-text {
    display: block
}

.img-profile-upload {
    width: 150px;
    height: 150px
}

.img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(194, 210, 239, .86);
    display: none
}

.img-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #5c5c5c;
    display: none;
    cursor: pointer
}

.img-overlay-text label {
    cursor: pointer
}

.img-overlay-close {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .16);
    width: 1rem;
    height: 1rem;
    display: none
}

.img-overlay-close [class*=" ic-"],
.img-overlay-close [class^=ic-] {
    color: #5c5c5c;
    font-size: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.flex-center {
    display: flex;
    justify-content: center
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-center-end {
    display: flex;
    align-items: center;
    justify-items: flex-end
}

.flex-end {
    display: flex;
    justify-content: flex-end
}

.flex-end-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.flex-start {
    display: flex;
    justify-content: flex-start
}

.flex-start-between {
    align-items: flex-start
}

.flex-between,
.flex-start-between {
    display: flex;
    justify-content: space-between
}

.align-center,
.modal-bms .modal-body .form-display {
    display: flex;
    align-items: center
}

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

.align-end {
    display: flex;
    align-items: flex-end
}

.grid {
    display: grid
}

.grid--card-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    gap: 1rem
}

@media (max-width:991.98px) {
    .grid--card-stats {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767.98px) {
    .grid--card-stats {
        grid-template-columns: repeat(1, 1fr)
    }
}

.grid-admitcard {
    margin: 0 -1rem;
    border-top: 1px solid #bbbfc2
}

.grid-admitcard .details {
    padding: .75rem 1rem;
    border-bottom: 1px solid #bbbfc2;
    border-left: 1px solid #bbbfc2
}

.grid-admitcard-job-details {
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:991.98px) {
    .grid-admitcard-job-details {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767.98px) {
    .grid-admitcard-job-details {
        grid-template-columns: repeat(1, 1fr)
    }
}

.grid-admitcard-individual-details {
    grid-template-columns: 25% 25% 50%
}

@media (max-width:767.98px) {
    .grid-admitcard-individual-details {
        grid-template-columns: repeat(1, 1fr)
    }
}

.grid-room-center-details {
    grid-template-columns: repeat(3, 1fr)
}

.sidebar {
    width: 234px;
    width: var(--sidebar-width);
    background-color: #012e78;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 0 .75rem;
    transform: translateX(0);
    z-index: 10;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:991.98px) {
    .sidebar {
        transform: translateX(-234px);
        transform: translateX(calc(var(--sidebar-width)*-1))
    }
}

.sidebar>.list-sidebar {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 2rem;
    padding-right: 4px
}

.sidebar>.list-sidebar::-webkit-scrollbar {
    height: 7px;
    width: 6px
}

.sidebar>.list-sidebar::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .16);
    border-radius: 8px
}

.sidebar>.list-sidebar::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .64);
    border-radius: 8px
}

.sidebar>.list-sidebar::-webkit-scrollbar-thumb:hover {
    background: #fff;
    cursor: pointer
}

.sidebar-logo {
    display: block
}

.sidebar-header {
    padding: 1rem 0;
    color: #fff;
    font-weight: 600;
    font-size: .833rem
}

.sidebar-title {
    font-size: .875rem
}

.sidebar a.hasSub {
    position: relative;
    padding-right: 1.25rem
}

.sidebar a.hasSub i {
    font-size: .75rem
}

.sidebar a.hasSub.active {
    color: #fcce14;
    background-color: unset
}

.sidebar-icon {
    font-size: .975rem
}

.sidebar_02 {
    padding: 0 1rem;
    margin-top: 2.5rem
}

.sidebar_02 a {
    display: block;
    color: #acd4ff;
    font-size: .833rem;
    padding: .5rem;
    line-height: 1.2
}

.sidebar_02 a.active {
    background-color: #fcce14;
    border-radius: 4px;
    color: #1071e5
}

.sidebar_02 a.hasSub {
    position: relative;
    padding-right: .75rem
}

.sidebar_02 a.hasSub:after {
    content: "\e912";
    font-family: "icomoon";
    position: absolute;
    font-size: .5rem;
    top: 8px;
    right: 4px
}

.sidebar_02 a.hasSub[aria-expanded=false]:after {
    content: "\e90e"
}

.sidebar_02 a.hasSub.active {
    color: #fcce14;
    background-color: unset
}

.sidebar.withfooter {
    padding-bottom: 4rem
}

.sidebar.withfooter footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: 100%;
    text-align: center;
    padding: .5rem
}

.sidebar .search--input {
    padding: .25rem 0 1rem
}

.sidebar .search--input input[type=search] {
    color: #fff
}

.sidebar .toggler-close {
    font-size: .694rem;
    display: none;
    background-color: hsla(0, 0%, 100%, .16)
}

@media (max-width:991.98px) {
    .sidebar .toggler-close {
        display: inline-flex
    }
}

.sidebar-groupheader {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    padding: .35rem .5rem .25rem 0;
    margin-bottom: .5rem
}

label.required {
    position: relative
}

label.required:after {
    content: "*";
    position: absolute;
    right: -10px;
    top: -1px;
    color: red
}

.blinking {
    animation: blinkingText .5s infinite
}

@keyframes blinkingText {
    0% {
        opacity: 1
    }
    25% {
        opacity: .6
    }
    49% {
        opacity: .4
    }
    60% {
        opacity: .5
    }
    99% {
        opacity: .95
    }
    to {
        opacity: 1
    }
}

.spinner {
    animation: spin .5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}