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

:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f4f5f7;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --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
}

*,
: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)
}

footer,
header,
main,
nav,
section {
    display: block
}

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

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

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

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

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

ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 600
}

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: #5e72e4;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #233dd2
}

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

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

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

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

img {
    border-style: none
}

img {
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #8898aa;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #32325d
}

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

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

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

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

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

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

.display-1 {
    font-size: 3.3rem
}

.display-1,
.display-2 {
    font-weight: 600;
    line-height: 1.5
}

.display-2 {
    font-size: 2.75rem
}

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

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

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

.col,
.col-2,
.col-4,
.col-6,
.col-10,
.col-12,
.col-lg-6,
.col-lg-8,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #525f7f;
    background-color: transparent
}

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

.table thead th {
    vertical-align: bottom;
    border-bottom: .125rem solid #dee2e6
}

.table tbody+tbody {
    border-top: .125rem solid #dee2e6
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8898aa;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    box-shadow: none;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

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

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

.form-control:focus {
    color: #8898aa;
    background-color: #fff;
    border-color: rgba(50, 151, 211, .25);
    outline: 0;
    box-shadow: none, none
}

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 600;
    color: #525f7f;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .625rem 1.25rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .15s ease
}

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

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

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

.btn-primary {
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-primary:hover {
    color: #fff;
    background-color: #3d55df;
    border-color: #324cdd
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(118, 135, 232, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #324cdd;
    border-color: #2742db
}

.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 0 rgba(118, 135, 232, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #f4f5f7;
    border-color: #f4f5f7;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-secondary:hover {
    color: #212529;
    background-color: #dee1e7;
    border-color: #d6dae2
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(210, 5%, 84%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #f4f5f7;
    border-color: #f4f5f7
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #d6dae2;
    border-color: #cfd3dc
}

.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 0 hsla(210, 5%, 84%, .5)
}

.btn-success {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-success:hover {
    color: #fff;
    background-color: #26af74;
    border-color: #24a46d
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(77, 213, 155, .5)
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24a46d;
    border-color: #229a66
}

.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 0 rgba(77, 213, 155, .5)
}

.btn-info {
    color: #fff;
    background-color: #11cdef;
    border-color: #11cdef;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-info:hover {
    color: #fff;
    background-color: #0eafcc;
    border-color: #0da5c0
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(53, 213, 241, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #11cdef;
    border-color: #11cdef
}

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

.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 0 rgba(53, 213, 241, .5)
}

.btn-warning {
    color: #fff;
    background-color: #fb6340;
    border-color: #fb6340;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-warning:hover {
    color: #fff;
    background-color: #fa441b;
    border-color: #fa3a0e
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(252, 122, 93, .5)
}

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

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

.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 0 rgba(252, 122, 93, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-danger:hover {
    color: #fff;
    background-color: #f3e;
    border-color: #ec0c38
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 84, 116, .5)
}

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

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

.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 0 rgba(247, 84, 116, .5)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

.dropdown-menu-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-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f6f9fc
}

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

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

.dropdown-menu.show {
    display: block
}

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

.nav-link {
    display: block;
    padding: .25rem .75rem
}

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

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

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: .0625rem;
    padding-bottom: .0625rem;
    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:not(.btn) {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: hsla(0, 0%, 100%, .65)
}

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

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

.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: hsla(0, 0%, 100%, .65)
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid rgba(0, 0, 0, .05);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

.card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #f6f9fc;
    border-bottom: .0625rem solid rgba(0, 0, 0, .05)
}

.card-header:first-child {
    border-radius: 0.1875rem 0.1875rem 0 0
}

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

.card-footer {
    padding: 1.25rem 1.5rem;
    background-color: #f6f9fc;
    border-top: .0625rem solid rgba(0, 0, 0, .05)
}

.card-footer:last-child {
    border-radius: 0 0 0.1875rem 0.1875rem
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem
}

.badge {
    display: inline-block;
    padding: .35rem .375rem;
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: all .15s ease
}

@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 {
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #5e72e4
}

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

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

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

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

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5)
}

.badge-info {
    color: #fff;
    background-color: #11cdef
}

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

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5)
}

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

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

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5)
}

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

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

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: .0625rem solid transparent
}

