@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --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", "Liberation 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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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, ul {
    margin-bottom: 1rem
}

ul {
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

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

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 {
    background-color: transparent
}

a:hover {
    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
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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
}

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-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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: #212529;
    border-radius: .2rem
}

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

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

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

.container, .container-fluid {
    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: 1140px
    }
}

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

.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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

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

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

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

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

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

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

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

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

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

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

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

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

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

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

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@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 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

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

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

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

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

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

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

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    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-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

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

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

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

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

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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: #28a745
}

.is-valid~.valid-feedback {
    display: block
}

.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback {
    display: block
}

.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

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

.is-invalid~.invalid-feedback {
    display: block
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

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

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

.btn-primary {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

.btn-success {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

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

.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(72, 180, 97, .5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.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(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.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(222, 170, 12, .5)
}

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

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

.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(225, 83, 97, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.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(40, 167, 69, .5)
}

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.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(220, 53, 69, .5)
}

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

.btn-link:hover {
    color: #0056b3
}

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

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

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

.dropdown, .dropleft, .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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

.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-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: #007bff;
    background-color: #007bff
}

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

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

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

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

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

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

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

.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: 50%/50% 50% no-repeat
}

.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' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

.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' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

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

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

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

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

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

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

.custom-range:focus {
    outline: 0
}

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

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

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

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

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

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

.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: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

.custom-control-label:before, .custom-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-select {
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

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

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

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

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

.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: -1px
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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: #007bff;
    border-color: #007bff
}

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

.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-danger {
    color: #fff;
    background-color: #dc3545
}

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

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.progress {
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media, .progress {
    display: -ms-flexbox;
    display: flex
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    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);
    opacity: 0;
    border-radius: .25rem
}

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

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

.modal, .toast.hide {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    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: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

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

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

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

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

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation 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
}

.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-left {
    padding: 0 .4rem
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation 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, .2);
    border-radius: .3rem
}

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

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

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

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

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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%)
}

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite a
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes b {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite b
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

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

.rounded-0 {
    border-radius: 0 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

@media (min-width:768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media (min-width:1200px) {
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

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

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

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !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 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

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

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

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

.mr-3 {
    margin-right: 1rem !important
}

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

.ml-3 {
    margin-left: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

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

.ml-4 {
    margin-left: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

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

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

.px-2 {
    padding-right: .5rem !important
}

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

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

.px-4 {
    padding-right: 1.5rem !important
}

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

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

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.mr-n1 {
    margin-right: -.25rem !important
}

.ml-n1 {
    margin-left: -.25rem !important
}

.mr-n2 {
    margin-right: -.5rem !important
}

.ml-n2 {
    margin-left: -.5rem !important
}

.mr-n3 {
    margin-right: -1rem !important
}

.ml-n3 {
    margin-left: -1rem !important
}

.mr-n4 {
    margin-right: -1.5rem !important
}

.ml-n4 {
    margin-left: -1.5rem !important
}

.mr-n5 {
    margin-right: -3rem !important
}

.ml-n5 {
    margin-left: -3rem !important
}

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

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

@media (min-width:576px) {
    .mr-sm-0 {
        margin-right: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .ml-sm-1 {
        margin-left: .25rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .ml-sm-2 {
        margin-left: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

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

    .px-sm-3 {
        padding-right: 1rem !important
    }

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

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

    .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

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

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important
    }

    .mr-sm-n1 {
        margin-right: -.25rem !important
    }

    .ml-sm-n1 {
        margin-left: -.25rem !important
    }

    .mr-sm-n2 {
        margin-right: -.5rem !important
    }

    .ml-sm-n2 {
        margin-left: -.5rem !important
    }

    .mr-sm-n3 {
        margin-right: -1rem !important
    }

    .ml-sm-n3 {
        margin-left: -1rem !important
    }

    .mr-sm-n4 {
        margin-right: -1.5rem !important
    }

    .ml-sm-n4 {
        margin-left: -1.5rem !important
    }

    .mr-sm-n5 {
        margin-right: -3rem !important
    }

    .ml-sm-n5 {
        margin-left: -3rem !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .ml-md-1 {
        margin-left: .25rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .ml-md-2 {
        margin-left: .5rem !important
    }

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

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-bottom: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

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

    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

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

    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

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

    .px-md-3 {
        padding-right: 1rem !important
    }

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

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

    .px-md-4 {
        padding-right: 1.5rem !important
    }

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

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

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .mr-md-n1 {
        margin-right: -.25rem !important
    }

    .ml-md-n1 {
        margin-left: -.25rem !important
    }

    .mr-md-n2 {
        margin-right: -.5rem !important
    }

    .ml-md-n2 {
        margin-left: -.5rem !important
    }

    .mr-md-n3 {
        margin-right: -1rem !important
    }

    .ml-md-n3 {
        margin-left: -1rem !important
    }

    .mr-md-n4 {
        margin-right: -1.5rem !important
    }

    .ml-md-n4 {
        margin-left: -1.5rem !important
    }

    .mr-md-n5 {
        margin-right: -3rem !important
    }

    .ml-md-n5 {
        margin-left: -3rem !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .ml-lg-1 {
        margin-left: .25rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .ml-lg-2 {
        margin-left: .5rem !important
    }

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

    .mr-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

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

    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

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

    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

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

    .px-lg-3 {
        padding-right: 1rem !important
    }

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

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

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

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

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important
    }

    .mr-lg-n1 {
        margin-right: -.25rem !important
    }

    .ml-lg-n1 {
        margin-left: -.25rem !important
    }

    .mr-lg-n2 {
        margin-right: -.5rem !important
    }

    .ml-lg-n2 {
        margin-left: -.5rem !important
    }

    .mr-lg-n3 {
        margin-right: -1rem !important
    }

    .ml-lg-n3 {
        margin-left: -1rem !important
    }

    .mr-lg-n4 {
        margin-right: -1.5rem !important
    }

    .ml-lg-n4 {
        margin-left: -1.5rem !important
    }

    .mr-lg-n5 {
        margin-right: -3rem !important
    }

    .ml-lg-n5 {
        margin-left: -3rem !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .ml-xl-1 {
        margin-left: .25rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .ml-xl-2 {
        margin-left: .5rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important
    }

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

    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important
    }

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

    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

    .px-xl-3 {
        padding-right: 1rem !important
    }

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

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

    .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

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

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important
    }

    .mr-xl-n1 {
        margin-right: -.25rem !important
    }

    .ml-xl-n1 {
        margin-left: -.25rem !important
    }

    .mr-xl-n2 {
        margin-right: -.5rem !important
    }

    .ml-xl-n2 {
        margin-left: -.5rem !important
    }

    .mr-xl-n3 {
        margin-right: -1rem !important
    }

    .ml-xl-n3 {
        margin-left: -1rem !important
    }

    .mr-xl-n4 {
        margin-right: -1.5rem !important
    }

    .ml-xl-n4 {
        margin-left: -1.5rem !important
    }

    .mr-xl-n5 {
        margin-right: -3rem !important
    }

    .ml-xl-n5 {
        margin-left: -3rem !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }
}

.text-nowrap {
    white-space: nowrap !important
}

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

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

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

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

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

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

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

.text-light {
    color: #f8f9fa !important
}

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

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.visible {
    visibility: visible !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;
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

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

.red.lighten-4 {
    background-color: #ffcdd2 !important
}

.red {
    background-color: #f44336 !important
}

.red-text {
    color: #f44336 !important
}

.blue.lighten-4 {
    background-color: #bbdefb !important
}

.blue {
    background-color: #2196f3 !important
}

.green.lighten-4 {
    background-color: #c8e6c9 !important
}

.green {
    background-color: #4caf50 !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey {
    background-color: #9e9e9e !important
}

.black {
    background-color: #000 !important
}

.md-toast-close-button:focus, .md-toast-close-button:hover {
    color: #000 !important
}

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

#toast-container>div, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .md-toast-close-button, .md-toast-message a, .md-toast-message label, .side-nav, .white-text {
    color: #fff !important
}

.primary-color-dark {
    background-color: #0d47a1 !important
}

.chip:active, .z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important
}

.disabled {
    pointer-events: none !important
}

a {
    color: #007bff;
    cursor: pointer
}

a, a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out
}

a:hover {
    color: #0056b3
}

a.disabled:hover, a:disabled:hover {
    color: #007bff
}

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

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

.collapsible-body {
    display: none
}

.border-primary {
    border-color: #4285f4 !important
}

.border-danger {
    border-color: #ff3547 !important
}

.border-warning {
    border-color: #fb3 !important
}

.border-success {
    border-color: #00c851 !important
}

.border-info {
    border-color: #33b5e5 !important
}

@font-face {
    font-family: Roboto;
    font-weight: 200;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(../font/roboto/Roboto-Thin.woff2) format("woff2"), url(../font/roboto/Roboto-Thin.woff) format("woff"), url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../font/roboto/Roboto-Light.woff2) format("woff2"), url(../font/roboto/Roboto-Light.woff) format("woff"), url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../font/roboto/Roboto-Regular.woff2) format("woff2"), url(../font/roboto/Roboto-Regular.woff) format("woff"), url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../font/roboto/Roboto-Medium.woff2) format("woff2"), url(../font/roboto/Roboto-Medium.woff) format("woff"), url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../font/roboto/Roboto-Bold.woff2) format("woff2"), url(../font/roboto/Roboto-Bold.woff) format("woff"), url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-display: swap
}

body {
    font-family: Roboto, sans-serif
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

.bq-warning {
    border-left: 3px solid #fb3 !important
}

.bq-warning .bq-title {
    color: #fb3 !important
}

.h1-responsive {
    font-size: 150%
}

.h4-responsive {
    font-size: 135%
}

@media (min-width:576px) {
    .h1-responsive {
        font-size: 170%
    }

    .h4-responsive {
        font-size: 125%
    }
}

@media (min-width:768px) {
    .h1-responsive {
        font-size: 200%
    }

    .h4-responsive {
        font-size: 125%
    }
}

@media (min-width:992px) {
    .h1-responsive {
        font-size: 200%
    }

    .h4-responsive {
        font-size: 125%
    }
}

@media (min-width:1200px) {
    .h1-responsive {
        font-size: 250%
    }

    .h4-responsive {
        font-size: 140%
    }
}

.text-primary {
    color: #4285f4 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #1266f1 !important
}

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

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

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

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

.text-success {
    color: #00c851 !important
}

a.text-success:focus, a.text-success:hover {
    color: #00953c !important
}

.text-info {
    color: #33b5e5 !important
}

a.text-info:focus, a.text-info:hover {
    color: #1a9bcb !important
}

.text-light {
    color: #e0e0e0 !important
}

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

.view {
    position: relative;
    overflow: hidden;
    cursor: default
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.view img {
    position: relative;
    display: block
}

.overlay .mask {
    opacity: 0;
    transition: all .4s ease-in-out
}

.overlay .mask:hover {
    opacity: 1
}

.zoom img {
    transition: all .2s linear
}

.zoom:hover img {
    transform: scale(1.1)
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    pointer-events: none;
    background: rgba(0, 0, 0, .2);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, hsla(0, 0%, 100%, 0) 70%);
    border-radius: 50%;
    opacity: 0;
    transition-property: transform, opacity;
    transition: all .5s ease-out;
    transform: scale(0) translate(0)
}

.waves-effect.waves-light .waves-ripple {
    background: hsla(0, 0%, 100%, .4);
    background: radial-gradient(hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%)
}

.waves-notransition {
    transition: none !important
}

.waves-input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: .2em
}

a.waves-effect, a.waves-light {
    display: inline-block
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.fast {
    animation-duration: .8s
}

.animated.slow {
    animation-duration: 2s
}

@media (prefers-reduced-motion) {
    .animated {
        transition: none !important;
        animation: unset !important
    }
}

@keyframes c {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: c
}

@keyframes d {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: d
}

@keyframes e {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: e
}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem
}

.btn:active, .btn:focus, .btn:hover {
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn.btn-block {
    margin: inherit
}

.btn .fab.right, .btn .far.right, .btn .fas.right {
    margin-left: .3rem
}

.btn .fab.left, .btn .far.left, .btn .fas.left {
    margin-right: .3rem
}

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem
}

.btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn[class*=btn-outline-] {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.btn[class*=btn-outline-].btn-sm {
    padding-top: .38rem;
    padding-bottom: .38rem
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    color: #000;
    background-color: transparent;
    box-shadow: none
}

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

.btn-primary {
    color: #fff;
    background-color: #4285f4 !important
}

.btn-primary:hover {
    color: #fff;
    background-color: #5a95f5
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus {
    background-color: #0b51c5
}

.btn-primary.dropdown-toggle {
    background-color: #4285f4 !important
}

.btn-primary.dropdown-toggle:focus, .btn-primary.dropdown-toggle:hover {
    background-color: #5a95f5 !important
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #0b51c5 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

table.table a.btn.btn-primary {
    color: #fff
}

.btn-outline-primary {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 2px solid #4285f4 !important
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #4285f4 !important;
    background-color: transparent !important;
    border-color: #4285f4 !important
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent !important;
    border-color: #4285f4 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-danger {
    color: #fff;
    background-color: #ff3547 !important
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff4f5e
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus {
    background-color: #ce0012
}

.btn-danger.dropdown-toggle {
    background-color: #ff3547 !important
}

.btn-danger.dropdown-toggle:focus, .btn-danger.dropdown-toggle:hover {
    background-color: #ff4f5e !important
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background-color: #ce0012 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

table.table a.btn.btn-danger {
    color: #fff
}

.btn-outline-danger {
    color: #ff3547 !important;
    background-color: transparent !important;
    border: 2px solid #ff3547 !important
}

.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger:focus, .btn-outline-danger:hover {
    color: #ff3547 !important;
    background-color: transparent !important;
    border-color: #ff3547 !important
}

.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    background-color: transparent !important;
    border-color: #ff3547 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-warning {
    color: #fff;
    background-color: #fb3 !important
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffc44d
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus {
    background-color: #c80
}

.btn-warning.dropdown-toggle {
    background-color: #fb3 !important
}

.btn-warning.dropdown-toggle:focus, .btn-warning.dropdown-toggle:hover {
    background-color: #ffc44d !important
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    background-color: #c80 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

table.table a.btn.btn-warning {
    color: #fff
}

.btn-outline-warning {
    color: #fb3 !important;
    background-color: transparent !important;
    border: 2px solid #fb3 !important
}

.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning:focus, .btn-outline-warning:hover {
    color: #fb3 !important;
    background-color: transparent !important;
    border-color: #fb3 !important
}

.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    background-color: transparent !important;
    border-color: #fb3 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-success {
    color: #fff;
    background-color: #00c851 !important
}

.btn-success:hover {
    color: #fff;
    background-color: #00e25b
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-success.active, .btn-success:active, .btn-success:focus {
    background-color: #006228
}

.btn-success.dropdown-toggle {
    background-color: #00c851 !important
}

.btn-success.dropdown-toggle:focus, .btn-success.dropdown-toggle:hover {
    background-color: #00e25b !important
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background-color: #006228 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

table.table a.btn.btn-success {
    color: #fff
}

.btn-outline-success {
    color: #00c851 !important;
    background-color: transparent !important;
    border: 2px solid #00c851 !important
}

.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success:focus, .btn-outline-success:hover {
    color: #00c851 !important;
    background-color: transparent !important;
    border-color: #00c851 !important
}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    background-color: transparent !important;
    border-color: #00c851 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-info {
    color: #fff;
    background-color: #33b5e5 !important
}

.btn-info:hover {
    color: #fff;
    background-color: #4abde8
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-info.active, .btn-info:active, .btn-info:focus {
    background-color: #14799e
}

.btn-info.dropdown-toggle {
    background-color: #33b5e5 !important
}

.btn-info.dropdown-toggle:focus, .btn-info.dropdown-toggle:hover {
    background-color: #4abde8 !important
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #14799e !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.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 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

table.table a.btn.btn-info {
    color: #fff
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #000
}

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

.card {
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card[class*=border] {
    border: 1px solid #9e9e9e;
    box-shadow: none
}

.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
    font-weight: 400
}

.card .card-body .card-title a, .card .card-body .card-title a:hover {
    transition: .2s ease-in-out
}

.card .card-body .card-text {
    font-size: .9rem;
    font-weight: 400;
    color: #747373
}

.card .md-form label {
    font-weight: 300
}

.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #757575
}

.navbar {
    font-weight: 300;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.navbar form .md-form input {
    margin: 0 5px 1px 8px
}

@media (max-width:992px) {
    .navbar .container {
        width: 100%
    }
}

.navbar .nav-item .nav-link {
    display: block
}

.navbar .nav-item .nav-link.disabled:active {
    pointer-events: none
}

.navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
    padding-right: 3px;
    padding-left: 3px
}

@media (max-width:992px) {
    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px
    }
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0
}

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: .9375rem;
    font-weight: 300
}

.navbar .dropdown-menu a:not(.active) {
    color: #000
}

@media (max-width:600px) {
    .navbar .dropdown-menu form {
        width: 17rem
    }
}

@media (min-width:600px) {
    .navbar .dropdown-menu form {
        width: 22rem
    }
}

@media (min-width:600px) {
    .navbar.scrolling-navbar {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .navbar.scrolling-navbar .navbar-nav>li {
        transition-duration: 1s
    }

    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: all .2s linear
}

.pagination .page-item.active .page-link:hover {
    background-color: #4285f4
}

.pagination .page-item.disabled .page-link {
    color: #868e96
}

.pagination .page-item .page-link {
    font-size: .9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    transition: all .3s linear
}

.pagination .page-item .page-link:hover {
    background-color: #eee;
    border-radius: .125rem;
    transition: all .3s linear
}

.pagination .page-item .page-link:focus {
    background-color: transparent;
    box-shadow: none
}

.badge {
    color: #fff !important;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.badge-danger {
    color: #fff !important;
    background-color: #ff3547 !important
}

body.scrollable {
    overflow-y: auto
}

.modal-dialog .modal-content {
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.modal-dialog .modal-content .modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.modal-dialog.modal-notify .heading {
    padding: .3rem;
    margin: 0;
    font-size: 1.15rem;
    color: #fff
}

.modal-dialog.modal-notify .modal-header {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.modal-dialog.modal-notify .close {
    opacity: 1
}

.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: #616161
}

.modal-dialog.modal-notify.modal-primary .modal-header {
    background-color: #4285f4
}

.modal-dialog.modal-notify.modal-primary .fab, .modal-dialog.modal-notify.modal-primary .far, .modal-dialog.modal-notify.modal-primary .fas {
    color: #4285f4
}

.modal-dialog.modal-notify.modal-primary .badge {
    background-color: #4285f4
}

.modal-dialog.modal-notify.modal-primary .btn .fab, .modal-dialog.modal-notify.modal-primary .btn .far, .modal-dialog.modal-notify.modal-primary .btn .fas {
    color: #fff
}

.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab, .modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far, .modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas {
    color: #4285f4
}

.modal-dialog.modal-notify.modal-danger .modal-header {
    background-color: #ff3547
}

.modal-dialog.modal-notify.modal-danger .fab, .modal-dialog.modal-notify.modal-danger .far, .modal-dialog.modal-notify.modal-danger .fas {
    color: #ff3547
}

.modal-dialog.modal-notify.modal-danger .badge {
    background-color: #ff3547
}

.modal-dialog.modal-notify.modal-danger .btn .fab, .modal-dialog.modal-notify.modal-danger .btn .far, .modal-dialog.modal-notify.modal-danger .btn .fas {
    color: #fff
}

.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas {
    color: #ff3547
}

.modal-dialog.modal-notify.modal-warning .modal-header {
    background-color: #fb3
}

.modal-dialog.modal-notify.modal-warning .fab, .modal-dialog.modal-notify.modal-warning .far, .modal-dialog.modal-notify.modal-warning .fas {
    color: #fb3
}

.modal-dialog.modal-notify.modal-warning .badge {
    background-color: #fb3
}

.modal-dialog.modal-notify.modal-warning .btn .fab, .modal-dialog.modal-notify.modal-warning .btn .far, .modal-dialog.modal-notify.modal-warning .btn .fas {
    color: #fff
}

.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab, .modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far, .modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas {
    color: #fb3
}

.modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #00c851
}

.modal-dialog.modal-notify.modal-success .fab, .modal-dialog.modal-notify.modal-success .far, .modal-dialog.modal-notify.modal-success .fas {
    color: #00c851
}

.modal-dialog.modal-notify.modal-success .badge {
    background-color: #00c851
}

.modal-dialog.modal-notify.modal-success .btn .fab, .modal-dialog.modal-notify.modal-success .btn .far, .modal-dialog.modal-notify.modal-success .btn .fas {
    color: #fff
}

.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab, .modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far, .modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas {
    color: #00c851
}

.modal {
    padding-right: 0 !important
}

.modal.fade.top:not(.show) .modal-dialog {
    transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
    transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
    transform: translate3d(0, 25%, 0)
}

@media (min-width:992px) {
    .modal.modal-scrolling {
        position: relative
    }

    .modal.modal-scrolling .modal-dialog {
        position: fixed;
        z-index: 1050
    }

    .modal.modal-content-clickable {
        top: auto;
        bottom: auto
    }

    .modal.modal-content-clickable .modal-dialog {
        position: fixed
    }

    .modal .modal-fluid {
        width: 100%;
        max-width: 100%
    }

    .modal .modal-fluid .modal-content {
        width: 100%
    }

    .modal .modal-frame {
        position: absolute;
        width: 100%;
        max-width: 100% !important;
        margin: 0 !important
    }
}

@media (min-width:992px) {
    .modal .modal-side {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 400px;
        margin: 0
    }
}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.md-form input:not([type]), .md-form input[type=date]:not(.browser-default), .md-form input[type=email]:not(.browser-default), .md-form input[type=number]:not(.browser-default), .md-form input[type=password]:not(.browser-default), .md-form input[type=search-md], .md-form input[type=search]:not(.browser-default), .md-form input[type=tel]:not(.browser-default), .md-form input[type=text]:not(.browser-default), .md-form input[type=url]:not(.browser-default), .md-form textarea.md-textarea {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.md-form input:not([type]):focus:not([readonly]), .md-form input[type=date]:not(.browser-default):focus:not([readonly]), .md-form input[type=email]:not(.browser-default):focus:not([readonly]), .md-form input[type=number]:not(.browser-default):focus:not([readonly]), .md-form input[type=password]:not(.browser-default):focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:not(.browser-default):focus:not([readonly]), .md-form input[type=tel]:not(.browser-default):focus:not([readonly]), .md-form input[type=text]:not(.browser-default):focus:not([readonly]), .md-form input[type=url]:not(.browser-default):focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 2px solid #4285f4
}

.md-form input:not([type]):focus:not([readonly])+label, .md-form input[type=date]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=email]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=number]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=password]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=search-md]:focus:not([readonly])+label, .md-form input[type=search]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=text]:not(.browser-default):focus:not([readonly])+label, .md-form input[type=url]:not(.browser-default):focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #4285f4
}

.md-form input:not([type])+label:after, .md-form input[type=date]:not(.browser-default)+label:after, .md-form input[type=email]:not(.browser-default)+label:after, .md-form input[type=number]:not(.browser-default)+label:after, .md-form input[type=password]:not(.browser-default)+label:after, .md-form input[type=search-md]+label:after, .md-form input[type=search]:not(.browser-default)+label:after, .md-form input[type=tel]:not(.browser-default)+label:after, .md-form input[type=text]:not(.browser-default)+label:after, .md-form input[type=url]:not(.browser-default)+label:after, .md-form textarea.md-textarea+label:after {
    position: absolute;
    top: 65px;
    display: block;
    content: "";
    opacity: 0;
    transition: opacity .2s ease-out, color .2s ease-out
}

.md-form input:not([type]).valid, .md-form input:not([type]):focus.valid, .md-form input[type=date]:not(.browser-default).valid, .md-form input[type=date]:not(.browser-default):focus.valid, .md-form input[type=email]:not(.browser-default).valid, .md-form input[type=email]:not(.browser-default):focus.valid, .md-form input[type=number]:not(.browser-default).valid, .md-form input[type=number]:not(.browser-default):focus.valid, .md-form input[type=password]:not(.browser-default).valid, .md-form input[type=password]:not(.browser-default):focus.valid, .md-form input[type=search-md].valid, .md-form input[type=search-md]:focus.valid, .md-form input[type=search]:not(.browser-default).valid, .md-form input[type=search]:not(.browser-default):focus.valid, .md-form input[type=tel]:not(.browser-default).valid, .md-form input[type=tel]:not(.browser-default):focus.valid, .md-form input[type=text]:not(.browser-default).valid, .md-form input[type=text]:not(.browser-default):focus.valid, .md-form input[type=url]:not(.browser-default).valid, .md-form input[type=url]:not(.browser-default):focus.valid, .md-form textarea.md-textarea.valid, .md-form textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #00c851;
    box-shadow: 0 1px 0 0 #00c851
}

.md-form input:not([type]).valid+label:after, .md-form input:not([type]):focus.valid+label:after, .md-form input[type=date]:not(.browser-default).valid+label:after, .md-form input[type=date]:not(.browser-default):focus.valid+label:after, .md-form input[type=email]:not(.browser-default).valid+label:after, .md-form input[type=email]:not(.browser-default):focus.valid+label:after, .md-form input[type=number]:not(.browser-default).valid+label:after, .md-form input[type=number]:not(.browser-default):focus.valid+label:after, .md-form input[type=password]:not(.browser-default).valid+label:after, .md-form input[type=password]:not(.browser-default):focus.valid+label:after, .md-form input[type=search-md].valid+label:after, .md-form input[type=search-md]:focus.valid+label:after, .md-form input[type=search]:not(.browser-default).valid+label:after, .md-form input[type=search]:not(.browser-default):focus.valid+label:after, .md-form input[type=tel]:not(.browser-default).valid+label:after, .md-form input[type=tel]:not(.browser-default):focus.valid+label:after, .md-form input[type=text]:not(.browser-default).valid+label:after, .md-form input[type=text]:not(.browser-default):focus.valid+label:after, .md-form input[type=url]:not(.browser-default).valid+label:after, .md-form input[type=url]:not(.browser-default):focus.valid+label:after, .md-form textarea.md-textarea.valid+label:after, .md-form textarea.md-textarea:focus.valid+label:after {
    color: #00c851;
    content: attr(data-success);
    opacity: 1
}

.md-form input:not([type]).invalid, .md-form input:not([type]):focus.invalid, .md-form input[type=date]:not(.browser-default).invalid, .md-form input[type=date]:not(.browser-default):focus.invalid, .md-form input[type=email]:not(.browser-default).invalid, .md-form input[type=email]:not(.browser-default):focus.invalid, .md-form input[type=number]:not(.browser-default).invalid, .md-form input[type=number]:not(.browser-default):focus.invalid, .md-form input[type=password]:not(.browser-default).invalid, .md-form input[type=password]:not(.browser-default):focus.invalid, .md-form input[type=search-md].invalid, .md-form input[type=search-md]:focus.invalid, .md-form input[type=search]:not(.browser-default).invalid, .md-form input[type=search]:not(.browser-default):focus.invalid, .md-form input[type=tel]:not(.browser-default).invalid, .md-form input[type=tel]:not(.browser-default):focus.invalid, .md-form input[type=text]:not(.browser-default).invalid, .md-form input[type=text]:not(.browser-default):focus.invalid, .md-form input[type=url]:not(.browser-default).invalid, .md-form input[type=url]:not(.browser-default):focus.invalid, .md-form textarea.md-textarea.invalid, .md-form textarea.md-textarea:focus.invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336
}

.md-form input:not([type]).invalid+label:after, .md-form input:not([type]):focus.invalid+label:after, .md-form input[type=date]:not(.browser-default).invalid+label:after, .md-form input[type=date]:not(.browser-default):focus.invalid+label:after, .md-form input[type=email]:not(.browser-default).invalid+label:after, .md-form input[type=email]:not(.browser-default):focus.invalid+label:after, .md-form input[type=number]:not(.browser-default).invalid+label:after, .md-form input[type=number]:not(.browser-default):focus.invalid+label:after, .md-form input[type=password]:not(.browser-default).invalid+label:after, .md-form input[type=password]:not(.browser-default):focus.invalid+label:after, .md-form input[type=search-md].invalid+label:after, .md-form input[type=search-md]:focus.invalid+label:after, .md-form input[type=search]:not(.browser-default).invalid+label:after, .md-form input[type=search]:not(.browser-default):focus.invalid+label:after, .md-form input[type=tel]:not(.browser-default).invalid+label:after, .md-form input[type=tel]:not(.browser-default):focus.invalid+label:after, .md-form input[type=text]:not(.browser-default).invalid+label:after, .md-form input[type=text]:not(.browser-default):focus.invalid+label:after, .md-form input[type=url]:not(.browser-default).invalid+label:after, .md-form input[type=url]:not(.browser-default):focus.invalid+label:after, .md-form textarea.md-textarea.invalid+label:after, .md-form textarea.md-textarea:focus.invalid+label:after {
    color: #f44336;
    content: attr(data-error);
    opacity: 1
}

.md-form input:not([type]).form-control.valid+label:after, .md-form input:not([type]).form-control:focus.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=search-md].form-control.valid+label:after, .md-form input[type=search-md].form-control:focus.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control:focus.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control:focus.valid+label:after, .md-form textarea.md-textarea.form-control.valid+label:after, .md-form textarea.md-textarea.form-control:focus.valid+label:after {
    top: 4.1rem
}

.md-form input:not([type]).form-control.invalid+label:after, .md-form input:not([type]).form-control:focus.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=search-md].form-control.invalid+label:after, .md-form input[type=search-md].form-control:focus.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control:focus.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control:focus.invalid+label:after, .md-form textarea.md-textarea.form-control.invalid+label:after, .md-form textarea.md-textarea.form-control:focus.invalid+label:after {
    top: 4rem
}

.md-form input:not([type]).form-control-lg.invalid+label:after, .md-form input:not([type]).form-control-lg.valid+label:after, .md-form input:not([type]).form-control-lg:focus.invalid+label:after, .md-form input:not([type]).form-control-lg:focus.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=search-md].form-control-lg.invalid+label:after, .md-form input[type=search-md].form-control-lg.valid+label:after, .md-form input[type=search-md].form-control-lg:focus.invalid+label:after, .md-form input[type=search-md].form-control-lg:focus.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control-lg.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control-lg.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control-lg:focus.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control-lg:focus.valid+label:after, .md-form textarea.md-textarea.form-control-lg.invalid+label:after, .md-form textarea.md-textarea.form-control-lg.valid+label:after, .md-form textarea.md-textarea.form-control-lg:focus.invalid+label:after, .md-form textarea.md-textarea.form-control-lg:focus.valid+label:after {
    top: 4.6rem
}

.md-form input:not([type]).form-control-sm.valid+label:after, .md-form input:not([type]).form-control-sm:focus.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=date]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=email]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=number]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=password]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=search-md].form-control-sm.valid+label:after, .md-form input[type=search-md].form-control-sm:focus.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=search]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=text]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control-sm.valid+label:after, .md-form input[type=url]:not(.browser-default).form-control-sm:focus.valid+label:after, .md-form textarea.md-textarea.form-control-sm.valid+label:after, .md-form textarea.md-textarea.form-control-sm:focus.valid+label:after {
    top: 3.7rem
}

.md-form input:not([type]).form-control-sm.invalid+label:after, .md-form input:not([type]).form-control-sm:focus.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=date]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=email]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=number]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=password]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=search-md].form-control-sm.invalid+label:after, .md-form input[type=search-md].form-control-sm:focus.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=search]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=tel]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=text]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control-sm.invalid+label:after, .md-form input[type=url]:not(.browser-default).form-control-sm:focus.invalid+label:after, .md-form textarea.md-textarea.form-control-sm.invalid+label:after, .md-form textarea.md-textarea.form-control-sm:focus.invalid+label:after {
    top: 3.6rem
}

.md-form>input[type=date]:not(.browser-default)+label {
    transform: translateY(-27px) scale(.8);
    transform-origin: 0 0
}