.alert-link {
    font-weight: 600
}

.alert-dark {
    color: #212529;
    background-color: #45484b;
    border-color: #45484b
}

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

.alert-dark .alert-link {
    color: #0a0c0d
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    border-radius: .25rem;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1)
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem;
    margin-bottom: -.0625rem;
    background-color: #fff;
    border: .0625rem solid #e9ecef
}

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

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

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-shadow: none;
    opacity: .5
}

.close,
.close:hover {
    color: rgba(0, 0, 0, .6)
}

.close:hover {
    text-decoration: none
}

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

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

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

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

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: 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-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .16
}

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

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, 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
}

.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: Open Sans, 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, .05);
    border-radius: .3rem;
    box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2)
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1.5rem;
    height: .75rem;
    margin: 0 .3rem
}

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

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

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .75rem;
    color: #525f7f
}

.carousel {
    position: relative
}

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

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

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

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

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

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

@keyframes c {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.bg-primary {
    background-color: #5e72e4 !important
}

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

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

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

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

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

.bg-default {
    background-color: #172b4d !important
}

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

.border {
    border: .0625rem solid #e9ecef !important
}

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

.rounded-circle {
    border-radius: 50% !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

@media (min-width:768px) {
    .justify-content-md-between {
        justify-content: space-between !important
    }
}

.position-static {
    position: static !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

.shadow {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

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

.mb-0 {
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-center {
    text-align: center !important
}

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

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

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

.text-primary {
    color: #5e72e4 !important
}

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

.text-success {
    color: #2dce89 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1f8f5f !important
}

.text-info {
    color: #11cdef !important
}

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

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

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

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

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

.text-muted {
    color: #8898aa !important
}

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

.visible {
    visibility: visible !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: .0625rem solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: .0625rem solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
}

/*!

=========================================================
* {{ site.product.name }} {{ site.product.name_long }} - v{{ site.product.version }}
=========================================================

* Product Page: {{ site.product.download }}
* Copyright {{ 'now' | date: "%Y" }} {{ site.author }} ({{ site.website.url }})
* Licensed under MIT ({{ site.product.license }})

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

iframe {
    border: 0
}

main {
    display: block
}

main {
    overflow: hidden
}

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

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

@keyframes d {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(15px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes e {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5px)
    }
    to {
        transform: translateY(0)
    }
}

.center {
    left: 50%;
    transform: translateX(-50%)
}

.row.row-grid>[class*=col-]+[class*=col-] {
    margin-top: 3rem
}

@media (min-width:992px) {
    .row.row-grid>[class*=col-lg-]+[class*=col-lg-] {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .row.row-grid>[class*=col-md-]+[class*=col-md-] {
        margin-top: 0
    }
}

@media (min-width:576px) {
    .row.row-grid>[class*=col-sm-]+[class*=col-sm-] {
        margin-top: 0
    }
}

.row-grid+.row-grid {
    margin-top: 3rem
}

[class*=shadow] {
    transition: all .15s ease
}

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

a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9 !important
}

.alert {
    padding: 1rem 1.5rem;
    border: 0;
    font-size: .875rem;
    border-radius: .25rem
}

.alert:not(.alert-secondary) {
    color: #fff
}

[class*=alert-] .alert-link {
    color: #fff;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .5)
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em
}

.btn .badge:not(:first-child) {
    margin-left: .5rem
}

.btn .badge:not(:last-child) {
    margin-right: .5rem
}

.btn {
    position: relative;
    text-transform: uppercase;
    will-change: transform;
    letter-spacing: .025em;
    font-size: .875rem
}

.btn:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px)
}

.btn:not(:last-child) {
    margin-right: .5rem
}

.btn-inner--icon i:not(.fa) {
    position: relative
}

.btn i:not(:first-child) {
    margin-left: .5rem
}

.btn i:not(:last-child) {
    margin-right: .5rem
}

.card {
    position: relative
}

.close {
    transition: all .15s ease
}

.close>span:not(.sr-only) {
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
    line-height: 17px;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    font-size: 1.25rem;
    display: block;
    transition: all .15s ease
}

.close:focus,
.close:hover {
    color: rgba(0, 0, 0, .9);
    outline: none
}

.close:focus,
.close:focus span:not(.sr-only),
.close:hover,
.close:hover span:not(.sr-only) {
    background-color: transparent
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    display: inline-block
}

.dropdown-menu {
    min-width: 12rem
}

.dropdown-menu .dropdown-item {
    padding: 1rem;
    font-size: .875rem
}

.dropdown-menu .dropdown-item>i {
    margin-right: 1rem;
    font-size: 1rem;
    vertical-align: -17%
}

.dropdown-menu a.media>div:first-child {
    line-height: 1
}

.dropdown-menu a.media p {
    color: #8898aa
}

.dropdown-menu a.media:hover p {
    color: #172b4d !important
}

.footer {
    background: #f4f5f7;
    padding: 1.5rem 0
}

.footer .nav .nav-item .nav-link {
    color: #8898aa !important
}

.footer .nav .nav-item .nav-link:hover {
    color: #525f7f !important
}

.footer .copyright {
    font-size: .875rem
}

.footer .dropdown .btn:not(:disabled):not(.disabled).active:focus,
.footer .dropdown .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.nav-footer .nav-link {
    font-size: .875rem
}

.nav-footer .nav-item:last-child .nav-link {
    padding-right: 0
}

.form-control,
label {
    font-size: .875rem
}

.form-control {
    transition: all .15s ease
}

.form-control:focus::placeholder {
    color: #adb5bd
}

textarea[resize=none] {
    resize: none !important
}

.icon {
    width: 3rem;
    height: 3rem
}

.icon i {
    font-size: 2.25rem
}

.icon-shape {
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.icon-shape i {
    font-size: 1.25rem
}

.icon-shape-success {
    color: #1aae6f;
    background-color: rgba(84, 218, 161, .5)
}

.icon-shape-info {
    color: #03acca;
    background-color: rgba(65, 215, 242, .5)
}

.icon-shape-warning {
    color: #ff3709;
    background-color: hsla(11, 96%, 72%, .5)
}

.icon-shape-danger {
    color: #f80031;
    background-color: rgba(247, 103, 131, .5)
}

.focused .form-control {
    border-color: #5e72e4
}

.nav-link {
    color: #525f7f
}

.nav-link.active,
.nav-link:hover {
    color: #5e72e4
}

.nav-link i:not(.fa) {
    position: relative;
    top: 2px
}

.navbar-nav .nav-link {
    font-size: .9rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    text-transform: normal;
    letter-spacing: 0;
    transition: all .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-link {
        transition: none
    }
}

.navbar-brand {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .05px
}

.navbar-brand img {
    height: 30px
}

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

.navbar-nav .nav-item .media:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .navbar-nav .nav-item {
        margin-right: .5rem
    }
    .navbar-nav .nav-item [data-toggle=dropdown]:after {
        transition: all .15s ease
    }
    .navbar-nav .nav-item.show [data-toggle=dropdown]:after {
        transform: rotate(180deg)
    }
    .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: .25rem
    }
    .navbar-nav .nav-link i {
        margin-right: .625rem
    }
    .navbar-nav .dropdown-menu {
        opacity: 0;
        pointer-events: none;
        margin: 0
    }
    .navbar-nav .dropdown-menu:before {
        background: #fff;
        box-shadow: none;
        content: "";
        display: block;
        height: 16px;
        width: 16px;
        left: 5px;
        position: absolute;
        bottom: 100%;
        transform: rotate(-45deg) translateY(1rem);
        z-index: -5;
        border-radius: .2rem
    }
    .navbar-nav .dropdown-menu-right:before {
        right: 20px;
        left: auto
    }
    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        animation: h .25s ease forwards
    }
    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
        display: block;
        animation: i .15s ease backwards
    }
}

.navbar-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
    border: 0;
    box-shadow: none
}

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

@media (min-width:768px) {
    .navbar-transparent .navbar-nav .nav-link {
        color: hsla(0, 0%, 100%, .95)
    }
    .navbar-transparent .navbar-nav .nav-link:focus,
    .navbar-transparent .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, .65)
    }
    .navbar-transparent .navbar-nav .nav-link.disabled {
        color: hsla(0, 0%, 100%, .25)
    }
    .navbar-transparent .navbar-nav .active>.nav-link,
    .navbar-transparent .navbar-nav .nav-link.active,
    .navbar-transparent .navbar-nav .nav-link.show,
    .navbar-transparent .navbar-nav .show>.nav-link {
        color: hsla(0, 0%, 100%, .65)
    }
    .navbar-transparent .navbar-brand,
    .navbar-transparent .navbar-brand:focus,
    .navbar-transparent .navbar-brand:hover {
        color: hsla(0, 0%, 100%, .95)
    }
}

@media (max-width:991.98px) {
    .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #172b4d !important
    }
    .navbar-nav .dropdown-menu {
        box-shadow: none;
        min-width: auto
    }
}

@keyframes f {
    0% {
        opacity: 0;
        transform: scale(.95);
        transform-origin: 100% 0
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes g {
    0% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 0
    }
    to {
        opacity: 0;
        transform: scale(.95)
    }
}

@keyframes h {
    0% {
        opacity: 0;
        transform: translateY(10px) perspective(200px) rotateX(-2deg);
        transition: visibility .25s, opacity .25s, transform .25s
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes i {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translateY(10px)
    }
}

.popover {
    border: 0
}

.popover-header {
    font-weight: 600
}

.progress {
    height: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: .2rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

p {
    font-size: 1rem
}

.lead,
p {
    font-weight: 300;
    line-height: 1.7
}

.lead {
    font-size: 1.25rem;
    margin-top: 1.5rem
}

.description {
    font-size: .875rem
}

.display-1 span,
.display-2 span {
    display: block;
    font-weight: 300
}

.badge {
    text-transform: uppercase
}

.badge a {
    color: #fff
}

.btn.back-to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

.btn.back-to-top.show {
    opacity: 1;
    visibility: visible
}

.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle+.dropdown-menu.show {
    left: 100% !important;
    margin-top: 0 !important
}

.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle+.dropdown-menu.show li.show .dropdown-menu.show {
    left: 100% !important
}

.dropdown.show .dropdown-menu.show .dropdown-menu.show {
    top: 70% !important
}

.dropdown.show .dropdown-menu.show .dropdown-menu.show .dropdown-menu:first-of-type.show {
    top: 60% !important
}

.dropdown.show .dropdown-menu.show .dropdown-menu.show .dropdown-menu:nth-of-type(2).show {
    top: 83% !important
}

.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle.open:after {
    transform: rotate(180deg);
    transition: transform .3s ease
}

.dropdown .dropdown-item.dropdown-toggle:after,
.dropup .dropdown-item.dropdown-toggle:after {
    position: relative;
    float: right;
    top: 9px;
    margin-left: 0
}

.dropdown .dropdown-item:hover,
.dropup .dropdown-item:hover {
    transform: scale(1.1);
    border-radius: .3rem;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transition: all .4s ease;
    background: #fff
}

.dropdown .dropdown-menu {
    animation: k .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s ease
}

.dropdown .dropdown-menu:before {
    background: #fff;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 5px;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(1rem);
    z-index: -5;
    border-radius: .2rem
}

.dropdown.show .dropdown-menu.show {
    margin-top: 10px;
    bottom: unset !important;
    top: 100% !important;
    animation: j .3s cubic-bezier(.23, 1, .32, 1);
    transform: none !important;
    transition: height .35s ease
}

.dropup .dropdown-menu {
    animation: j .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s ease
}

.dropup .dropdown-menu:before {
    background: #fff;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 5px;
    position: absolute;
    bottom: 7px;
    transform: rotate(-45deg) translateY(1rem);
    z-index: -5;
    border-radius: .2rem
}

.dropup.show .dropdown-menu.show {
    bottom: 100% !important;
    top: unset !important;
    animation: k .3s cubic-bezier(.23, 1, .32, 1);
    transform: none !important;
    margin-bottom: 10px;
    transition: all .3s ease
}

.dropdown-toggle:after {
    transition: all .3s ease !important
}

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

.dropdown-menu-right:before {
    right: 20px;
    left: auto !important
}

@keyframes j {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes k {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.navbar .dropdown .dropdown-item {
    transition: all .2s ease
}

.navbar .dropdown .dropdown-item:active,
.navbar .dropdown .dropdown-item:focus:active {
    color: #212529 !important
}

.navbar.navbar-main {
    width: 100%;
    position: absolute;
    z-index: 99
}

@media (min-width:992px) {
    .navbar-main .navbar-nav .nav-item.dropdown {
        cursor: pointer
    }
    .navbar-main .navbar-nav .nav-item.dropdown .nav-link {
        pointer-events: none
    }
}

.footer hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media (max-width:767.98px) {
    footer .title {
        text-align: center !important
    }
}

.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 1.5rem;
    text-align: center;
    border-radius: .25rem;
    transition: all .5s
}

.info .icon {
    transition: transform .4s, box-shadow .4s
}

.info p {
    padding: 0 15px 0 0
}

.info-horizontal {
    max-width: 500px !important;
    text-align: left !important
}

.info-horizontal .icon {
    float: left
}

.info-horizontal .description {
    overflow: hidden
}

.card .info {
    padding: 40px 0;
    text-align: center;
    position: relative
}

hr {
    width: 10%;
    height: 1px;
    border-radius: 3px;
    margin-left: 0
}

.media textarea {
    margin-bottom: 20px
}

.media p {
    line-height: 1.61em;
    font-size: .875rem
}

.text {
    position: relative;
    left: 15px;
    top: 1px
}

.name {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.15;
    max-width: 11em;
    overflow: hidden;
    padding-top: 3px;
    text-overflow: ellipsis
}

.meta {
    color: #a49e9e;
    font-size: .8em
}

.chat {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (min-width:992px) {
    .chat .section {
        min-height: 100vh;
        max-height: 999px
    }
}

.chat .list-group {
    padding: 10px
}

.chat .list-group .list-group-item:not(.active) {
    background: transparent
}

.chat .list-group .badge {
    padding: 4px;
    margin-top: 3px;
    display: inline-block;
    float: right
}

.chat .list-group .list-group-item.active {
    border-radius: .3rem
}

.chat .list-group .list-group-item:nth-of-type(2) {
    border-top: 0
}

.chat .card {
    max-height: 70vh;
    overflow: auto;
    margin-top: 30px;
    overflow-x: hidden
}

.chat .card .card-footer,
.chat .card .card-header {
    background: transparent;
    display: flex
}

.chat .card .far {
    margin-right: 3px
}

@keyframes l {
    0%,
    80%,
    to {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.table thead th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: .0625rem solid #dee2e6
}

.table th {
    font-weight: 600
}

.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0
}

.table td,
.table th {
    font-size: .8125rem;
    white-space: nowrap
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle
}

.register-page .footer {
    background: #172b4d
}

.register-page .footer .copyright a,
.register-page .footer h3,
.register-page .footer h4 {
    color: #fff
}

.register-page h1 {
    font-weight: 700;
    margin: 0
}

.register-page p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px
}

.register-page a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.register-page button {
    transition: transform 80ms ease-in
}

.register-page button:active {
    transform: scale(.95)
}

.register-page button:focus {
    outline: none
}

.register-page form {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center
}

@keyframes m {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1
    }
    50%,
    to {
        opacity: 1;
        z-index: 5
    }
}

@media (max-width:767.98px) {
    .register-page form {
        padding: 0 10px !important
    }
    .register-page form>h2 {
        line-height: 1.3 !important
    }
}

@media (max-width:375px) {
    .register-page h1 {
        font-size: 1.5rem
    }
    .register-page form {
        padding: 30px 10px 0 !important
    }
}

.card-body .card-footer {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: transparent !important;
    width: 100%;
    color: #fff;
    padding: 5px 0 0 !important;
    border-top: none !important
}

.rotating-card-container {
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px
}

.rotating-card-container .card-rotate {
    background: transparent
}

.rotating-card-container .card-rotate:after {
    display: none
}

.rotating-card-container .card {
    transition: all .8s cubic-bezier(.34, 1.45, .7, 1);
    transform-style: preserve-3d;
    position: relative
}

.rotating-card-container .card .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.rotating-card-container .card .back .card-body {
    justify-content: center;
    align-content: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.rotating-card-container .card .back {
    transform: rotateY(180deg);
    z-index: 5;
    text-align: center;
    width: 100%;
    height: 100%
}

.rotating-card-container .card .back .card-footer .btn {
    margin: 0
}

.rotating-card-container .card .back .card-body {
    padding-left: 15px;
    padding-right: 15px
}

.rotating-card-container:not(.manual-flip):hover .card {
    transform: rotateY(180deg)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .rotating-card-container .card .back {
        backface-visibility: visible
    }
    .rotating-card-container .card .back {
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.34, 1.45, .7, 1)
    }
    .rotating-card-container:not(.manual-flip):hover .card .back {
        z-index: 5;
        visibility: visible
    }
}

.card {
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border: 0
}

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

.card .card-footer,
.card .card-header {
    background-color: #fff
}

.card.shadow {
    border: 0 !important
}

.blockquote {
    border-left: 2px solid rgba(136, 152, 170, .32);
    padding-left: 1rem
}

.toast {
    border: none;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    opacity: 1 !important
}

.flatpickr.form-control {
    background: #fff
}

@keyframes n {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
}

@media (max-width:991.98px) {
    .navbar .navbar-brand {
        margin-top: 10px
    }
}

@media (max-width:991.98px) {
    .carousel .carousel-item .title {
        margin: 0 !important;
        margin-right: 30px !important
    }
    .carousel .carousel-item .description {
        padding: 12px 2px !important
    }
}

@media (max-width:575.98px) {
    .navbar.navbar-main .navbar-nav .dropdown .dropdown-menu {
        max-height: 390px;
        overflow-y: scroll
    }
}

@media (max-width:575.98px) {
    .dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle.open+.dropdown-menu.show {
        left: 30% !important;
        margin-top: 33% !important
    }
    .dropdown.show .dropdown-menu.show .dropdown-menu.show .dropdown-menu:first-of-type.show {
        top: 75% !important
    }
}

.headroom {
    will-change: transform;
    background-color: inherit;
    transition: all .15s ease
}

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

header {
    position: relative
}

.features-3 {
    text-align: center
}

.features-3 {
    background-color: #172b4d
}

@keyframes o {
    0% {
        transform: translate(50px)
    }
    65% {
        transform: translate(0)
    }
    to {
        transform: translate(50px)
    }
}

.modal {
    z-index: 1072
}

.modal .popover,
.modal .tooltip {
    z-index: 1073
}

.modal-backdrop {
    z-index: 1071
}

@media (min-width:768px) {}

@keyframes p {
    0%,
    to {
        transform: rotate(0)
    }
    20%,
    60% {
        transform: rotate(-25deg)
    }
    40%,
    80% {
        transform: rotate(10deg)
    }
}

code[class*=language-],
pre[class*=language-] {
    font-family: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
    font-size: 14px;
    line-height: 1.375;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #f5f7ff;
    color: #5e6687;
    border-radius: .25rem
}

code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection {
    text-shadow: none;
    background: #dfe2f1
}

code[class*=language-]::selection,
code[class*=language-] ::selection,
pre[class*=language-]::selection,
pre[class*=language-] ::selection {
    text-shadow: none;
    background: #dfe2f1
}

pre[class*=language-] {
    padding: 1.25rem;
    margin: 0;
    overflow: auto
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em
}

.token.namespace {
    opacity: .7
}

.token.boolean,
.token.number,
.token.operator {
    color: #c76b29
}

.token.property {
    color: #c08b30
}

.token.tag {
    color: #3d8fd1
}

.token.string {
    color: #22a2c9
}

.token.selector {
    color: #6679cc
}

.style .token.string,
.token.url {
    color: #22a2c9
}

.token.unit {
    color: #ac9739
}

.token.inserted {
    border-bottom: 1px dotted #202746;
    text-decoration: none
}

.token.important {
    font-weight: 700
}

.token.important {
    color: #c94922
}

@media (min-width:768px) {}

@media (min-width:768px) {}