.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
    font-size: .8rem;
    transform: translateY(-25px);
    transform-origin: 0 0
}

.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem;
    margin: 0 0 .5rem;
    background-color: transparent;
    border-radius: 0
}

.md-form .form-control:focus {
    box-shadow: none
}

.md-form .form-control:disabled, .md-form .form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd
}

.md-form .form-control.is-valid {
    border-color: #00c851 !important
}

.md-form .form-control.is-valid:focus {
    border-color: #00c851 !important;
    box-shadow: 0 1px 0 0 #00c851 !important
}

.md-form .form-control.is-invalid {
    border-color: #f44336 !important
}

.md-form .form-control.is-invalid:focus {
    border-color: #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important
}

.md-form .form-control.is-invalid, .md-form .form-control.is-valid {
    background-position: 100% !important
}

.md-form .validate {
    margin-bottom: 2.5rem
}

.md-form label.active {
    font-size: 1rem
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #757575;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform: translateY(12px);
    transform-origin: 0 100%
}

.md-form label.active {
    transform: translateY(-14px) scale(.8)
}

.md-form.form-sm .validate {
    margin-bottom: 2.3rem
}

.md-form.form-sm label {
    font-size: .875rem
}

.md-form.form-sm label.active {
    font-size: .95rem
}

.md-form textarea.md-textarea {
    padding: 1.5rem 0 0;
    overflow-y: hidden
}

.md-form textarea.md-textarea-auto {
    padding: 0;
    padding-top: 1.5rem
}

.md-form .form-control.is-invalid, .md-form .form-control.is-valid {
    padding-right: 0
}

.heavy-rain-gradient {
    background-image: linear-gradient(0deg, #cfd9df 0, #e2ebf0)
}

.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px
}

.note strong {
    font-weight: 600
}

.note p {
    font-weight: 500
}

.note-warning {
    background-color: #faf4e0;
    border-color: #c2a442
}

table th {
    font-size: .9rem;
    font-weight: 400
}

table td {
    font-size: .9rem;
    font-weight: 300
}

table.table thead th {
    border-top: none
}

table.table td, table.table th {
    padding-top: 1.1rem;
    padding-bottom: 1rem
}

table.table a {
    margin: 0;
    color: #212529
}

table.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    transition: .5s
}

table .th-sm {
    min-width: 6rem
}

table.table-sm td, table.table-sm th {
    padding-top: .6rem;
    padding-bottom: .6rem
}

.fast.spinner-border {
    animation: a .4s linear infinite
}

.fast.spinner-grow {
    animation: b .4s linear infinite
}

.treeview .rotate {
    margin-top: .2rem;
    font-size: .8rem;
    vertical-align: text-top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s linear
}

.treeview .rotate.down {
    transform: rotate(90deg)
}

.treeview .nested {
    display: none
}

.treeview .active {
    display: block
}

.treeview ul {
    list-style-type: none
}

.treeview-animated ul {
    position: relative;
    padding-left: 1em;
    list-style: none
}

.treeview-colorful {
    font-size: 16px;
    font-weight: 400;
    background: rgba(224, 127, 178, .2)
}

.treeview-colorful h6 {
    font-size: 1.4em;
    font-weight: 500;
    color: #a2127a
}

.treeview-colorful ul {
    position: relative;
    padding-left: 0;
    list-style: none
}

.treeview-colorful .treeview-colorful-element {
    padding: .2em .2em .2em 1em;
    cursor: pointer;
    border: 2px solid transparent;
    border-right: 0 solid transparent;
    transition: all .1s linear
}

.treeview-colorful .treeview-colorful-element:hover {
    background-color: #e07fb2
}

.treeview-colorful .treeview-colorful-element.opened {
    color: #ffac47;
    background-color: #a2127a;
    border: 2px solid #ffac47;
    border-right: 0 solid transparent
}

.treeview-colorful .treeview-colorful-element.opened:hover {
    color: #ffac47;
    background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header {
    display: block;
    padding: .4em;
    margin-right: 0;
    border-bottom: 2px solid transparent;
    transition: all .1s linear
}

.treeview-colorful .treeview-colorful-items-header:hover {
    background-color: #e07fb2
}

.treeview-colorful .treeview-colorful-items-header.open {
    background-color: #a2127a;
    border-bottom: 2px solid #ffac47;
    transition: all .1s linear
}

.treeview-colorful .treeview-colorful-items-header.open span {
    color: #ffac47
}

.treeview-colorful .treeview-colorful-items-header.open:hover {
    color: #ffac47;
    background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header.open div:hover {
    background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header .fa-angle-right {
    font-size: .8rem;
    transition: all .2s linear
}

.treeview-colorful .treeview-colorful-items-header .fas {
    position: relative;
    color: #ffac47;
    transition: all .2s linear;
    transform: rotate(90deg)
}

.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
    position: relative;
    color: #ffac47;
    transition: all .2s linear;
    transform: rotate(180deg)
}

.btn.btn-flat {
    font-weight: 500;
    color: inherit;
    background-color: transparent
}

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

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center
}

.btn-floating:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px
}

.fixed-action-btn {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 998;
    padding-top: 15px;
    margin-bottom: 0
}

.fixed-action-btn ul {
    position: absolute;
    right: 0;
    bottom: 64px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 64px;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
    transition: height .4s
}

.fixed-action-btn ul li {
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
    transition-duration: .4s;
    transform: scale(.4) translate(0)
}

.fixed-action-btn ul a.btn-floating.shown {
    opacity: 1;
    transform: scale(1) translate(0)
}

.fixed-action-btn.active ul {
    height: 300px
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn-rounded, .counter {
    border-radius: 10em
}

.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -23px;
    font-size: 11px;
    background-color: #fe1212;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.counter, a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

.tab-content {
    padding: 1rem;
    padding-top: 2rem
}

.tab-content.vertical {
    padding-top: 0
}

.tabs-primary {
    background-color: #4285f4 !important
}

.classic-tabs .nav {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: .3rem .3rem 0 0
}

@media (min-width:62rem) {
    .classic-tabs .nav {
        overflow-x: hidden
    }
}

.classic-tabs .nav li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    color: hsla(0, 0%, 100%, .7);
    text-align: center;
    text-transform: uppercase;
    border-radius: 0
}

.classic-tabs .nav li a:not(.active) {
    margin-bottom: 3px
}

.classic-tabs .nav li a.active {
    color: #fff;
    border-bottom: 3px solid
}

@media (min-width:62em) {
    .classic-tabs .nav li:first-child {
        margin-left: 56px
    }
}

.classic-tabs .nav.tabs-primary li a.active {
    border-color: #fff
}

.classic-tabs .tab-content.card {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card .activator {
    position: absolute;
    right: 0;
    font-size: 1.2rem
}

.card .card-reveal {
    position: absolute;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.card .card-reveal .content, .card .card-share {
    position: relative
}

.card .card-share .social-reveal-active {
    z-index: 11;
    opacity: 1;
    transition: transform .35s ease, opacity .35s ease;
    transform: translateZ(0);
    transform: translateX(-48px)
}

.card .card-reveal .card-title {
    cursor: pointer
}

.card .card-reveal .card-title i {
    position: absolute;
    right: .63rem;
    color: #9e9e9e
}

.card-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    perspective: 800px
}

.dropdown .dropdown-menu, .dropleft .dropdown-menu, .dropup .dropdown-menu {
    padding: .5rem
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #4285f4 !important;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled {
    background-color: transparent;
    box-shadow: none
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item.active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-info .dropdown-item.active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:hover, .dropup .dropdown-menu.dropdown-info .dropdown-item.active, .dropup .dropdown-menu.dropdown-info .dropdown-item:active, .dropup .dropdown-menu.dropdown-info .dropdown-item:hover {
    background-color: #33b5e5 !important;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item:hover.disabled {
    background-color: transparent;
    box-shadow: none
}

.dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
    padding: .5rem;
    margin-left: 0;
    font-size: .9rem
}

.dropdown .dropdown-menu .dropdown-item.disabled, .dropleft .dropdown-menu .dropdown-item.disabled, .dropup .dropdown-menu .dropdown-item.disabled {
    color: #868e96
}

.dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus, .dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropleft .dropdown-menu .dropdown-item.disabled:active, .dropleft .dropdown-menu .dropdown-item.disabled:focus, .dropleft .dropdown-menu .dropdown-item.disabled:hover, .dropup .dropdown-menu .dropdown-item.disabled:active, .dropup .dropdown-menu .dropdown-item.disabled:focus, .dropup .dropdown-menu .dropdown-item.disabled:hover {
    color: #868e96 !important;
    background-color: transparent !important;
    box-shadow: none
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
    background-color: #4285f4;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: all .1s linear
}

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

.dropdown-menu.animated {
    animation-duration: .55s;
    animation-timing-function: ease
}

@media (max-width:992px) {
    .double-nav {
        padding-top: 4px;
        padding-bottom: 4px
    }
}

@media (max-width:768px) {
    .double-nav .container {
        padding-right: 0;
        padding-left: 0
    }
}

.double-nav a {
    font-size: 15px;
    color: #fff
}

.double-nav .button-collapse {
    position: absolute;
    left: 10px;
    font-size: 1.5rem
}

@media (min-width:1440px) {
    .double-nav .button-collapse {
        display: none
    }
}

@media (max-width:1440px) {
    .double-nav .button-collapse {
        position: relative;
        display: block;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 1.4rem
    }
}

.nav-pills .nav-item+.nav-item {
    margin-left: 0
}

@media only screen and (max-width:991px) {
    .sticky, .sticky-placeholder {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .col-lg-4 .sticky, .col-md-4 .sticky, .col-xl-4 .sticky {
        width: 12.5rem
    }
}

@media only screen and (min-width:992px) {
    .col-md-4 .sticky .col-lg-4 .sticky, .col-xl-4 .sticky {
        width: 25rem
    }
}

@media only screen and (min-width:1200px) {
    .col-md-4 .sticky {
        width: 18.75rem
    }
}

@media only screen and (min-width:1440px) {
    .col-md-4 .sticky {
        width: 21.875rem
    }
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px
}

.chip, .chip:hover {
    transition: all .3s linear
}

.chip:hover {
    background-color: #e0e0e0
}

.chip:focus {
    background-color: #bdbdbd
}

.chip:active, .chip:focus {
    transition: all .3s linear
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%
}

.chip .close {
    float: right;
    padding-left: 8px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    transition: all .1s linear
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.form-check-input[type=radio]:checked+label, .form-check-input[type=radio]:not(:checked)+label, label.btn input[type=radio]:checked+label, label.btn input[type=radio]:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .28s ease
}

.form-check-input[type=radio]+label:after, .form-check-input[type=radio]+label:before, label.btn input[type=radio]+label:after, label.btn input[type=radio]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    margin: 4px;
    content: "";
    transition: .28s ease
}

.form-check-input[type=radio]:checked+label:after, .form-check-input[type=radio]:checked+label:before, .form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio]:checked+label:after, label.btn input[type=radio]:checked+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    border-radius: 50%
}

.form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    border: 2px solid #5a5a5a
}

.form-check-input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:after {
    transform: scale(0)
}

.form-check-input[type=radio]:checked+label:before, label.btn input[type=radio]:checked+label:before {
    border: 2px solid transparent
}

.form-check-input[type=radio]:checked+label:after, label.btn input[type=radio]:checked+label:after {
    border: 2px solid #4285f4;
    background-color: #4285f4;
    transform: scale(1.02)
}

.form-check-input[type=radio]:disabled:checked+label:before, .form-check-input[type=radio]:disabled:not(:checked)+label:before, label.btn input[type=radio]:disabled:checked+label:before, label.btn input[type=radio]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled+span, label.btn input[type=radio]:disabled+span {
    color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:not(:checked)+span:before, label.btn input[type=radio]:disabled:not(:checked)+span:before {
    border-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:checked+span:after, label.btn input[type=radio]:disabled:checked+span:after {
    background-color: rgba(0, 0, 0, .46);
    border-color: #bdbdbd
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.form-check-input[type=checkbox]+label, label.btn input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-check-input[type=checkbox]+label:before, .form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]+label:before, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: "";
    border: 2px solid #8a8a8a;
    border-radius: 1px;
    transition: .2s
}

.form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    transform: scale(0)
}

.form-check-input[type=checkbox]:not(:checked):disabled+label:before, label.btn input[type=checkbox]:not(:checked):disabled+label:before {
    background-color: #bdbdbd;
    border: none
}

.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    border-left: 2px solid transparent;
    transform: rotate(40deg);
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.form-check-input[type=checkbox]:checked:disabled+label:before, label.btn input[type=checkbox]:checked:disabled+label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd
}

.form-check-input[type=checkbox]:indeterminate+label:before, label.btn input[type=checkbox]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    border-left: none;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.form-check-input[type=checkbox]:indeterminate:disabled+label:before, label.btn input[type=checkbox]:indeterminate:disabled+label:before {
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, .46)
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:after, .form-check-input[type=checkbox]:disabled:not(:checked)+label:before, label.btn input[type=checkbox]:disabled:not(:checked)+label:after, label.btn input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.form-check-input[type=checkbox]:disabled:checked+label:before, label.btn input[type=checkbox]:disabled:checked+label:before {
    background-color: transparent
}

.form-check-input[type=checkbox]:disabled:checked+label:after, label.btn input[type=checkbox]:disabled:checked+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.select-wrapper .select-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper {
    position: relative
}

.select-wrapper input.select-dropdown {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    margin: 0 0 .94rem;
    font-size: 1rem;
    line-height: 2.9rem;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    border-bottom-color: rgba(0, 0, 0, .2)
}

.select-wrapper input.select-dropdown .selected, .select-wrapper input.select-dropdown li:focus {
    background-color: rgba(0, 0, 0, .15)
}

.select-wrapper input.select-dropdown li.active {
    background: transparent
}

.select-wrapper input.select-dropdown .fab, .select-wrapper input.select-dropdown .far, .select-wrapper input.select-dropdown .fas {
    color: inherit
}

.select-wrapper input.active {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4285f4
}

.select-wrapper .search-wrap {
    display: block;
    padding: 1rem 0 0;
    margin: 0 .7rem
}

.select-wrapper .search-wrap .md-form {
    margin-top: 0;
    margin-bottom: 1rem
}

.select-wrapper .search-wrap .md-form input {
    padding-bottom: .4rem;
    margin-bottom: 0
}

.select-wrapper span.caret {
    position: absolute;
    top: .8rem;
    right: 0;
    font-size: .63rem;
    color: initial
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper+label {
    position: absolute;
    top: 2.125rem;
    font-weight: 300;
    color: #757575;
    transition: .2s ease-out
}

.select-wrapper+label.active {
    top: 1.5rem;
    left: 15px;
    font-size: .8rem;
    transform: translateY(-14px)
}

.select-wrapper+label.mdb-main-label {
    z-index: 1
}

.select-wrapper+label.disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper>label.mdb-main-label {
    position: absolute;
    top: .5rem;
    left: 0;
    font-weight: 300;
    color: #757575;
    transition: .2s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.select-wrapper>label.mdb-main-label.active {
    top: 0;
    left: 0;
    font-size: .8rem;
    transform: translateY(-14px);
    color: #4285f4
}

.select-wrapper>label.mdb-main-label.disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper.dropdown-primary>label.mdb-main-label.active {
    color: #4285f4
}

.select-wrapper.dropdown-info>label.mdb-main-label.active {
    color: #33b5e5
}

.select-wrapper i {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper ul {
    padding-left: 0;
    list-style-type: none
}

.select-wrapper.md-form>ul li label {
    top: 0;
    font-size: .9rem;
    color: #4285f4;
    transform: none
}

.select-wrapper.md-form>ul li.select-toggle-all label {
    padding-left: 38px
}

.select-wrapper .select-add-option {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    display: none;
    color: #4285f4;
    cursor: pointer
}

.select-wrapper~.invalid-feedback, .select-wrapper~.valid-feedback {
    margin-top: -1rem
}

select {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

select.mdb-select {
    display: none !important
}

select.browser-default {
    display: block !important
}

select:disabled {
    color: rgba(0, 0, 0, .3)
}

.select-dropdown [type=checkbox]:disabled:not(:checked)+label:before {
    margin-top: 3px;
    margin-left: 0
}

.select-dropdown ul {
    padding: 0;
    list-style-type: none
}

.select-dropdown li img {
    float: right;
    width: 30px;
    height: 30px;
    margin: .3rem .75rem
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, .3);
    cursor: context-menu;
    background-color: transparent !important
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected>span {
    color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup>span {
    color: rgba(0, 0, 0, .4)
}

.multiple-select-dropdown li [type=checkbox]+label {
    height: .63rem
}

.dropdown-content {
    position: absolute;
    z-index: 1021;
    display: none;
    min-width: 6.25rem;
    max-height: 40.625rem;
    margin: 0;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    opacity: 0;
    will-change: width, height
}

.dropdown-content li {
    width: 100%;
    clear: both;
    line-height: 1.3rem;
    color: #000;
    text-align: left;
    text-transform: none;
    cursor: pointer
}

.dropdown-content li.active, .dropdown-content li:hover {
    background-color: #eee
}

.dropdown-content li>a, .dropdown-content li>span {
    display: block;
    padding: .5rem;
    font-size: .9rem;
    color: #4285f4
}

.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit
}

.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover {
    background-color: #4285f4 !important
}

.dropdown-primary .dropdown-content li.disabled.active {
    background-color: transparent !important
}

.dropdown-primary .search-wrap input:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4285f4
}

.dropdown-info .dropdown-content li.active, .dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover {
    background-color: #33b5e5 !important
}

.dropdown-info .dropdown-content li.disabled.active {
    background-color: transparent !important
}

.dropdown-info .search-wrap input:focus {
    border-bottom: 1px solid #33b5e5;
    box-shadow: 0 1px 0 0 #33b5e5
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .select-wrapper input.select-dropdown {
            line-height: 2.5rem
        }
    }
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    height: 2.5rem;
    padding-left: 10px;
    overflow: hidden
}

.file-field input.file-path {
    width: 100%;
    height: 36px
}

.file-field .btn {
    float: left
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0
}

.file-field input[type=file]::-webkit-file-upload-button {
    display: none
}

.range-field {
    position: relative
}

.range-field input[type=range] {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 15px 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border: 1px solid #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.range-field input[type=range]:focus {
    outline: none
}

.range-field input[type=range]+.thumb {
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    margin-left: -6px;
    background-color: #4285f4;
    border: none;
    border-radius: 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%
}

.range-field input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    font-size: 0;
    color: #4285f4;
    text-align: center;
    transform: rotate(45deg)
}

.range-field input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

.range-field input[type=range]+.thumb.active .value {
    margin-top: 8px;
    margin-left: -1px;
    font-size: 10px;
    color: #fff
}

.range-field input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

.range-field input[type=range]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin: -5px 0 0;
    background-color: #4285f4;
    border: none;
    border-radius: 50%;
    transition: .3s;
    transform-origin: 50% 50%;
    -webkit-appearance: none;
    appearance: none
}

.range-field input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

.range-field input[type=range]::-moz-range-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

.range-field input[type=range]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background: #4285f4;
    border: none;
    border-radius: 50%
}

.range-field input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.range-field input[type=range]:focus::-moz-range-track {
    background: #c2c0c2
}

.range-field input[type=range]::-ms-track {
    height: 3px;
    color: transparent;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0
}

.range-field input[type=range]::-ms-fill-lower, .range-field input[type=range]::-ms-fill-upper {
    background: #c2c0c2
}

.range-field input[type=range]::-ms-thumb {
    width: 14px;
    height: 14px;
    background: #4285f4;
    border: none;
    border-radius: 50%
}

.range-field input[type=range]:focus::-ms-fill-lower, .range-field input[type=range]:focus::-ms-fill-upper {
    background: #c2c0c2
}

.mdb-autocomplete {
    margin-bottom: 1px
}

.mdb-autocomplete::-webkit-search-cancel-button, .mdb-autocomplete::-webkit-search-decoration, .mdb-autocomplete::-webkit-search-results-button, .mdb-autocomplete::-webkit-search-results-decoration {
    -webkit-appearance: none
}

button:focus {
    outline: 0 !important
}

button.mdb-autocomplete-clear {
    position: absolute;
    top: .5rem;
    right: 0;
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    background: transparent;
    border: none
}

button.mdb-autocomplete-clear svg {
    fill: #a6a6a6
}

.mdb-autocomplete-wrap {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    max-height: 210px;
    padding-left: 0;
    overflow-y: auto;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.mdb-autocomplete-wrap li {
    padding: 12px 15px;
    font-size: .875rem;
    cursor: pointer
}

.mdb-autocomplete-wrap li:hover {
    background: #eee
}

.mdb-autocomplete-wrap li.selected {
    background-color: #eee
}

.md-accordion .card {
    overflow: visible;
    border-radius: 0;
    box-shadow: none
}

.md-accordion .card, .md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0
}

.md-accordion .card .card-header {
    padding: 1rem 1.5rem;
    background: transparent;
    border-bottom: 0
}

.md-accordion .card .card-header .card-title {
    font-weight: 400
}

.md-accordion .card .card-header a {
    transition: .3s ease-in-out
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg)
}

.md-accordion .card .fa-angle-down {
    float: right
}

.md-accordion .card .card-body {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
    color: #626262
}

.side-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 15rem;
    height: 100%;
    padding: 0;
    padding-bottom: 3.75rem;
    margin: 0;
    overflow: hidden;
    list-style-type: none;
    background-color: #2c2f34;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transform: translateX(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.side-nav>ul {
    max-height: 100vh
}

.side-nav ul {
    padding-left: 0;
    list-style: none;
    list-style-type: none
}

.side-nav ul li {
    padding: 0
}

.side-nav.right-aligned {
    right: 0;
    left: auto;
    transform: translateX(100%)
}

.side-nav.side-nav-light {
    background-color: #e5e5e5
}

.side-nav.side-nav-light .logo-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 60%, .3)
}

.side-nav.side-nav-light .collapsible a {
    color: #555
}

.side-nav.side-nav-light .collapsible-body a {
    background-color: rgba(0, 0, 0, .1)
}

.side-nav.side-nav-light .collapsible li .collapsible-header:hover {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav.side-nav-light .collapsible li .collapsible-header.active {
    color: #4285f4;
    background-color: transparent
}

.side-nav.fixed {
    position: fixed;
    left: 0;
    transform: translateX(0)
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto
}

@media only screen and (max-width:1440px) {
    .side-nav.fixed {
        transform: translateX(-105%)
    }

    .side-nav.fixed.right-aligned {
        transform: translateX(105%)
    }
}

.side-nav .collapsible {
    padding: 0;
    margin: 0;
    margin-top: 1rem
}

.side-nav .collapsible li a:hover {
    background-color: rgba(0, 0, 0, .15)
}

.side-nav .collapsible>li {
    border-radius: 2px
}

.side-nav .collapsible>li a.collapsible-header.active, .side-nav .collapsible>li a.collapsible-header:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

.side-nav .collapsible ul {
    padding: 0;
    list-style-type: none
}

.side-nav .collapsible a {
    height: 36px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 36px;
    color: #fff
}

.side-nav .collapsible a.active, .side-nav .collapsible a:hover {
    border-radius: 2px
}

.side-nav .collapsible .fab, .side-nav .collapsible .far, .side-nav .collapsible .fas {
    margin-right: 13px;
    font-size: .8rem
}

.side-nav .collapsible-body a {
    height: 36px;
    padding-left: 47px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, .15)
}

.side-nav a {
    display: block;
    height: 56px;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 56px
}

.side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    top: .8rem;
    right: 0;
    margin-right: 1.25rem
}

.side-nav .sidenav-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 15rem;
    background-attachment: fixed
}

.side-nav .sidenav-bg:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    content: ""
}

.side-nav .logo-wrapper {
    height: 8.75rem;
    border-bottom: 1px solid hsla(0, 0%, 60%, .3)
}

.side-nav .logo-wrapper a {
    width: 15rem;
    height: 8.75rem;
    padding: 0
}

.side-nav .logo-wrapper img {
    padding: 20% 50px
}

@media (max-height:992px) {
    .side-nav .logo-wrapper, .side-nav .logo-wrapper a {
        height: 80px
    }

    .side-nav .logo-wrapper img {
        padding-top: 7%;
        padding-bottom: 7%
    }
}

.drag-target {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 10px;
    height: 100%
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 997;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    will-change: opacity
}

.transform-fix-input {
    transform: translateX(0) !important
}

.rating {
    padding: 0;
    color: #ffa000;
    list-style-type: none
}

.rating li {
    display: inline-block
}

.md-toast-title {
    font-weight: 400
}

.md-toast-message {
    word-wrap: break-word
}

.md-toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.md-toast-close-button {
    position: relative;
    top: -.3em;
    right: -.3em;
    float: right;
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: .8
}

.md-toast-close-button:focus, .md-toast-close-button:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: .4
}

button.md-toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.md-toast-top-right {
    top: 12px;
    right: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    width: 18.75rem;
    padding: 15px 15px 15px 50px;
    margin: 0 0 6px;
    overflow: hidden;
    filter: alpha(opacity=95);
    background-repeat: no-repeat;
    background-position: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    opacity: .95
}

#toast-container>:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    opacity: 1;
    transition: .45s
}

.md-toast {
    background-color: #030303
}

.md-toast-success {
    background-color: #00c851;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

.md-toast-error {
    background-color: #ff3547;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

.md-toast-info {
    background-color: #33b5e5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

.md-toast-warning {
    background-color: #fb3;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

.md-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.collapsible .active .rotate-icon {
    transition: all .15s ease-in 0s;
    transform: rotate(180deg)
}

.md-progress {
    position: relative;
    display: block;
    width: 100%;
    height: .25rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eee;
    box-shadow: none
}

.md-progress .indeterminate {
    background-color: #90caf9
}

.md-progress .indeterminate:before {
    animation: f 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.md-progress .indeterminate:after, .md-progress .indeterminate:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: inherit;
    will-change: left, right
}

.md-progress .indeterminate:after {
    animation: f 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation-delay: 1.15s
}

@keyframes f {
    0% {
        right: 100%;
        left: -35%
    }

    60% {
        right: -90%;
        left: 100%
    }

    to {
        right: -90%;
        left: 100%
    }
}

#mdb-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: #000
}

.ps {
    overflow: hidden !important;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu {
    position: relative
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: .3s
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    transition: .3s
}

.btn-floating.btn-flat {
    padding: 0;
    color: #fff;
    background: #4285f4
}

.btn-floating.btn-flat:hover {
    box-shadow: none
}

.btn-floating.btn-flat:focus, .btn-floating.btn-flat:hover {
    background-color: #5a95f5
}

.btn-floating.btn-flat.active {
    background-color: #0b51c5;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
    padding-left: 15rem
}

.fixed-sn main {
    padding-top: 5.5rem
}

@media (max-width:1440px) {
    .fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
        padding-left: 0
    }
}

@media (min-width:600px) {
    .fixed-sn main {
        margin-right: 2%;
        margin-left: 2%
    }
}

@media (min-width:992px) {
    .fixed-sn main {
        margin-right: 5%;
        margin-left: 5%
    }
}

@media (min-width:1200px) {
    .fixed-sn main {
        margin-right: 6%;
        margin-left: 6%
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-horizontal {
    height: 5px
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -24px;
    top: -10px;
    margin-left: 29px
}

.noUi-target {
    background: #eceff1;
    border-radius: 2px;
    padding-right: 26px
}

.noUi-connects {
    border-radius: .125rem
}

.noUi-connect {
    background: #4285f4
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-handle:active, .noUi-handle:hover {
    outline: 0;
    box-shadow: 0 5px 11px 0 rgb(0 0 0/18%), 0 4px 15px 0 rgb(0 0 0/15%)
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after {
    left: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.fa, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

@font-face {
    font-family: fontello;
    src: url(../font/fontello.eot?rev=2023-04-11);
    src: url(../font/fontello.eot?rev=2023-04-11) format("embedded-opentype"), url(../font/fontello.woff2?rev=2023-04-11) format("woff2"), url(../font/fontello.woff?rev=2023-04-11) format("woff"), url(../font/fontello.ttf?rev=2023-04-11) format("truetype"), url(../font/fontello.svg?rev=2023-04-11) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-user-alt:before {
    content: "\e800"
}

.fa-comments:before {
    content: "\e801"
}

.fa-home:before {
    content: "\e803"
}

.fa-sign-out-alt:before {
    content: "\e813"
}

.fa-check:before {
    content: "\e802"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-phone:before {
    content: "\e809"
}

.fa-credit-card:before {
    content: "\f283"
}

.fa-camera:before {
    content: "\e804"
}

.fa-times:before {
    content: "\e80e"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-invoice-dollar:before {
    content: "\f158"
}

.fa-hand-pointer:before {
    content: "\f15c"
}

.fa-eye-slash:before {
    content: "\e812"
}

.fa-eye:before {
    content: "\e811"
}

.fa-up-open:before {
    content: "\e805"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-print:before {
    content: "\e808"
}

.fa-sync:before {
    content: "\e807"
}

.fa-cog:before {
    content: "\e806"
}

.fa-star:before {
    content: "\e80a"
}

.fa-paperclip:before {
    content: "\e80d"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-check-circle:before {
    content: "\e802"
}

.fa-plus:before {
    content: "\e80f"
}

.fa-th-large:before {
    content: "\e810"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-users:before {
    content: "\e814"
}

.fa-chart:before {
    content: "\e815"
}

.fa-block:before {
    content: "\e816"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circled:before {
    content: "\e817"
}

.fa-lifebuoy:before {
    content: "\f1cd"
}

.fa-comment:before {
    content: "\e818"
}

.fa-heart:before {
    content: "\e819"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-search:before {
    content: "\e81a"
}

.fa-cw:before {
    content: "\e81b"
}

.fa-ccw:before {
    content: "\e81c"
}

.fa-pencil:before {
    content: "\e81d"
}

.fa-trash:before {
    content: "\e81e"
}

.fa, .fab, .far, .fas {
    font-family: fontello
}

.authorized {
    display: none
}

footer.lk, header.lk, main.lk {
    padding-left: 240px
}

#slide-out-button, #slide-out-img {
    position: absolute;
    z-index: 1000
}

#slide-out-img {
    height: 0;
    width: auto
}

.side-nav.side-nav-light {
    background-color: #f5f5f5
}

#section_spinner {
    margin-top: 40vh
}

.spinner-grow:not(:first-child) {
    margin-left: 3px
}

.spinner-grow:not(:last-child) {
    margin-right: 3px
}

@media only screen and (max-width:1440px) {
    footer.lk, header.lk, main.lk {
        padding-left: 0
    }

    #slide-out-button, #slide-out-img {
        position: relative
    }

    #slide-out-img {
        height: 30px;
        margin-bottom: .75rem
    }

    h1.h1-responsive {
        margin-bottom: 0
    }
}

.side-nav .logo-wrapper img {
    height: auto;
    padding-right: 20px;
    padding-left: 20px
}

#accordion_account .card .card-body, #accordion_account .card .card-header {
    padding: 1rem 0 !important
}

.nav-outline-primary .nav-link.active, .nav-outline-primary .show>.nav-link {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 2px solid #4285f4 !important
}

@media (max-width:767px) {
    .btn-sm-block {
        display: block;
        width: 100% !important
    }
}

#pass_show {
    position: absolute;
    color: #757575;
    right: 0;
    bottom: .25rem
}

label.mdb-main-label.active {
    color: #757575 !important
}

div.is-valid {
    color: #007e5b
}

div.is-invalid, div.is-valid {
    display: block;
    width: 100%;
    font-size: 80%;
    position: absolute;
    top: 2.6rem
}

div.is-invalid {
    color: #dc3545
}

.form-control-lg~div.is-invalid, .form-control-lg~div.is-valid {
    top: 3rem
}

textarea~div.is-invalid, textarea~div.is-valid {
    bottom: -1.25rem;
    top: auto
}

#img_qr {
    height: 100px;
    width: auto
}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_desc_disabled, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px
}

table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}

table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▲";
    content: "▲"/""
}

table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
    content: "▼"/""
}

table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after {
    opacity: .6
}

table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after {
    display: none
}

table.dataTable thead>tr>td:active, table.dataTable thead>tr>th:active {
    outline: none
}

div.dataTables_scrollBody>table.dataTable>thead>tr>td:after, div.dataTables_scrollBody>table.dataTable>thead>tr>td:before, div.dataTables_scrollBody>table.dataTable>thead>tr>th:after, div.dataTables_scrollBody>table.dataTable>thead>tr>th:before {
    display: none
}

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

#img_qr {
    height: auto;
    width: 250px
}

input.range_input {
    display: inline-block;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: right;
    position: relative;
    color: #333;
    background: #f5f5f5;
    line-height: 1;
    width: 100%
}

div.range_input_wrapper {
    background: #f5f5f5;
    border-radius: .3rem;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

span.range_input_span {
    padding-top: 2px
}

.md-progress .indeterminate {
    background-color: #4285f4
}

input[type=checkbox].is-invalid+label:before {
    border-color: #dc3545 !important
}

div.select-wrapper input {
    padding: .6rem 0 .4rem !important;
    height: 1.5rem !important
}

.select-wrapper>label.mdb-main-label.active {
    transform: translateY(-10px) !important
}

#take_photo {
    position: absolute;
    bottom: .25rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important
}

.preview_photo {
    box-shadow: 0 2px 5px 0 rgb(0 0 0/16%), 0 2px 10px 0 rgb(0 0 0/12%);
    margin-bottom: 1rem !important;
    background-color: rgba(0, 0, 0, .03);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 411px;
    border-radius: .25rem
}

.file_title {
    left: 0;
    right: 0;
    text-align: center;
    padding: 2rem .5rem 0
}

.file_delete, .file_title {
    position: absolute;
    top: 5px
}

.file_delete {
    right: 5px
}

.fas.fa-camera {
    color: rgba(0, 0, 0, .5)
}

#accordion_account div.collapse.show div.card-body {
    max-height: calc(100vh - 10rem);
    overflow: overlay !important
}

#dialog_modal {
    z-index: 1100 !important
}

#user_name {
    padding-left: 20px;
    color: #212529;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 10px
}

.section-preview {
    border: 1px solid #e0e0e0;
    padding: 15px
}

tr.tr-pointer {
    cursor: pointer
}

tr.tr-pointer:hover td {
    font-size: .9rem;
    font-weight: 400
}

@media (min-width:1200px) {
    #body_lk {
        overflow: overlay
    }
}

#section_contract {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden
}

#chat_right_side {
    overflow-y: auto;
    max-height: calc(100vh - 200px)
}

#chat_right_side.admin {
    max-height: calc(100vh - 153px)
}

#chat_room {
    min-height: calc(100vh - 156px)
}

@media (min-width:768px) {
    #chat_room {
        min-height: auto;
        height: calc(100vh - 168px)
    }

    #chat_room.admin {
        height: calc(100vh - 94px)
    }

    #div_tickets_list {
        max-height: calc(100vh - 245px);
        overflow-y: auto
    }

    #chat_right_side, #div_tickets_list.admin {
        max-height: calc(100vh - 200px)
    }

    #chat_right_side.admin {
        max-height: calc(100vh - 90px)
    }
}

@media (min-width:1441px) {
    #chat_room {
        min-height: auto;
        height: calc(100vh - 115px)
    }

    #chat_room.admin {
        height: calc(100vh - 32px)
    }

    #chat_right_side {
        max-height: calc(100vh - 153px);
        overflow-y: auto
    }

    #chat_right_side.admin {
        max-height: calc(100vh - 32px)
    }

    #div_tickets_list {
        max-height: calc(100vh - 195px);
        overflow-y: auto
    }

    #div_tickets_list.admin {
        max-height: calc(100vh - 47px)
    }
}

#left_side_mobile {
    display: none
}

@media (max-width:767px) {
    #left_side_mobile {
        display: block
    }

    #left_side_desktop {
        display: none
    }

    #message_button {
        float: left !important;
        margin-left: 0
    }
}

p.p_ticket {
    margin-bottom: .5rem
}

#clear_file {
    margin-top: .4rem
}

li.m-user {
    margin-left: 1.5rem
}

li.m-mfo {
    margin-right: 1.5rem
}

@media (min-width:1441px) {
    li.m-user {
        margin-left: 3rem
    }

    li.m-mfo {
        margin-right: 3rem
    }
}

li.m-mfo>div.chat-body {
    background-color: #cce5ff !important
}

#message_file_placeholder {
    border: none !important;
    background: transparent !important
}

ul.doc_list {
    list-style-type: none;
    padding-inline-start: 0
}

ul.doc_list a {
    display: flex;
    color: #212529
}

li.message.m-mfo .custom-control {
    position: absolute;
    right: .5rem
}

li.message.m-user .custom-control {
    position: absolute;
    left: 1rem
}

i.double-tick {
    transform: translate(-5px)
}

@media (max-width:1440px) {
    div.alert-primary {
        padding: .5rem
    }
}

.dataTables_length .select-wrapper input {
    text-align: center
}

#photo-table tr {
    cursor: pointer
}

#photo-table tbody tr:hover {
    background-color: #f2f2f2
}

.pagination .page-item.active .page-link {
    background-color: #4285f4 !important
}

.table-tr.accepted {
    background-color: #73e382
}

.table-tr.declined {
    background-color: #ffc4c4
}

#app_table_wrapper span.caret, #history_table_wrapper span.caret {
    top: .4rem
}

.dt-buttons {
    display: flex
}

table.dataTable {
    margin-bottom: 0
}

ul.pagination {
    float: right !important
}

.dataTables_info {
    margin-top: .3rem
}

td.client {
    cursor: pointer
}

#modal_photo_content, #modal_photo_dialog {
    height: auto !important
}

@media (min-width:1441px) {
    #modal_photo_form {
        position: fixed !important;
        top: 75px !important;
        right: 15px !important;
        max-height: calc(100vh - 77px);
        overflow-y: auto
    }

    #modal_photo_content, #modal_photo_dialog {
        height: 100vh !important;
        max-height: 100vh !important
    }
}

.modal-dialog-verify .left-part {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center
}

.modal-dialog-verify .left-part img {
    max-width: 100%;
    max-height: 100%
}

.right-part-head {
    font-size: 16px;
    background: #e9e9e9;
    padding: 10px
}

.modal-dialog-verify .form-check-input[type=radio]:checked+label:after {
    background-color: #ef4861;
    border: 2px solid #5a5a5a
}

.verify-form div.is-invalid {
    bottom: auto
}

.btn_bottom {
    position: absolute;
    bottom: 1.25rem
}

.btn_back {
    font-weight: 700;
    border-bottom: 1px dotted;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px
}

.modal.show.modal-verify {
    overflow-y: auto
}

hovertr .modal.show.modal-verify .modal-dialog {
    max-width: none;
    width: 100%
}

.rotation-block {
    background: rgba(88, 86, 86, .7);
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 27px;
    padding: 5px;
    z-index: 10;
    opacity: 0
}

.left-part:hover .rotation-block {
    opacity: 1;
    transition: 1s
}

.rotate-left, .rotate-right {
    background-image: url(/img/rotate-right.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px
}

.rotate-left {
    background-image: url(/img/rotate-left.svg)
}

@media (max-width:767px) {
    #div_qr_code {
        text-align: center !important
    }
}

@media (max-width:767px) {
    .dropdown-item {
        padding: .25rem 1rem
    }

    a.dropdown-item.suggestion {
        font-size: 70% !important;
        white-space: inherit !important;
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
}

.tinkoff-btn {
    background-color: #ffdd2d
}

.gosuslugi-btn img, .tinkoff-btn img {
    margin-right: 15px;
    height: 25px
}

.tinkoff-btn img {
    margin-top: -2px
}

.dropdown-menu {
    max-width: calc(100vw - 2rem) !important;
    overflow-x: auto
}

@media (max-width:767px) {
    canvas.chart {
        height: 60vh !important
    }
}